当我使用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',错误,如何解决这个问题?
问问题
277 次