"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "452ff86cfed095922e7ac889e4cfe9f24072f3c1"
Unverified Commit a85634a3 authored by liushz's avatar liushz Committed by GitHub
Browse files

[Enhancement] Update run.py (#247)

* Update run.py

* Update run.py
parent 0d574c03
...@@ -102,7 +102,7 @@ def parse_args(): ...@@ -102,7 +102,7 @@ def parse_args():
help='Max task to run in parallel on one GPU. ' help='Max task to run in parallel on one GPU. '
'It will only be used in the local runner.', 'It will only be used in the local runner.',
type=int, type=int,
default=32) default=1)
parser.add_argument( parser.add_argument(
'--retry', '--retry',
help='Number of retries if the job failed when using slurm or dlc. ' help='Number of retries if the job failed when using slurm or dlc. '
......
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