Closed amlimaye closed 1 year ago
Happy to take a shot at fixing this, although I haven't been able to pinpoint which change included in 1.6.0 is the source of this regression.
Hi @amlimaye. We changed the trained models to the attribute models_fitted
, not models
. But we will roll-back this change due to the generalized confusion tomorrow. It will be again in models
in tomorrow's release.
What happened + What you expected to happen
I use the
model.train_trajectories
attribute in order to look at the training loss history of a neuralforecast model. Upon upgrade to neuralforecast 1.6.0, it appears that this attribute is an empty list, even after taking training steps.Versions / Dependencies
This is a regression from neuralforecast 1.5.0 behavior that seems to have been introduced in 1.6.0
Reproduction script
When run with neuralforecast 1.5.0, I see the following output:
When run with neuralforecast 1.6.0, I see the following output:
Issue Severity
Low: It annoys or frustrates me.