Zardinality / TF_Deformable_Net

Deformable convolution net on Tensorflow
MIT License
169 stars 53 forks source link

can it be used in g++4.8? #21

Open FakerYFX opened 6 years ago

FakerYFX commented 6 years ago

i meet this error in g++4.8: /usr/local/lib/python2.7/dist-packages/tensorflow/include/tensorflow/core/util/cuda_kernel_helper.h:24:31: fatal error: cuda/include/cuda.h: No such file or directory

look forward to hearing from you @Zardinality @JiahuiYu

Zardinality commented 6 years ago

I dont think its related to g++ version, maybe u will find these issue helpful: issue1 issue2 issue3 also there

FakerYFX commented 6 years ago

thank you very much!