LoginSignup
0
2

More than 3 years have passed since last update.

tensorflow 2.0でImportError: DLL load failed が出て苦労した話

Last updated at Posted at 2020-01-25

結論

Stack Overflow の以下の記事を参照してください。

詳細

tensorflow 2.0
python 3.5
Windows 10

import tensorflow as tf

の箇所で下記のエラーが発生しました。

Failed to load the native TensorFlow runtime.

はじめ、公式ホームページを見たのですが詳細な情報は書いておらず途方に暮れていたところ
tensorflow 2.0 では tensorflow-gpu 無しで GPU を使えることを思い出し
CUDAのバージョン不一致を疑ったりしていました。

でも、結局は Visual C++ のバージョンが古いことが原因でした :frowning2:

機械学習は本当に環境構築が大変ですね。

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2