解決:Could not load dynamic library ‘cudart64_101.dll‘; dlerror: cudart64_101.dll not found
2020-10-21 16:07:39.297448: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library ‘cudart64_101.dll’; dlerror: cudart64_101.dll not found
2020-10-21 16:07:39.299448: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
執行時,出現瞭如上錯誤,(V:顯示全部資訊 D:顯示除錯資訊 I:顯示一般資訊 W:顯示警告資訊 E:顯示錯誤資訊)
解決:
- 去官網下載cudart64_101.dll檔案,解壓後有兩個檔案:
- 放置cudart64_101.dll檔案
官網中已經寫得很清楚了:
再次執行程式,顯示:
2020-10-21 16:29:19.467814: tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library cudart64_101.dll
則成功改正錯誤。
相關文章
- tensorflow2.x 報錯 Could not load dynamic library 'cudart64_101.dll'Dart
- Could not load dynamic library ‘cublas64_10.dll‘; dlerror: cublas64_10.dll not found或者缺少DLL問題Error
- ORA-15180: could not open dynamic library ASM LibraryASM
- tensorflow2.x 報錯 Could not load dynamic library 'cudnn64_7.dll'DNN
- Unable to load native-hadoop library for your platform解決HadoopPlatform
- 排查qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.QTPluginPlatform
- mysql中出現Unit mysql.service could not be found 的解決方法MySql
- Hadoop問題解決:Unable to load native-hadoop library for your platform...HadoopPlatform
- Unreal: Dynamic load map from Pak fileUnreal
- 解決:Failed to load ApplicationContextAIAPPContext
- 【ASM_ORACLE】Library Cache最佳化篇(二)Library cache load lock的概念和解決辦法ASMOracle
- 解決Qt編譯動態連結庫could not find or load the Qt platform plugin "windows" in.問題QT編譯PlatformPluginWindows
- sshd啟動報錯Could not load host key
- xcode10 library not found for -lstdc++.6.0.9XCodeC++
- Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'HTTP
- 【ASK_ORACLE】Library cache pin 與 library load lock的關係和區別Oracle
- Win10系統下Chrome觀看影片提示could not load plugins如何解決Win10ChromePlugin
- _002_Log4j_解決log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContAPPSpringFrameworkWebContext
- 2.No appenders could be found for logger(log4j)APP
- go tool compile 報錯 could not import sync (file not found)GoCompileImport
- Android: The following classes could not be instantiated: 解決方法Android
- bash: lspci: command not found解決方法
- This application failed to start because it could not find or load the Qt platform plugin “windows“APPAIQTPlatformPluginWindows
- Go:錯誤 could not launch process: EOF 解決Go
- could not autowire. No beans of 'xxxx' 問題解決Bean
- -bash: XXX: command not found解決辦法
- 解決Vue中”This dependency was not found”的方法Vue
- Library Cache 診斷:Lock, Pin 以及 Load Lock (文件 ID 1548524.1)
- a commponent required a bean of type XXXXXX that could not be found-2022新專案UIBean
- sqlserver bulk insert報錯Cannot bulk load because the file could not be opened.SQLServer
- Many To Many could not initialize proxy – no Session的解決方法Session
- 關於 artisan migrants Could not find drive 解決方法
- 解決CocoaPods could not find compatible versions for pod "React/Core"React
- Could not decode a text frame as UTF-8 的解決
- 解決bash: mysql: command not found的問題MySql
- android sqlite3 not found 解決總結AndroidSQLite
- CertPathValidatorException: Trust anchor for certification path not found解決方法ExceptionRust
- Mac終端出現 brew command not found 解決Mac