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

fixes logger crash on ddp #2388

Merged
merged 10 commits into from
Jun 27, 2020
Merged

fixes logger crash on ddp #2388

merged 10 commits into from
Jun 27, 2020

Conversation

williamFalcon
Copy link
Contributor

@williamFalcon williamFalcon commented Jun 27, 2020

Fixes #2299

Something was accessing a property of the logger (which exists in every process) instead of the .experiment object which only exists on global_rank = 0.

This went beyond wb, probably affected all loggers?

Anyhow, ddp away with loggers!

@mergify mergify bot requested a review from a team June 27, 2020 17:56
@Borda Borda added the bug Something isn't working label Jun 27, 2020
@Borda Borda added this to the 0.8.x milestone Jun 27, 2020
@williamFalcon williamFalcon merged commit 90f641a into master Jun 27, 2020
@Borda Borda deleted the wb branch June 28, 2020 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DDP Bug with Model Checkpoint parsing
2 participants