From c8eb06da2b8d2f1b75b6602038bc774c5d2e9fd0 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 3 Aug 2019 07:21:25 -0500 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 1a3e2879..864ed27c 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,19 @@ python single_gpu_node_template.py --gpus "0,1" python multi_node_cluster_template.py --nb_gpu_nodes 4 --gpus '0,1,2,3,4,5,6,7' ``` +## Contributing +Welcome to the PTL community! We're building the most advanced research platform on the planet to implement the latest, best practices that the amazing PyTorch team rolls out! + +#### Bug fixes: +1. Submit a github issue. +2. Fix it. +3. Submit a PR! + +#### New Features: +1. Submit a github issue. +2. We'll agree on the feature scope. +3. Submit a PR! (with updated docs and tests 🙃). + ## Bleeding edge If you can't wait for the next release, install the most up to date code with: ```bash