You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@YLi2021 I encountered an error while executing main-Saratoga.ipynb. I reviewed the source code in this project and indeed couldn't find a method named "compute_metrics" in DAN.
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[7], line 4
2 from models.DAN_M import *
3 model = DAN(opt,ds)
----> 4 metrics = model.compute_metrics(Inference_dir)
5 print("RMSE: ", np.array(metrics[0][0]))
6 print("MAPE: ", np.array(metrics[1][0]))
AttributeError: 'DAN' object has no attribute 'compute_metrics'
The text was updated successfully, but these errors were encountered:
@YLi2021 I encountered an error while executing main-Saratoga.ipynb. I reviewed the source code in this project and indeed couldn't find a method named "compute_metrics" in DAN.
The text was updated successfully, but these errors were encountered: