AnaZou

Results 4 comments of AnaZou

you may revised the link_directories in the c_ops/CMakeLists.txt

这个你先直接find / -name op.h查找其所在的目录(我本机查找的路径为/usr/local/lib/python3.6/dist-packages/tensorflow/include/tensorflow/core/framework/op.h),然后修改c_ops文件夹下的CMakeLists.txt中的TF_INC就可以,我这里是直接set(TF_INC /usr/local/lib/python3.6/dist-packages/tensorflow/include),同时也要注意修改link_directories中的路径.

i have compiled the x64 lirrtmp,if u need,i can send u

I am using win10 x64,i compile by myself,the procedure is as fllow: 1.Install perl; 2.Instll Nasm; 3.Compile openssl,my version is 0.9.8k,during the compile, you should pay attention to the openssl...