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
在百度AIStudio上安装PaddlePaddle1.8.4后, 可能会在运行时报错:
ExternalError: Cudnn error, CUDNN_STATUS_BAD_PARAM at (/paddle/paddle/fluid/operators/batch_norm_op.cu:319)
在命令行里执行:
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBARAY_PATH
即可解决问题 : )
The text was updated successfully, but these errors were encountered:
并没有解决问题
在百度AIStudio上安装PaddlePaddle1.8.4后, 可能会在运行时报错: ExternalError: Cudnn error, CUDNN_STATUS_BAD_PARAM at (/paddle/paddle/fluid/operators/batch_norm_op.cu:319) 在命令行里执行: export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBARAY_PATH 即可解决问题 : )
并没有解决问题哈
Sorry, something went wrong.
paddleX2.0 win10 也遇到这种情况,搞不定
No branches or pull requests
在百度AIStudio上安装PaddlePaddle1.8.4后, 可能会在运行时报错:
在命令行里执行:
即可解决问题 : )
The text was updated successfully, but these errors were encountered: