darts
darts copied to clipboard
[QUESTION] Is there a way to access the model's history of training and validation loss values?
Greetings,
I searched the documentation but couldn't find anything regarding the argument. I may have lost it so please point me in the right direction if that's the case. After evaluating the model against the test set, I wanted to save the model's losses obtained during training and validation for the various epochs. However, I couldn't find any attribute that saves them regarding Darts models. Are they saved somewhere? Can we access them through the PyTorch Lightning implementation? Thanks in advance, I'm looking forward to your kind response.
Best Regards, Giacomo Guiduzzi