Contributing This is a short guide on how to start contributing to flaxvision. Here are a few guidelines you should follow. Testing To execute all the tests, run: pytest Creating a PR Make sure all tests run and code is properly formatted with yapf: yapf --in-place --recursive .