Системная среда: Ubuntu 16.04
Bazel: 2.0.0
Это новая система, я хочу использовать ее для просмотра узлов ввода и вывода моей модели. (Обучено Tensorflow Object Detection API)
Подробности следующие:
hello@ubuntu:~/tensorflow$ bazel version
(specified in /home/hello/tensorflow/.bazelversion), but it wasn't found in /usr/bin.
You can install the required Bazel version via apt:
sudo apt update && sudo apt install bazel-2.0.0
If this doesn't work, check Bazel's installation instructions for help:
https://docs.bazel.build/versions/master/install-ubuntu.html
Что мне делать 101