Pytorch Open Source

Hello,
Can you tell me how to master Pytorch and start contributing to the open source documentation, and when ti know I have a good knowledge to start contributing ?

Hi,

You can find some info in the contributing page on github: https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md
Otherwise I think you can

  • Try and answer people’s answers here by diving into the codebase to understand why it happens
  • Look for easy issues on github and ask there for guidance on how they should be fixed (for example with the “good first issue” tag or “small”)
2 Likes

Adding to @albanD’s good answer:
Don’t think you need to “master” PyTorch before contributing to it.
Try to pick an easy task at the beginning and you’ll learn a lot along the way. :wink:

1 Like