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
{{ message }}
This repository was archived by the owner on May 20, 2020. It is now read-only.
according to this: features = model.predict(frames_arr, batch_size=batch_size), you are extracting the output layer as feature representations. (in which case, thats incorrect: as youd want the last fully connected layer - that is, the layer preceding the output layer [1].)