I'm trying image retraining on TensorFlow Inception-V3 by referring official website. https://www.tensorflow.org/how_tos/image_retraining/
When I try build the retrainer,
$ bazel build tensorflow/examples/image_retraining:retrain
I got this error:
ERROR: /home/ubuntu/tensorflow/third_party/gpus/cuda_configure.bzl:509:18: function 'repository_rule' does not exist.
ERROR: com.google.devtools.build.lib.packages.BuildFileContainsErrorsException: error loading package 'external': Extension 'third_party/gpus/cuda_configure.bzl' has errors.
Does anyone know how can I fix it?