pengzhou1108 / RGB-N

MIT License
159 stars 49 forks source link

no file:sequential_batch_fft_kernel.cu.o #1

Open VinsonXuxuxu opened 6 years ago

VinsonXuxuxu commented 6 years ago

where is this file: g++: error: sequential_batch_fft_kernel.cu.o

pengzhou1108 commented 6 years ago

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

gyheart commented 6 years ago

where is this file: g++: error: sequential_batch_fft_kernel.cu.o

I also encountered this problem. Can you solve it?

sunglowzhang commented 6 years ago

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!

pengzhou1108 commented 6 years ago

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.

sunglowzhang commented 6 years ago

Thanks for your reply. I encountered error when I compiled the compact bilinear pooling folder. Still seeking solutions...

VinsonXuxuxu commented 6 years ago

where is this file: g++: error: sequential_batch_fft_kernel.cu.o

I also encountered this problem. Can you solve it?

I compile successfully after I reload cuda and cudnn

gyheart commented 6 years ago

where is this file: g++: error: sequential_batch_fft_kernel.cu.o

I also encountered this problem. Can you solve it?

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?

sunglowzhang commented 6 years ago

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.

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.

VinsonXuxuxu commented 6 years ago

where is this file: g++: error: sequential_batch_fft_kernel.cu.o

I also encountered this problem. Can you solve it?

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?

uninstall and install

gyheart commented 6 years ago

where is this file: g++: error: sequential_batch_fft_kernel.cu.o

I also encountered this problem. Can you solve it?

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?

uninstall and install

What are the versions of the cuda and cudnn?

VinsonXuxuxu commented 6 years ago

where is this file: g++: error: sequential_batch_fft_kernel.cu.o

I also encountered this problem. Can you solve it?

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?

uninstall and install

What are the versions of the cuda and cudnn?

8.0 and 5.0

gyheart commented 6 years ago

where is this file: g++: error: sequential_batch_fft_kernel.cu.o

I also encountered this problem. Can you solve it?

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?

uninstall and install

What are the versions of the cuda and cudnn?

8.0 and 5.0

Thank you very much.

pengzhou1108 commented 6 years ago

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.

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.

I am using package for tensorflow installation.

michaelyan-coupa commented 5 years ago

I am also getting g++: error: sequential_batch_fft_kernel.cu.o: No such file or directory on my AWS EC2 instance

liangchen91 commented 4 years ago

In my case this error is caused by compile error. tensorflow/include/absl/strings/string_view.h(495): error: constexpr function return is non-constant I worked around by replacing the call to ABSL_ASSERT() by 0