ImportError: Could not find 'cudart64_90.dll'.

Unity3D 2019. 5. 19. 17:39
반응형

https://developer.nvidia.com/cuda-90-download-archive?target_os=Windows&target_arch=x86_64

 

CUDA Toolkit 9.0 Downloads

*/

developer.nvidia.com

ImportError: Could not find 'cudart64_90.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable. Download and install CUDA 9.0 from this URL: https://developer.nvidia.com/cuda-toolkit

 

CUDA Toolkit

The NVIDIA® CUDA® Toolkit provides a development environment for creating high performance GPU-accelerated applications. With the CUDA Toolkit, you can develop, optimize and deploy your applications on GPU-accelerated embedded systems, desktop workstations

developer.nvidia.com

 

(build_info.cudnn_dll_name, build_info.cudnn_version_number))
ImportError: Could not find 'cudnn64_7.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable. Note that installing cuDNN is a separate step from installing CUDA, and this DLL is often found in a different directory from the CUDA DLLs. You may install the necessary DLL by downloading cuDNN 7 from this URL: https://developer.nvidia.com/cudnn

 

NVIDIA cuDNN

*/

developer.nvidia.com

cudart64_90.dll 이 있는 폴더 환경변수 추가

 

반응형
: