-
Star
(139)
You must be signed in to star a gist -
Fork
(30)
You must be signed in to fork a gist
-
-
Save stared/dfb4dfaf6d9a8501cd1cc8b8cb806d2e to your computer and use it in GitHub Desktop.
Works great, thanks!
Thanks for this, it's really nice!
Do you have a way to change the figure size? I'd like it to be larger but something like figsize=(20,10)
doesn't work.
In the meantime, I wrote it for another project: https://github.com/deepsense-ai/intel-ai-webinar-neural-networks/blob/master/live_loss_plot.py (supporting multiple loss functions).
UPDATE: I created a dedicated library: https://github.com/stared/livelossplot/ - contributions are welcomed! :)
You can install it with pip:
pip install livelossplot
Hi, I'd like to know if it is possible to plot loss curves with respect to iteration number in Keras? Thanks!
@ckolluru you can create the above using your own custom callback but in terms of granularity, it looks like Keras supports down to at most a batch level.
how do we add our own model to this?
Thanks for the great project! I was wondering why is my figure show blocking the training? it seems I should close the figure every iteration to let it run and show the updated results. The training does not continue unless I close the figure.
Thanks a lot
Thanks!
Thanks!
Thanks!
Thanks for the great project! I was wondering why is my figure show blocking the training? it seems I should close the figure every iteration to let it run and show the updated results. The training does not continue unless I close the figure.
was your problem solved? I have the same problem
This script is no longer being maintained (for the last year!).
Please use https://github.com/stared/livelossplot/ instead.
This script is no longer being maintained (for the last year!).
Please use https://github.com/stared/livelossplot/ instead.
I'm actually using that , but I have the same problem with that. the figure blocks the process and every epoch I have to close it for the build to continue ...
Thanks a lot it saved my day!
I simply made log-log scale to display th loss ... since I hope the loss decreasing by several orders of magnitude !
is it possible to get the live plot per batch instead of per epoch?
Hi, I have the same problem than @socca. Could somebody help please?
This is just fantastic. Thank you.
@ElaheMrz you need to use Jupyter for that.
Awesome work, it works very well!
Thanks for sharing :)
Here's a version with loss and accuracy:
I also switched loss to a log plot since it tends to resolve that way