Tensorflow “Cannot find inference graph in tar archive”
各位,我在试图运行tensorflow时一直报错“Cannot find inference graph in tar archive”,
请教大家,可能是因为什么呀?如何解决呢?
错误报告如下:
(tf) C:\Users\Administrator>F:/Anaconda/envs/tf/python.exe f:/TensorFlow/SVI_YEYU.py
Traceback (most recent call last):
File "f:/TensorFlow/SVI_YEYU.py", line 51, in
MODEL=DeeplabModel(model_file)
File "f:/TensorFlow/SVI_YEYU.py", line 32, in __init__
raise RuntimeError('Cannot find inference graph in tar archive.')
RuntimeError: Cannot find inference graph in tar archive.