-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no file:sequential_batch_fft_kernel.cu.o #1
Comments
This is one of the output file of ./lib/compact_bilinear_pooling/sequential_fft/complie.sh. I think there is some issue with your complie.sh, like the cuda path, etc. You can take a look at this: https://github.com/ronghanghu/tensorflow_compact_bilinear_pooling |
I also encountered this problem. Can you solve it? |
Hi @pengzhou1108 It's really excellent work.. I almost finished all the setting when I encountered similar problem here. I failed to compile the user defined op for the sequential_batch_fft_kernel. I guess that may be caused by different os. Is your work based on Linux ? Any suggestions how I can make it work in Windows? Thanks! |
Hi, I am using Linux and it runs well. Did you compile the compact bilinear pooling folder? I don't use Windows for compiling so I cannot provide any useful suggestion. Sorry about that. |
Thanks for your reply. I encountered error when I compiled the compact bilinear pooling folder. Still seeking solutions... |
I compile successfully after I reload cuda and cudnn |
I really appreciate for your reply. But how you reload your cuda and cudnn? Can you introduce it in detail? |
Hi @pengzhou1108 , one more question, did you install tensorflow from source or bin package? I'm considering change to Unix...So Would happy to know more details. |
uninstall and install |
What are the versions of the cuda and cudnn? |
8.0 and 5.0 |
Thank you very much. |
I am using package for tensorflow installation. |
I am also getting g++: error: sequential_batch_fft_kernel.cu.o: No such file or directory on my AWS EC2 instance |
In my case this error is caused by compile error. |
where is this file: g++: error: sequential_batch_fft_kernel.cu.o
The text was updated successfully, but these errors were encountered: