mlhubber / mlhub

Machine Learning Model Repository Hub Command Line Tool.
MIT License
20 stars 12 forks source link

OBJECTS: Tensorflow contrib has disappeared #273

Open gjwgit opened 2 years ago

gjwgit commented 2 years ago

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'