-
Notifications
You must be signed in to change notification settings - Fork 111
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
ModuleNotFoundError: No module named 'tensorflow.compat' #12
Comments
My conda list: Name Version Build Channel_libgcc_mutex 0.1 main conda-forge |
This seems to be an issue with your environment. Try to import tensorflow and check the version. TF 2.2. certainly has the compat mode: https://www.tensorflow.org/versions/r2.2/api_docs/python/tf/compat/v1 |
Hi, I followed the install instruction and installed tensorflow-gpu2.2.0, but when run inference.py,got the error:
Traceback (most recent call last):
File "contact_graspnet/inference.py", line 12, in
import tensorflow.compat.v1 as tf
ModuleNotFoundError: No module named 'tensorflow.compat'
Thanks.
The text was updated successfully, but these errors were encountered: