RuntimeError: cublas runtime error : the GPU program failed to execute at /pytorch/aten/src/THC/THCBlas.cu:450

前端 未结 0 1550
我寻月下人不归
我寻月下人不归 2021-01-15 11:55

My program works properly with two GPUs but raise this error when reached to torch.bmm

energy = torch.bmm(proj_query,proj_key) # transpose check RuntimeError: cublas

相关标签:
回答
  • 消灭零回复
提交回复
热议问题