问题描述:
使用tf 1.14.0 如下模块报错:
train_loss = tf.keras.metrics.Mean('train_loss', dtype=tf.float32)
AttributeError: module 'tensorflow._api.v1.keras.metrics' has no attribute 'Mean'
问题解决:
更新tf即可:
pip install -U tensorflow
使用tf 1.14.0 如下模块报错:
train_loss = tf.keras.metrics.Mean('train_loss', dtype=tf.float32)
AttributeError: module 'tensorflow._api.v1.keras.metrics' has no attribute 'Mean'
更新tf即可:
pip install -U tensorflow
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。