You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the pretrained model, encounter the error when i change the num of class to 3 from default 1000.
Or is it not meant to change class if using the pretrained model. Pls advise. thanks
Using the pretrained model, encounter the error when i change the num of class to 3 from default 1000.
Or is it not meant to change class if using the pretrained model. Pls advise. thanks
referring to issue #152
model = EfficientNet.from_pretrained(args.arch, advprop=args.advprop, num_classes=3)
File "train.py", line 664, in accuracy
_, pred = output.topk(maxk, 1, True, True)
RuntimeError: selected index k out of range
The text was updated successfully, but these errors were encountered: