Giter Site home page Giter Site logo

Comments (10)

Jaiaid avatar Jaiaid commented on June 9, 2024 1

@HassanBinHaroon
yes
it should be --dist-backend gloo (without the quote). You do not need to give quote for cmd line args
but if in your system nccl version <2.5. It should be fine to use nccl

from examples.

HassanBinHaroon avatar HassanBinHaroon commented on June 9, 2024 1

@HassanBinHaroon yes it should be --dist-backend gloo (without the quote). You do not need to give quote for cmd line args but if in your system nccl version <2.5. It should be fine to use nccl

@Jaiaid Thanks!

from examples.

Jaiaid avatar Jaiaid commented on June 9, 2024 1

@HassanBinHaroon
yes they should come with pytorch
yes, it should otherwise throw an error from NCCL (something like internal check error), to avoid that you have to do --dist-backend gloo
BTW have you tried actually using NCCL to run your code?

from examples.

HassanBinHaroon avatar HassanBinHaroon commented on June 9, 2024 1

@Jaiaid Yes, I have tried running code --dist-backend nccl. It logs the user warning that (I think) you recently added and code executes smoothly BTW.

from examples.

Jaiaid avatar Jaiaid commented on June 9, 2024 1

Thank you for the information.

from examples.

HassanBinHaroon avatar HassanBinHaroon commented on June 9, 2024 1

@Jaiaid I am using just SINGLE GPU for training. I am not forcefully adjusting the rank and It's -1 by default. The command that I have been using is "python main.py -b 512 --dist-backend gloo -a resnet18 imagenet/"

from examples.

HassanBinHaroon avatar HassanBinHaroon commented on June 9, 2024 1

@HassanBinHaroon If you use "python main.py -b 512 --dist-backend nccl -a resnet18 imagenet/" does it run smoothly?

@Jaiaid Yes, it absolutely runs smoothly.

from examples.

HassanBinHaroon avatar HassanBinHaroon commented on June 9, 2024

@HassanBinHaroon yes it should be --dist-backend gloo (without the quote). You do not need to give quote for cmd line args but if in your system nccl version <2.5. It should be fine to use nccl

@Jaiaid Does the nccl and gloo comes with PyTorch?
If yes, then how to check their availability and version?

I am checking the availability using the following commands. Is it the right procedure?

"import torch.distributed as dist

print(dist.is_available()) # Should print True if distributed is available
print(dist.is_nccl_available()) # Should print True if NCCL is available
print(dist.is_gloo_available()) # Should print True if Gloo is available
"
Moreover, I am checking the nccl version using the following command, Again, please enlighten is it correct procedure?

"print(torch.cuda.nccl.version)"

The output is (2,19,3)

Does it mean that I have to be compulsorily using --dist-backend gloo?

Please elaborate, Thanks!

from examples.

Jaiaid avatar Jaiaid commented on June 9, 2024

@HassanBinHaroon
If you are using one rank in one GPU than nccl backend should be fine but if there are multiple rank using a single GPU than it will be an issue. I guess I should improve the message.
In your case, are you using multiple rank/process in a single GPU machine?

from examples.

Jaiaid avatar Jaiaid commented on June 9, 2024

@HassanBinHaroon
If you use "python main.py -b 512 --dist-backend nccl -a resnet18 imagenet/" does it run smoothly?

from examples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.