rcmalli / keras-vggface

VGGFace implementation with Keras Framework
MIT License
928 stars 417 forks source link

TF result seems not to be correct #4

Closed thnkim closed 7 years ago

thnkim commented 7 years ago

The resulf of 'Prediction: Tensorflow backend with 'tf' dimension ordering' and 'Prediction: Theano backend with 'th' dimension ordering' are very different.

Theano backend + th ordering is correct. Tensorflow backend + th ordering is correct. But, Tensorflow backend + tf ordering is wrong.

Thank you.

knathanieltucker commented 7 years ago

I am finding this to be wrong as well. @thnkim can you show me an example of how you got this making correct predictions?

rcmalli commented 7 years ago

I have released a new version of this project. Can you please reproduce the problem it with new weights? The project uses Tensorflow backend as default and weights should be correct now. Please check readme file first for changes.

knathanieltucker commented 7 years ago

Works now. Thanks!