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

How to work with tensorflow after 1.15 #1187

Open
XufengRen opened this issue Aug 29, 2020 · 1 comment
Open

How to work with tensorflow after 1.15 #1187

XufengRen opened this issue Aug 29, 2020 · 1 comment

Comments

@XufengRen
Copy link

I am using windows. When I try to run a flow command, it prompts: ModuleNotFoundError: No module named 'tensorflow.contrib'.
I looked it up and find tensorflow.contrib is removed after tensorflow 1.15. I am having a little trouble trying to install old version of tensorflow as well. How can we make it work?

@Yeaminul
Copy link

Yeaminul commented Aug 30, 2020

Yes, you can.
.\darkflow > pip install tf-slim
and then import tf_slim as slim in the respective .py files

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

2 participants