Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

train_autodeeplab.py: error: unrecognized arguments: --gpu_ids 0,1,2,3 #57

Open
NanWangAC opened this issue Dec 17, 2019 · 2 comments
Open

Comments

@NanWangAC
Copy link

hi,could i ask what's wrong with this?

@FDU-WeiXiZhang
Copy link

Replace the commas with blank spaces

@sorrowyn
Copy link

sorrowyn commented Mar 17, 2020

in train_autodeeplab.py
replace
parser.add_argument('--gpu-ids', nargs='', type=int, default=0,
help='which GPU to train on (default: 0)')
with
parser.add_argument('--gpu_ids', nargs='
', type=str, default='0',
help='which GPU to train on (default: 0)')

--gpus_ids
type=str
default='0'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants