stared / livelossplot

Live training loss plot in Jupyter Notebook for Keras, PyTorch and others
https://p.migdal.pl/livelossplot
MIT License
1.29k stars 143 forks source link

Y-axis support #44

Closed Jayan-K-Duggal closed 5 years ago

Jayan-K-Duggal commented 5 years ago

HI,

Please let me know how I can change the values of Y axis for log loss in x.xxx format and acc in x.xxx format

stared commented 5 years ago

@Jayan-K-Duggal Right now it uses default matplotlib settings, and it is not possible to change that.

I plan to add custom plots at some point.

Jayan-K-Duggal commented 5 years ago

Thank you, I figured it out.

miretchin commented 4 years ago

Thank you, I figured it out.

What did you end up doing?

Jayan-K-Duggal commented 4 years ago

Let me check, I will answer this give me some time.