Commit 1c62da1d authored by baberabb's avatar baberabb
Browse files

fix `batch`

parent 38e3b73f
...@@ -77,7 +77,7 @@ def parse_args(): ...@@ -77,7 +77,7 @@ def parse_args():
) )
parser.add_argument( parser.add_argument(
"--batch", "--batch",
type=int, type=str,
default=8, default=8,
) )
parser.add_argument( parser.add_argument(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment