我通过参考官方网站尝试在TensorFlow Inception-V3上进行图像再培训。
https://www.tensorflow.org/how_tos/image_retraining/
当我尝试构建训练器时,
$ bazel build tensorflow / examples / image_retraining:retrain
我收到了这个错误:
错误:/home/ubuntu/tensorflow/third_party/gpus/cuda_configure.bzl:509:18:function' repository_rule'不存在。
错误:com.google.devtools.build.lib.packages.BuildFileContainsErrorsException:错误加载包'外部':扩展' third_party / gpus / cuda_configure.bzl'有错误。
有谁知道我该如何解决?