Loss/Validation Plot Callback
cjtaylo-csu opened this issue · 0 comments
cjtaylo-csu commented
- MLPrimitives version: 0.2.5
- Python version: 3.6.9
- Operating System: Ubuntu 18.04.6
Description
Is it possible to plot training and validation losses during the .fit() call?
I saw there is this pull request #163.
I did not see any examples of using a callback to plot losses during training.
Any other recommendation on how to visualize if models are converging during training would be most appreciated.
Thank you
Chris