1. ホーム
  2. パイソン

AttributeError: モジュール 'tensorflow' には 'enable_eager_execution' という属性がない。

2022-02-10 07:19:46
<パス

AttributeError: モジュール 'tensorflow' には 'enable_eager_execution' という属性がありません。

Tensorflow 2.0 はデフォルトで eager_execution が有効になっているため、tf.enable_eager_execution を実行する必要はないです。即時実行は、2.0より低いバージョンを実行している場合のみ有効にする必要があります。

tf.enable_eager_execution() を削除するだけです。

元記事へのリンク: https://stackoverflow.com/questions/58406191/attributeerror-module-tensorflow-has-no-attribute-enable-eager-execution