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
I was trying to run the chronos_trial.ipynb to understand the workflow for the experiments. However, loading the pre-trained model gave an AttributeError: module 'chronos' has no attribute 'MeanScaleUniformBins'. I checked the src/samay/models/chronosforecasting/chronos/chronos.py and it does have the said class. I think this has to do with some relative import error. I require some help in fixing this.
The text was updated successfully, but these errors were encountered:
I was trying to run the
chronos_trial.ipynb
to understand the workflow for the experiments. However, loading the pre-trained model gave anAttributeError: module 'chronos' has no attribute 'MeanScaleUniformBins'
. I checked thesrc/samay/models/chronosforecasting/chronos/chronos.py
and it does have the said class. I think this has to do with some relative import error. I require some help in fixing this.The text was updated successfully, but these errors were encountered: