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

Process doesn't close when using TensorboardLogger #864

Closed
lrzpellegrini opened this issue Dec 24, 2021 · 0 comments · Fixed by #865
Closed

Process doesn't close when using TensorboardLogger #864

lrzpellegrini opened this issue Dec 24, 2021 · 0 comments · Fixed by #865
Assignees

Comments

@lrzpellegrini
Copy link
Collaborator

In certain (hard to reproduce) configurations, a Python process using Avalanche may get stuck and not terminate once the main thread exits.

This seems to be related to TensorboardLogger, which is keeping a reference to a SummaryWriter alive. The __del__ method is not sufficient to finalize the writer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant