Caleydo / confusionflow-ui

Visualize learning dynamics in multi-class image classifiers (e.g., convolutional neural networks) 💬 @gfrogat @thinkh
https://confusionflow.org
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Show class size for multiple runs #155

Closed thinkh closed 6 years ago

thinkh commented 6 years ago

At the moment we only show the class size of the first run. However, if multiple selected runs have a different class size (e.g., test and train) this information is wrong.

image

Possible solutions

gfrogat commented 6 years ago

possibly add a visualization of the class sizes (e.g. a simple barchart) and not only textboxes

NMO13 commented 6 years ago

Yes that makes sense.

thinkh commented 6 years ago

Done with PR #155.