"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "ae6b134c6b395d81916ad47c08b5c64373a6afc5"
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():
help='Max task to run in parallel on one GPU. '
'It will only be used in the local runner.',
type=int,
default=32)
default=1)
parser.add_argument(
'--retry',
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