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

timeline - add better representation for non-continuous epoch samplings #242

Open gfrogat opened 5 years ago

gfrogat commented 5 years ago

the timeline design currently only works for continuous epoch samplings --> e.g. every epoch

as soon as we only log the performance metrics e.g. every 5 epochs the representation breaks, as it's not clearly visible that there are no logs for epochs 2-4, etc.