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

Fixed possible race condition on downloading datasets while using multiple GPUs #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

guyleaf
Copy link

@guyleaf guyleaf commented Oct 14, 2023

Hi,
thanks for implementing pytorch version of l2p.

I found an issue.
If we use multiple GPUs to train the model, while downloading datasets, it will have multiple processes to download at the same time and cause file corruption.

So, I updated the main.py to let other processes wait until the main process finish loading datasets, then load the rest.

@guyleaf guyleaf force-pushed the fix-race-condition-to-download-datasets-while-using-multi-gpu branch from ea85922 to 97426fa Compare October 14, 2023 18:17
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 this pull request may close these issues.

1 participant