You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我的是windows conda环境,python 3.6,tf版本1.12.0,运行freeze_model.py时报错:**RuntimeError: TOCO failed see console for info.**和 No module named '_tensorflow_wrap_toco'\r\n'。换到Ubuntu22.04重新用miniconda创建了个一样的环境就能成功运行了。
我的是windows conda环境,python 3.6,tf版本1.12.0,运行freeze_model.py时报错:**RuntimeError: TOCO failed see console for info.**和 No module named '_tensorflow_wrap_toco'\r\n'。换到Ubuntu22.04重新用miniconda创建了个一样的环境就能成功运行了。
下面是我的requirements.txt:
`absl-py==0.1.6
gast==0.2.0
grpcio==1.8.6
termcolor==1.1.0
astor==0.6.0
h5py
markdown==2.6.8
werkzeug==0.11.10
importlib-metadata==4.4
typing-extensions==3.6.5
numpy==1.14.5
protobuf==3.6.1
tensorboard==1.12.2
tensorflow==1.12.0
scikit-image==0.14.0
zipp==0.5
scikit-image==0.14.0
scipy==1.3.3`
最后感谢作者!这个项目非常有用!
The text was updated successfully, but these errors were encountered: