Contributing to QA/Testing of PyTorch

Hello Everyone,

I am a newcomer to PyTorch, and I found this project very interesting. I am interested in knowing if there is a testing/QA process used by the PyTorch project, and if there is, how one could contribute to it. I have some experience with PyTest, if it is relevant.

You can find the tests here.
A good start to get familiar with them could be to have a look in test_nn.py.

Please let us know, if you have some ideas on how to improve them. :slight_smile:

1 Like