-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
The current code doesn't support the multiple gpu yet. But I'm planning to do update it. |
Thanks for the feedback. |
No problem, I'll manage with a single. Nice repo btw! |
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? |
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. |
Trouble when running this code on a cluster of GPUs
Lightning-AI/torchmetrics#2477
The text was updated successfully, but these errors were encountered: