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
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
(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
cudart64_90.dll 이 있는 폴더 환경변수 추가
'Unity3D' 카테고리의 다른 글
에셋번들 실전 가이드 (AssetBundle Best Practices) (0) | 2019.06.03 |
---|---|
텐서보드 사용법 (0) | 2019.05.19 |
Using TensorFlowSharp in Unity (Experimental) (0) | 2019.05.19 |
[ml-agents] Hyperparameters (0) | 2019.05.19 |
Tower Defense Template (분해) (0) | 2019.05.03 |