Skip to content

OBJECTS: Tensorflow contrib has disappeared #273

@gjwgit

Description

@gjwgit

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions