Training plot shows but not the curve.
Closed this issue · 1 comments
MichaelSchroter commented
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:
Your input in this issue is much appreciated.
Thanks
Michael
MichaelSchroter commented