CharlesShang / TFFRCNN

FastER RCNN built on tensorflow
MIT License
874 stars 418 forks source link

ValueError: length of metavar tuple does not match nargs #90

Open ruyiwei-cas opened 7 years ago

ruyiwei-cas commented 7 years ago

when i open train_net.py in pycharm ,i exchange para_argument as: parser.add_argument('--set', dest='set_cfgs', help='set config keys', default=None, nargs={'EXP_DIR', 'exp.'})

but it is error ,error code is: ValueError: length of metavar tuple does not match nargs... how can i fix this problem???

ruyiwei-cas commented 7 years ago

@CharlesShang