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

App performance for 1 epoch granularity runs is bad #167

Closed NMO13 closed 5 years ago

NMO13 commented 6 years ago

Just try it, you will notice.

  1. The dataloading takes long.
  2. The frontend part needs to be optimized.
thinkh commented 6 years ago

@NMO13 Is this relevant for the paper? Can you make suggestions for improvements?

thinkh commented 6 years ago

Possible workaround is a loading icon as suggested in #168

thinkh commented 6 years ago

Might get better with new backend.

gfrogat commented 6 years ago

new backend and removal of the SingleEpochMarker drastically improved the performance.

We still need to discuss whether the SingleEpochMarker is needed or whether we attempt to refactor the code to improve the performance.

@thinkh said he would have a look at it

gfrogat commented 5 years ago

Performance improved a lot thanks to changes by @thinkh