0

当我使用keras Tuner进行调优时,tuner=RandomSearch(hypermodel=model,objective='mse',seed=42,max_trials=3,directory=r'E:\multivariate test\bayes',project_name='helloworld') 报an AttributeError: module 'tensorflow._api.v1.keras.metrics' has no attribute 'Metric',错误,如何解决这个问题?

4

1 回答 1

0

也许您正在使用 TF v < 2.2。您可以查看此页面 [https://www.tensorflow.org/api_docs/python/tf/keras/metrics/Metric]。在那里你可以找到这个:tf.keras.metrics.Metric

于 2020-07-02T13:27:11.323 回答