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

Align epoch ranges with varying step size #103

Closed NMO13 closed 6 years ago

NMO13 commented 6 years ago

If the loaded datasets have varying epoch steps (e.g. ds1 show every 5th epoch an ds2 every 1st epoch) then the line/heatmap visualizations are not correct. Before we implement this features, we have to check if we need it since we currently just have datasets with step size of 5 epochs.

NMO13 commented 6 years ago

We agreed on having datasets with equal epoch size and with equal granularity for now. If this restriction is too strong then we can change the implementation accordingly in the future.