neural-amp-modeler icon indicating copy to clipboard operation
neural-amp-modeler copied to clipboard

[BUG] ESR failure plot doesn't show.

Open sdatkinson opened this issue 1 year ago • 0 comments

There's a plot that's supposed to show, but it doesn't.

e.g. On Colab (lower white space is Tensorboard, not the desired plot): image

Observed on local as well.

Solve by gathering all plot events and doing plt.show() at once. (Though this probably won't work if one tries to train twice in the same local session; Colab should be fine. Matplotlib is just annoying in general about this. Sigh.)

sdatkinson avatar Nov 10 '23 16:11 sdatkinson