AttributeError: module‘ tensorflow_core._api.v2. train‘ has no attribute‘ AdamOptimizer‘

平生執劍發表於2020-12-20

【Bug提示】:AttributeError: module’ tensorflow_core._api.v2. train’ has no attribute’ AdamOptimizer’
【Bug定位】:在這裡插入圖片描述
【改正方法】:
在這裡插入圖片描述
此外,在程式開始部分加上tf.compat.v1.disable_eager_execution()

相關文章