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

Problem running this on multiple GPUs #12

Closed
Ofplarsen opened this issue Aug 1, 2024 · 5 comments
Closed

Problem running this on multiple GPUs #12

Ofplarsen opened this issue Aug 1, 2024 · 5 comments

Comments

@Ofplarsen
Copy link

Trouble when running this code on a cluster of GPUs

Lightning-AI/torchmetrics#2477

@danelee2601
Copy link
Collaborator

The current code doesn't support the multiple gpu yet. But I'm planning to do update it.

@danelee2601
Copy link
Collaborator

Thanks for the feedback.

@Ofplarsen
Copy link
Author

No problem, I'll manage with a single. Nice repo btw!

@Frndznz
Copy link

Frndznz commented Sep 12, 2024

What would be the steps required to do this? @danelee2601 I have quite a large dataset and need to train on multiple GPUs, and I've managed to train on multiple GPUs but only using the deepseed strategy for PyTorch Lightning. Have you made any progress on this?

@danelee2601
Copy link
Collaborator

Hi @Frndznz. This repo hasn't bee developed to train on a very large dataset that can't be fit into CPU memory, as it was developed for a research purpose. But I'm sure you can modify the data pipeline to enable it. For instance, save a csv file that contains a list of all the available data file names and import the files for every iteration.

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

No branches or pull requests

3 participants