-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error message running tf_to_keras notebook #10
Comments
Same problem. `Loading numpy weights from ../model/keras/npy_weights/
|
i face the same problem too, anyone can help? |
model = InceptionResNetV1(classes=512) solved the problem. |
thank you 👍 |
I found the answer from the link: https://jekel.me/2018/512_vs_128_facenet_embedding_application_in_Tinder_data/. I rechecked the model structure, and the facenet model I used (20180408-102900) does have 512 embeddings. I think possibly some codes in demos need to be updated accordingly as well. |
When running the last cell of
tf_to_keras
notebook (changing model folder and checkpoint to the latest model available), I get the following error:Any insight would be really appreciated...
The text was updated successfully, but these errors were encountered: