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

OBJECTS: Tensorflow contrib has disappeared #273

Open
gjwgit opened this issue Aug 16, 2022 · 0 comments
Open

OBJECTS: Tensorflow contrib has disappeared #273

gjwgit opened this issue Aug 16, 2022 · 0 comments

Comments

@gjwgit
Copy link
Collaborator

gjwgit commented Aug 16, 2022

Amongst other changes, tensorflow.contrib is no longer found. It is replaced with tf_slim. However, various other tensor flow updates mean ml demo objects does not work. Need to either update to latest tensorflow or identify working version to install.

$ml demo objects

Loading the required Python modules for the ResNet152 model ...

Traceback (most recent call last):
  File "/home/graham/.mlhub/objects/demo.py", line 5, in <module>
    from objreg_utils import (
  File "/home/graham/.mlhub/objects/objreg_utils.py", line 19, in <module>
    from tensorflow.contrib.slim.nets import resnet_v1
ModuleNotFoundError: No module named 'tensorflow.contrib'
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