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
I'd like to use this code in my project, however I'm getting an error when running eval_model.py:
ValueError: Input 0 of layer dense_1 is incompatible with the layer: expected axis -1 of input shape to have value 4096 but received input with shape [None, 1000]
I'm thinking that the structure of the network might have changed since 2018, which is when the pretrained weights are from. Could you possibly upload the latest version of the weights if you still have them lying around?
Thanks a bunch!
The text was updated successfully, but these errors were encountered:
I'd like to use this code in my project, however I'm getting an error when running
eval_model.py
:I'm thinking that the structure of the network might have changed since 2018, which is when the pretrained weights are from. Could you possibly upload the latest version of the weights if you still have them lying around?
Thanks a bunch!
The text was updated successfully, but these errors were encountered: