我的代码与r1.1完全正常。
我正在尝试在不同的计算机上运行代码。所以从源代码安装了Tensorflow r1.2。我首先构建libtensorflow.so,并将其链接到我的可执行文件。现在我得到了一千个错误:
undefined reference to 'tensorflow::internal::LogMessageFatal::
似乎libtensorflow.so完全是构建的。我用了命令
sudo bazel build -c opt --config=cuda --copt="-mtune=native" --copt="-O3" tensorflow:libtensorflow.so --genrule_strategy=standalone --spawn_strategy=standalone
构建libtensorflow.so。我也尝试使用相同的计算机r1.1,它工作正常。在r1.2中有什么变化?