keep-loving-pythonのブログ

Pythonを愛し続けたいです(Pythonが流行っている限りですが。。。)

エラー、ModuleNotFoundError: No module named 'tensorflow.contrib' 対策。

概要

Windows

    from tensorflow.contrib.layers import conv2d, max_pool2d, conv2d_transpose
ModuleNotFoundError: No module named 'tensorflow.contrib'

解決方法。

関連github

https://github.com/nie-lang/DeepImageStitching-1.0

ステート

解決。

エラー発生バージョン

tensorflow                       2.5.0

エラー解決バージョン

該当github requirementの情報

tensorflow 1.13.1

エラー解決バージョン

tensorflow                       1.13.1

この情報の制約

特になし。

その他

以下、入れた。

pip install tensorlayer==1.8.0

まとめ

特になし