Open ramiro-feria-puron opened 5 years ago
Same problem.
ValueError Traceback (most recent call last)
i face the same problem too, anyone can help?
model = InceptionResNetV1(classes=512) solved the problem. My guess is that newly updated model was not trained under the default frame of Inception ResNet V1.
model = InceptionResNetV1(classes=512) solved the problem. My guess is that newly updated model was not trained under the default frame of Inception ResNet V1.
thank you 👍
model = InceptionResNetV1(classes=512) solved the problem. My guess is that newly updated model was not trained under the default frame of Inception ResNet V1.
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...