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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ All the tutorials are now presented as sphinx style documentation at:
7
7
8
8
# Asking a question
9
9
10
-
If you have a question about a tutorial, post in https://dev-discuss.pytorch.org/ rather than creating an issue in this repo. Your question will be answered much faster on dev-discuss forum.
10
+
If you have a question about a tutorial, post in https://dev-discuss.pytorch.org/ rather than creating an issue in this repo. Your question will be answered much faster on the dev-discuss forum.
11
11
12
12
# Submitting an issue
13
13
14
14
You can submit the following types of issues:
15
15
16
-
* Feature request - request a new tutorial to be added. Please explain why this tutorial is needed and how it demonstrates PyTorch value
17
-
* Bug report - reporting an failiure or outdated information in the existing tutorial. When submitting a bug report, please run: `python3 -mtorch.utils.collect_env` to get information about your environment.
16
+
* Feature request - request a new tutorial to be added. Please explain why this tutorial is needed and how it demonstrates PyTorch value.
17
+
* Bug report - report a failiure or outdated information in an existing tutorial. When submitting a bug report, please run: `python3 -m torch.utils.collect_env` to get information about your environment and add the output to the bug report.
0 commit comments