bodokaiser / mrtous

Generate US images from MR brain images.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

replace matplotlib loss plot #20

Closed bodokaiser closed 7 years ago

bodokaiser commented 7 years ago

I am not 100% sure about this one. If we can simplify the remaining matplotlib code after #19 with something very simple (e.g. plt.ion(); plt.plot(test_losses, train_losses)) we might keep this. Alternatively we would write losses to a file and render it in index.html however this may be ugly on its own as we would write quite a bit of javascript.

bodokaiser commented 7 years ago

More ideas on plotting in index.html

I will try to implement this first with plain javascript as webpack would add a lot of complexity.