ReDet
ReDet copied to clipboard
RuntimeError: cublas runtime error : the GPU program failed to execute at /pytorch/aten/src/THC/THCBlas.cu:450
When testing the dataset using the code provided in the GETTING_STARTED.md documentation, I encountered the following problems: RuntimeError: cublas runtime error : the GPU program failed to execute at /pytorch/aten/src/THC/THCBlas.cu:450
I guess you need to change the version of torch. We use torch==1.3 by default.
Thank you very much. I will make modifications according to your suggestions.