iOS_Tensorflow_ObjectDetection_Example icon indicating copy to clipboard operation
iOS_Tensorflow_ObjectDetection_Example copied to clipboard

ImportError: No module named enum

Open ACFancy opened this issue 7 years ago • 1 comments

when I run the py: bazel-bin/tensorflow/python/tools/print_selective_registration_header
--graphs=path/xx.pb > ops_to_register.h there's the problem below: ImportError: No module named enum

How to fix this problem, help!

ACFancy avatar Feb 01 '18 11:02 ACFancy

fixed this change to python3 config, or change enum to aenum in Python2

ACFancy avatar Feb 08 '18 02:02 ACFancy