module ‘tensorflow._api.v2.data‘ has no attribute ‘AUTOTUNE

module ‘tensorflow._api.v2.data’ has no attribute 'AUTOTUNE

module ‘tensorflow._api.v2.data’ has no attribute 'AUTOTUNE 解决方法

AUTOTUNE = tf.data.AUTOTUNE
更换为

AUTOTUNE = tf.data.experimental.AUTOTUNE

你可能感兴趣的:(tensorflow,深度学习)