This message was deleted.
# neural-forecast
s
This message was deleted.
k
c
Yes there is a bug, thanks for finding it! The fitted models are now in models_fitted attribute, not in models. Can you index with the new name please? It has to be nf.models_fitted[0]...
👍 2
s
Yes it works when I use
nf.models_fitted[0].results.get_best_result().config
Thanks for the quick reply!
g
it doesn't work for me with 1.6.3 version
c
Hi @Guillaume GALIE. We changed it back to
models
instead of
models_fitted
It was causing errors to a lot of users
Sorry for all the changes
g
Ok thank you. will give a try. Is it possible to get the config from a saved model (.ckpt? )