关键词

AttributeError: module ‘tensorflow._api.v1.keras.

问题描述:

使用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

本文链接:http://task.lmcjl.com/news/12324.html

展开阅读全文