
tensorflow api
mitudeniu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决ModuleNotFoundError: No module named 'nets'
安装并没有放到根目录上,这意味着你每次开机甚至是跑完一个脚本,又要重新添加路径,需要退到object detection文件夹的路径并从新把它添加到PYTHONPATH里。 命令为:export PYTHONPATH=$PYTHONPATH:pwd:pwd/slim ...原创 2019-06-13 18:32:31 · 9284 阅读 · 5 评论 -
解决 your cpu support instructions that this tensorflow binary was not compiled use 的问题
Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA 在import 部分加入: import os os.environ[‘TF_CPP_MIN_LOG_LEVEL’] = ‘2’原创 2019-06-13 18:35:53 · 1238 阅读 · 0 评论 -
tensorflow object_detection 安装
在ubuntu 16.04下 . sudo apt-get install protobuf-compiler python-pil python-lxml python-tk pip install --user Cython pip install --user contextlib2 pip install --user jupyter pip install --user matplotl...翻译 2019-06-14 14:39:31 · 600 阅读 · 0 评论