Open NanWangAC opened 4 years ago
Replace the commas with blank spaces
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'
hi,could i ask what's wrong with this?