【发布时间】:2020-06-23 03:26:10
【问题描述】:
当我使用 keras Tuner 进行调优时,tuner=RandomSearch(hypermodel=model,objective='mse',seed=42,max_trials=3,directory=r'E:\multivariate test\bayes',project_name='helloworld ') 报了一个AttributeError: module'tensorflow._api.v1.keras.metrics' has no attribute 'Metric', error,这个问题怎么解决?
【问题讨论】: