python(ver.3.6.8)をjupyter notebookで使用してTensorflowを動かしていました。
転移学習と微調整の「$pip install -q tf-nightly」をインストールしたところ、
今まで動いていたプログラムがまわらなくなってしまいました。
どなたかアドバイスをお願いしてもよろしいでしょうか。
import tensorflow as tf
上記を実行した時のエラーメッセージは以下のとおりです。
ImportError Traceback (most recent call last)
c:\python\lib\site-packages\tensorflow\python\pywrap_tensorflow.py in <module>
63 try:
---> 64 from tensorflow.python._pywrap_tensorflow_internal import *
65 # This try catch logic is because there is no bazel equivalent for py_extension.
ImportError: DLL load failed: 指定されたモジュールが見つかりません。
During handling of the above exception, another exception occurred:
「!pip list」でバージョンを確認すると以下でした。
sklearn 0.0
soupsieve 1.9.5
statsmodels 0.10.2
tb-nightly 2.4.0a20200820
tensorboard 2.0.2
tensorboard-plugin-wit 1.7.0
tensorflow 2.0.0
tensorflow-datasets 2.0.0
tensorflow-estimator 2.0.1
tensorflow-estimator-2.0-preview 2.0.0
tensorflow-gpu 2.0.0
tensorflow-hub 0.7.0
tensorflow-metadata 0.21.1
termcolor 1.1.0
terminado 0.8.3
testpath 0.4.4
tf 1.0.0
tf-estimator-nightly 2.4.0.dev2020082001
tf-hub-nightly 0.8.0.dev202001140005
tf-nightly 2.4.0.dev20200820
tf-nightly-2.0-preview 2.0.0.dev20191002
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/08/21 16:11
2020/08/21 16:15
2020/08/21 16:39
2020/08/21 21:43
2020/08/22 06:50
2020/08/22 23:56
2020/08/23 00:16
2020/08/23 07:21
2020/08/23 07:27
2020/08/23 07:37
2020/08/23 07:44
2020/08/23 07:47
2020/08/23 07:49
2020/08/23 07:57