how can i log loss when running `nf.cross_validati...
# neural-forecast
d
how can i log loss when running
nf.cross_validation(
?
j
Everything is saved to the lightning_logs directory, which you can visualize with tensorboard. The models also save the train and valid losses in the train/valid_trajectories attributes, although those will get overridden if you're using refit!=False
👍 1
d
thx a lot