pengzhou1108 / RGB-N

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no file:sequential_batch_fft_kernel.cu.o

VinsonXuxuxu opened this issue · comments

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

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

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

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 @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...

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

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?

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.

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

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?

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

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.

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.

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.
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