Can anybody contribute to the examples folder on the main github repo?

I was looking at the examples folder on Github and I was wondering if anybody could contribute pytorch examples to that folder. If so, are there any restrictions on what kind of models can be contributed? If there is any documentation on how to contribute, please do point me there. Thanks :slight_smile:

Hi,

Yes I think it is quite open, if you want to make sure, you can start by opening an issue on the examples repo with a description of the data and model you plan to implement.
I don’t think there is any contribution guideline for this repo. Just fork it on your github, push a branch with your new example and make a PR on the master branch of the pytorch/examples repo !