Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行对象检测 API 的 object_detection_tutorial.ipynb 并且我之前能够运行它,并且我训练了一些简单的对象检测模型。我认为破坏了我的安装。我正在使用安装在名为“neuralnets”的环境中的 Anaconda+Windows 和 Tensorflow 1.4,这是该环境的 pip 列表: pip list error: error
如果在 Python 控制台中键入:
import tensorflow as tf tf.__Version__
你得到了什么?只是为了确保尝试使用--ignore-installed标志重新安装:
--ignore-installed
pip install --ignore-installed tensorflow=1.4