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

Multi GPUs not working properly #46

Open
Apscg opened this issue Jun 19, 2023 · 1 comment
Open

Multi GPUs not working properly #46

Apscg opened this issue Jun 19, 2023 · 1 comment

Comments

@Apscg
Copy link

Apscg commented Jun 19, 2023

Hi,
Thanks for your great work MAML++.
I'm having a problem with multi-GPU. When I input

bash experiment_scripts.sh 0 1 2

to run the training, it seems that only the first GPU ID is being passed, while the others are being ignored.
I tried specifying the GPU IDs directly in the script.sh, but it didn't work. Is this a bug, or am I missing something?
Thanks!

@AntreasAntoniou
Copy link
Owner

Due to how pytorch has changed over time, multi GPU is no longer supported on this codebase. If I find time in the future (or if GPT5 is good enough to do this for me) I'll try to bring it back.

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

2 participants