提交 a774bb54 authored 作者: notoraptor's avatar notoraptor

Update help for script usage.

上级 80aece55
...@@ -731,9 +731,11 @@ if __name__ == '__main__': ...@@ -731,9 +731,11 @@ if __name__ == '__main__':
parser.add_argument('-p', '--precision', choices=types, default=theano.config.floatX, parser.add_argument('-p', '--precision', choices=types, default=theano.config.floatX,
help='Precision (default theano floatX).') help='Precision (default theano floatX).')
parser.add_argument('-s', '--subsample', action=CheckDnn.TupleAction, parser.add_argument('-s', '--subsample', action=CheckDnn.TupleAction,
help='Subsample. Comma-separated list of integers (no spaces).') help='Subsample. Comma-separated list of integers (no spaces). '
'Default: 1 per dimension.')
parser.add_argument('-d', '--dilation', action=CheckDnn.TupleAction, parser.add_argument('-d', '--dilation', action=CheckDnn.TupleAction,
help='Dilation. Comma-separated list of integers (no spaces).') help='Dilation. Comma-separated list of integers (no spaces). '
'Default: 1 per dimension.')
parser.add_argument('-b', '--border-mode', default='valid', action=CheckDnn.BorderAction, parser.add_argument('-b', '--border-mode', default='valid', action=CheckDnn.BorderAction,
help='Border mode. "valid" (default), "full", "half" ' help='Border mode. "valid" (default), "full", "half" '
'or a comma-separated list of integers (no spaces).') 'or a comma-separated list of integers (no spaces).')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论