lancelot-ch

Results 8 comments of lancelot-ch

Thanks for the reply. Sorry that I don't know exactly how to link Protobuf. I installed Protobuf from source and the folder is at ~/protobuf.3.9.0 The project CMakeLists.txt file is...

Thanks. I tried include these 3 lines. And I get the following error: $ cmake .. CMake Error at CMakeLists.txt:20 (target_include_directories): target_include_directories called with invalid arguments And line 20 is...

Thanks. I do see something weird. cmake .. /home/user/anaconda3/lib/libprotobuf.so-lpthread /home/user/anaconda3/include CMake Error at CMakeLists.txt:22 (target_include_directories): target_include_directories called with invalid arguments -- Configuring incomplete, errors occurred! I recently installed Anaconda and...

Thanks. Could I verify that I should install protobuf by myself(hopefully 3.9.0), and compile tensorflow_cc with option(INSTALL_PROTOBUF "Install protobuf compatible with tensorflow version." OFF) I am not sure if it...

I tried but I failed. I do with this way: I revise tensorflow_cc/tensorflow_cc/CMakeLists.txt option(INSTALL_PROTOBUF "Install protobuf compatible with tensorflow version." ON) #previously it is OFF I run cmake: ~/tensorflow_cc/tensorflow_cc/build$ cmake...

I removed build folder and tried again. I got the same error. Will build Protobuf from ''. CMake Error at /usr/share/cmake-3.16/Modules/ExternalProject.cmake:2630 (message): No download info given for 'protobuf-external' and its...

Many thanks to FloopCZ that with Docker I can make the program. The results is as following: root@9c79a0ff0c79:/home/test/build# ./test 2022-06-09 01:18:04.209457: I tensorflow/core/util/util.cc:169] oneDNN custom operations are on. You may...

> Hi, try to run > > ``` > export CUDA_VISIBLE_DEVICES="" > ``` > > before running your program to disable the GPU Actually I am meant to use GPU...