We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当时使用torch==1.2.0和torchvision==0.4.0版本进行环境配置时,运行训练代码报错提示:CUDA error: CUBLAS_STATUS_EXECUTION_FAILED,猜测是因为CUDA与torch的版本对应不上;
但当我安装与CUDA11.6相对应的torch版本后,编译安装resample2d_cuda,又出现报错提示:undefined symbol: _ZN6caffe26detail37_typeMetaDataInstance_preallocated_32E
请问该如何解决?
The text was updated successfully, but these errors were encountered:
用new_ops 那个新的branch
Sorry, something went wrong.
感谢
No branches or pull requests
当时使用torch==1.2.0和torchvision==0.4.0版本进行环境配置时,运行训练代码报错提示:CUDA error: CUBLAS_STATUS_EXECUTION_FAILED,猜测是因为CUDA与torch的版本对应不上;
但当我安装与CUDA11.6相对应的torch版本后,编译安装resample2d_cuda,又出现报错提示:undefined symbol: _ZN6caffe26detail37_typeMetaDataInstance_preallocated_32E
请问该如何解决?
The text was updated successfully, but these errors were encountered: