-
Notifications
You must be signed in to change notification settings - Fork 28
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
I only have one GPU #21
Comments
Thank you for your interest in our work. You can check the pytorch version, if it is more than 2.0, you will encounter this error |
Okay thank you. I used torchrun and now it is working . |
Can you please help me with training on single GPU, I have tried many times also with torchrun. Please tell what changes did you do with the local_rank |
hey Vinay , I made some small changes like setting MultiGpu to False
everywhere and only gave one GPU id in yml files. And later adjusted those
according to torchrun .
…On Sun, Feb 11, 2024 at 10:22 AM Vinay Arjun Hajare < ***@***.***> wrote:
Okay thank you. I used torchrun and now it is working .
Can you please help me with training on single GPU, I have tried many
times also with torchrun. Please tell what changes did you do with the
local_rank
—
Reply to this email directly, view it on GitHub
<#21 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWBIGNEPSBAC2L4FAGB3PW3YTBE7LAVCNFSM6AAAAABBGJHKY2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXGQZDIOJWGM>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @tobran I have read your
paper and its excellent . I am currently implementing the code . I only have one GPU so in train.sh i changed the nodes to 1 and set CUDA_VISIBLE_DEVICES=0 .
But i am getting " train.py: error: unrecognized arguments: --local-rank=0" .
Could you please tell me what changes i need to make in the code if I have access to only 1 GPU .
Thank You
The text was updated successfully, but these errors were encountered: