Traceback (most recent call last):
File "val.py", line 264, in <module>
val()
File "val.py", line 203, in val
model = models.__dict__[args.arch](num_classes=args.num_classes, data_set=args.data_set)
TypeError: __init__() got an unexpected keyword argument 'num_classes'
I'm trying to run whole evaluation command inside
train_icnet.sh
the command is:and the output i get is:
How can i solve this?