Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training plot shows but not the curve. #61

Closed
MichaelSchroter opened this issue May 14, 2019 · 1 comment
Closed

Training plot shows but not the curve. #61

MichaelSchroter opened this issue May 14, 2019 · 1 comment

Comments

@MichaelSchroter
Copy link

MichaelSchroter commented May 14, 2019

Hi All,

I used the livelossplot for model training. Even though, all works fine including the model training but in the plot the training and validation curves are not shown. However, when I refresh the jupyter notebook and run it from beginning the full graphs are displayed. But when I want to do model tuning the curves do not display. May be .ipynb file is large. I do not know.

Would anyone be able to help me on this regard.
The modules that were used for the visualisation are below:

from IPython.display import SVG
import livelossplot
plot_losses = livelossplot.PlotLossesKeras()

Also please find the image of the training graph without the training and validation curves below:

Screenshot_2019-05-14_14-00-13

Your input in this issue is much appreciated.

Thanks

Michael

@MichaelSchroter
Copy link
Author

MichaelSchroter commented May 14, 2019

Hi All,

Some good news. I found the solution for the problem. I need to include the plot_losses = livelossplot.PlotLossesKeras() line, in the cell where the neural network is included in jupyter notebook. Then it will start to plot the curves.

Screenshot_2019-05-14_20-45-48

Thanks

Michael

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant