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

Auto groups generation && auto metric2name #92

Closed Bartolo1024 closed 4 years ago

stared commented 4 years ago

I looked at the code, and while there is some progress, it is not what I had in my mind.

Look at the previous outputs, it should look similarish.

Bartolo1024 commented 4 years ago

1) regex looks better a lot, first value as default is less clear. 2) I unnecessary added it to all and not reverted this one. 3) Can you write something more? I did not understand. Currently, we have "Validation Accuracy"? 4) It is done since commit 3, I did not change it in comment.
5) ok

stared commented 4 years ago

Ad 3 and 4 - the result should be as in:

image

stared commented 4 years ago

After this thing, I think we can merge, release, and move on. :)

Bartolo1024 commented 4 years ago

I did it, but I have to get metrics_to_name from logger in ExtremaPrint and do transformation there, because it requires unique names. Optionally I can do cache for each group in ExtremaPrint. Which approach seems to be better?

Bartolo1024 commented 4 years ago