How to start contributing to pytorch

I’m looking for open source projects these days and want to contribute to any.

I looked to pytorch project on github and it seemed to me a good place to start. I’m using pytorch from last 1-2 months, so I don’t think it’d be very hard to understand the codebase.

I can’t figure out how to start. I saw the bugs and issues and nothing seemed to me to get started with.

Also I tried joining the pytroch slack channel, but they’re not accepting my proposal. Can someone help me get started.

@ezyang’s post on PyTorch internals might be a good starter to get some ideas about how to contribute.
Also @tom recently published a post and video about fixing your first PyTorch bug.

I would generally recommend to have a look at the usability / simple-fixes category in the issues.

3 Likes