MLPrimitives
MLPrimitives copied to clipboard
Loss/Validation Plot Callback
- 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 https://github.com/MLBazaar/MLPrimitives/pull/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