警告 - 带有 GPU 崩溃的 CloudML 运行时版本 1.11(CuDNN 错误)
Warning - CloudML runtime version 1.11 with GPU crashes (CuDNN error)
当使用 CloudML 训练 1 个 GPU(BASIC_GPU
层)和运行时版本 1.11 时,出现以下错误,然后作业失败。
Loaded runtime CuDNN library: 7.0.5 but source was compiled with: 7.3.0. CuDNN library major and minor version needs to match or have higher minor version in case of CuDNN 7.0 or later version. If using a binary install, upgrade your CuDNN library. If building from sources, make sure the library loaded at runtime is compatible with the version specified during compile configuration.
知道是什么导致了这个问题吗?
请注意,该作业在使用相同层的运行时版本 1.10 中运行良好。
感谢您报告问题!我们已经注意到它并正在努力匹配二进制文件中的 CuDNN 版本。这应该在我们的下一个版本中修复。
当使用 CloudML 训练 1 个 GPU(BASIC_GPU
层)和运行时版本 1.11 时,出现以下错误,然后作业失败。
Loaded runtime CuDNN library: 7.0.5 but source was compiled with: 7.3.0. CuDNN library major and minor version needs to match or have higher minor version in case of CuDNN 7.0 or later version. If using a binary install, upgrade your CuDNN library. If building from sources, make sure the library loaded at runtime is compatible with the version specified during compile configuration.
知道是什么导致了这个问题吗?
请注意,该作业在使用相同层的运行时版本 1.10 中运行良好。
感谢您报告问题!我们已经注意到它并正在努力匹配二进制文件中的 CuDNN 版本。这应该在我们的下一个版本中修复。