解決:Could not load dynamic library ‘cudart64_101.dll‘; dlerror: cudart64_101.dll not found

狂奔的菜雞發表於2020-10-21

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:顯示錯誤資訊)


解決:

  1. 去官網下載cudart64_101.dll檔案,解壓後有兩個檔案:
    在這裡插入圖片描述
  2. 放置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

        則成功改正錯誤。

相關文章