hkust-vgd / pointwise

Code for Pointwise Convolutional Neural Networks, CVPR 2018
http://pointwise.scenenn.net
MIT License
130 stars 26 forks source link

can you send me your files have compiled,such as tf_con3p.so #13

Open longmalongma opened 5 years ago

longmalongma commented 5 years ago

Hello,think you for your work,but when I try to run your code in my computer,I can't compile,I met this problem.can you send me your files have compiled,such as tf_conv3p.so to my email,my email is that:1442342449@qq.com.

tensorflow/core/lib/gtl/array_slice_internal.h:230:7: note: candidate expects 1 argument, 2 provided g++: error: register_op.o: No such file or directory g++: error: tf_conv3p.so_cuda.o: No such file or directory g++: error: tf_conv3p.so_cpu.o: No such file or directory rm: cannot remove 'tf_conv3p.so_cpu.o': No such file or directory rm: cannot remove 'tf_conv3p.so_cuda.o': No such file or directory

songuke commented 5 years ago

tf_conv3p.zip

I doubt that using a precompiled dynamically linked library from my machine will work on yours. But as per your request, here it is.

2019年6月18日(火) 10:39 longma notifications@github.com:

Hello,think you for your work,but when I try to run your code in my computer,I can't compile,I met this problem.can you send me your files have compiled,such as tf_conv3p.so to my email,my email is that:1442342449@qq.com.

tensorflow/core/lib/gtl/array_slice_internal.h:230:7: note: candidate expects 1 argument, 2 provided g++: error: register_op.o: No such file or directory g++: error: tf_conv3p.so_cuda.o: No such file or directory g++: error: tf_conv3p.so_cpu.o: No such file or directory rm: cannot remove 'tf_conv3p.so_cpu.o': No such file or directory rm: cannot remove 'tf_conv3p.so_cuda.o': No such file or directory

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/scenenn/pointwise/issues/13?email_source=notifications&email_token=AABBPMQ2JFDNHA6W7SAN7B3P3A4ENA5CNFSM4HY3QPG2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G2ATLTQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AABBPMTUQHXZTQ4I3JI43EDP3A4ENANCNFSM4HY3QPGQ .

longmalongma commented 5 years ago

tf_conv3p.zip I doubt that using a precompiled dynamically linked library from my machine will work on yours. But as per your request, here it is. 2019年6月18日(火) 10:39 longma notifications@github.com: Hello,think you for your work,but when I try to run your code in my computer,I can't compile,I met this problem.can you send me your files have compiled,such as tf_conv3p.so to my email,my email is @.*** tensorflow/core/lib/gtl/array_slice_internal.h:230:7: note: candidate expects 1 argument, 2 provided g++: error: register_op.o: No such file or directory g++: error: tf_conv3p.so_cuda.o: No such file or directory g++: error: tf_conv3p.so_cpu.o: No such file or directory rm: cannot remove 'tf_conv3p.so_cpu.o': No such file or directory rm: cannot remove 'tf_conv3p.so_cuda.o': No such file or directory — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#13?email_source=notifications&email_token=AABBPMQ2JFDNHA6W7SAN7B3P3A4ENA5CNFSM4HY3QPG2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G2ATLTQ>, or mute the thread https://github.com/notifications/unsubscribe-auth/AABBPMTUQHXZTQ4I3JI43EDP3A4ENANCNFSM4HY3QPGQ . Yes,it can't work,do you have other mothod how to compile it?