AttributeError: module ‘tensorflow.compat.v2.__internal__’ has no attribute ‘tf2’

AttributeError: module 'tensorflow.compat.v2.__internal__' has no attribute 'tf2'

從 Tensorflow 2.x起,keras不再獨立維護 並成為Tensorflow.的一部份

建議import keras 改為

使用from tensorflow import keras

import tensorflow as tf並使用tf.keras.

您可以Sequentialtensorflow如下所示導入模塊

import tensorflow as tf
from tf.keras import Sequential

 

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *