0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

TensorflowでRuntimeError: Missing implementation that supportsが出た場合の対処方法

Posted at

あまり起こりえないことのようですが、発生した場合の対処方法です。

■環境

Python3.7(Anacondaでインストール)

■エラー内容

retrain.pyを実行時に、以下のエラーが発生する。

Missing implementation that supports: loader(*(‘C:\Users\Alber\AppData\Local\Temp\tfhub_modules\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’,), **{})

■原因

以下のディレクトリ内が空っぽになっていることで起こっているようです。

\Users\Alber\AppData\Local\Temp\tfhub_modules\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’

■対処方法

tfhub_modulesフォルダを削除し、再度retrain.pyを実行します。
(tfhub_modulesフォルダは再作成されます)

■参考文献

https://stackoverflow.com/questions/54029556/how-to-fix-runtimeerror-missing-implementation-that-supports-loader-when-cal
https://github.com/tensorflow/hub/issues/212

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?