You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+46-27Lines changed: 46 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,22 @@ We want to make contributing to this project as easy and transparent as possible
4
4
5
5
## TL;DR
6
6
7
-
We appreciate all contributions. If you are interested in contributing to Torchvision, there are many ways to help out.
7
+
We appreciate all contributions. If you are interested in contributing to Torchvision, there are many ways to help out.
8
8
Your contributions may fall into the following categories:
9
9
10
-
- It helps the project if you could
10
+
- It helps the project if you could
11
11
- Report issues you're facing
12
-
- Give a :+1: on issues that others reported and that are relevant to you
12
+
- Give a :+1: on issues that others reported and that are relevant to you
13
13
14
14
- Answering queries on the issue tracker, investigating bugs are very valuable contributions to the project.
15
15
16
-
- You would like to improve the documentation. This is no less important than improving the library itself!
16
+
- You would like to improve the documentation. This is no less important than improving the library itself!
17
17
If you find a typo in the documentation, do not hesitate to submit a GitHub pull request.
18
18
19
19
- If you would like to fix a bug
20
20
- please pick one from the [list of open issues labelled as "help wanted"](https://github.com/pytorch/vision/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
21
21
- comment on the issue that you want to work on this issue
22
-
- send a PR with your fix, see below.
22
+
- send a PR with your fix, see below.
23
23
24
24
- If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the feature with us.
25
25
@@ -30,30 +30,49 @@ clear and has sufficient instructions to be able to reproduce the issue.
30
30
31
31
## Development installation
32
32
33
-
### Install PyTorch Nightly
33
+
34
+
### Dependencies
35
+
36
+
Start by installing the **nightly** build of PyTorch following the [official
@@ -189,18 +208,18 @@ with "transforms" in their name.
189
208
### New architecture or improved model weights
190
209
191
210
Please refer to the guidelines in [Contributing to Torchvision - Models](https://github.com/pytorch/vision/blob/main/CONTRIBUTING_MODELS.md).
192
-
211
+
193
212
### New dataset
194
213
195
-
More details on how to add a new dataset will be provided later. Please, do not send any PR with a new dataset without discussing
214
+
Please, do not send any PR with a new dataset without discussing
196
215
it in an issue as, most likely, it will not be accepted.
197
216
198
217
### Pull Request
199
218
200
-
If all previous checks (flake8, mypy, unit tests) are passing, please send a PR. Submitted PR will pass other tests on
219
+
If all previous checks (flake8, mypy, unit tests) are passing, please send a PR. Submitted PR will pass other tests on
201
220
different operating systems, python versions and hardware.
0 commit comments