AIInAi / tf-insightface

A better tensorflow implementation of deepinsight, aiming at smoothly production ready for cross-platforms. Currently only with inference, training code later.
MIT License
212 stars 61 forks source link

Unable to run example.py #1

Open gvidit98 opened 6 years ago

gvidit98 commented 6 years ago

screenshot from 2018-06-13 11-19-06 `I am using tensorflow 1.4

KleinYuan commented 6 years ago

@gvidit98 Hey man, this might result from my frozen tensorflow version is different than your local serving one. Could you try to use tensorflow latest version and do again? I can run it without issue with tensorflow 1.8.

vidit98 commented 6 years ago

Thanks for the help.