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
This issue can be fixed by changing line at eval_model.py to
model = Model(inputs=model.inputs, outputs=model.layers[-2].output)
We need feature vector from fully connected layer that goes as input to the last layer of VGG model.
Received the below error while running
eval_model.py
The error is on:
The text was updated successfully, but these errors were encountered: