首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Tensorflow图像再培训教程Bazel错误

Tensorflow图像再培训教程Bazel错误
EN

Stack Overflow用户
提问于 2017-08-31 23:40:27
回答 2查看 243关注 0票数 0

我是遵循这里定位的Tensorflow图像再培训教程。

当我尝试使用bazel运行这个命令时:

代码语言:javascript
复制
bazel-bin/tensorflow/examples/image_retraining/retrain --image_dir ~/flower_photos

我得到以下错误:

代码语言:javascript
复制
Traceback (most recent call last):
File "/home/j/tensorflow/bazel-bin/tensorflow/examples/image_retraining/retrain.runfiles/org_tensorflow/tensorflow/examples/image_retraining/retrain.py", line 108, in <module>
import tensorflow as tf
File "/home/j/tensorflow/bazel-bin/tensorflow/examples/image_retraining/retrain.runfiles/org_tensorflow/tensorflow/__init__.py", line 24, in <module>
from tensorflow.python import *
File "/home/j/tensorflow/bazel-bin/tensorflow/examples/image_retraining/retrain.runfiles/org_tensorflow/tensorflow/python/__init__.py", line 63, in <module>
from tensorflow.python.framework.framework_lib import *
File "/home/j/tensorflow/bazel-bin/tensorflow/examples/image_retraining/retrain.runfiles/org_tensorflow/tensorflow/python/framework/framework_lib.py", line 76, in <module>
from tensorflow.python.framework.ops import Graph
File "/home/j/tensorflow/bazel-bin/tensorflow/examples/image_retraining/retrain.runfiles/org_tensorflow/tensorflow/python/framework/ops.py", line 28, in <module>
from autograd import core as ag_core

ModuleNotFoundError:没有名为'autograd‘的模块

但是,当我使用python命令运行它时

代码语言:javascript
复制
python tensorflow/examples/image_retraining/retrain.py --image_dir ~/flower_photos

它正确运行,不生成此错误。

我正在从~/tensorflow目录( git的顶部)运行上述两个命令。

环境:

  • Ubuntu 17.04
  • Python 3.6.1
  • Anaconda 4.4.0
  • 巴泽尔0.5.4
  • Tensorflow 1.3 (无GPU) (v1.3.0-rc2-20-g0787eee 1.3.0)
EN

回答 2

Stack Overflow用户

发布于 2017-09-01 00:10:30

我解决了这个问题。没有安装autograd依赖项。这可以通过运行pip install autograd来解决。

票数 0
EN

Stack Overflow用户

发布于 2017-09-01 01:53:56

您必须在编译前配置TensorFlow,因此它设置了所有依赖项:./configure

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/45991520

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档