Skip to content
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

TensorFlow 2.0 #27

Open
zombak79 opened this issue Nov 25, 2019 · 0 comments
Open

TensorFlow 2.0 #27

zombak79 opened this issue Nov 25, 2019 · 0 comments

Comments

@zombak79
Copy link

For use with TensorFlow 2.0 I changed first line of faced/detector.py from :

import tensorflow as tf

to

import tensorflow.compat.v1 as tf

and it works. I know it's not ideal, but it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant