-
Notifications
You must be signed in to change notification settings - Fork 825
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
Not supported with tensorflow 2+ #107
Comments
Probably it would be good practice specify versions for all requirements. Thanks |
Any advice on how to downgrade? |
maybe ive missed something - but: All images were rendered on a machine with:
|
I did a little change on the code then run on tf 2.3.1 and it works fine. the env I'm using:
Hope this helps! |
Hey, would you mind sharing your version somewhere? I'm trying to make this work, it would help me a lot! |
I attached my version as .txt. It worked for me, maybe it'll help someone else, too |
@BDinspel Do you have forked this with the whole update? Do you mind sharing it? |
@BDinspel Thanks so much for this! You saved me a lot of effort. Works great.
|
It would be useful to put into readme that this repo works only with TensorFlow version below 2.0, because the
contrib
attribute is no longer supported in later versions.The text was updated successfully, but these errors were encountered: