Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ESR failure plot doesn't show. #343

Open
sdatkinson opened this issue Nov 10, 2023 · 0 comments
Open

[BUG] ESR failure plot doesn't show. #343

sdatkinson opened this issue Nov 10, 2023 · 0 comments
Labels
bug Something isn't working priority:low Low-priority issues

Comments

@sdatkinson
Copy link
Owner

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 sdatkinson added bug Something isn't working priority:low Low-priority issues labels Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:low Low-priority issues
Projects
None yet
Development

No branches or pull requests

1 participant