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
ValueError: Shapes (512, 16) and (512, 85742) are incompatible
The text was updated successfully, but these errors were encountered:
lastsupper108
changed the title
Can anyone explain why model loading fails when I try archead while it works with normhead during custom training with16 classes
Can anyone explain why model loading fails when I try 'archead' while it works with 'normhead' during custom training with16 classes
Dec 18, 2020
Hello, it d be nice to provide a better traceback with some of the code, still the problem seems to be the classification layer where the original dataset is supposed to have 85742 unique classes, whereas yours only has 16, you might need to change that manually in the last layer.
Hello !
I have the same problem, I want to use my own mini CASIA face dataset (with 91 classes ) for training and I have the same error, I don't know where to change it manually in the code ? I just change the ./configs/arc_res50.yaml file like this:
ValueError: Shapes (512, 16) and (512, 85742) are incompatible
The text was updated successfully, but these errors were encountered: