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
#### Before submitting a bug, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/pytorch/tutorials/issues?q=is%3Aissue+sort%3Acreated-desc+).
9
+
- type: textarea
10
+
attributes:
11
+
label: Describe the bug
12
+
description: |
13
+
**Link to the tutorial on the website:** <Add link>
14
+
placeholder: |
15
+
Provide a detailed description of the issue with code samples if relevant
16
+
```python
17
+
18
+
# Sample code to reproduce the problem if relevant
19
+
```
20
+
21
+
**Expected Result:** (Describe what you were expecting to see)
22
+
23
+
24
+
**Actual Result:** (Describe the result)
25
+
26
+
```
27
+
The error message you got, with the full traceback.
28
+
```
29
+
30
+
validations:
31
+
required: true
32
+
- type: textarea
33
+
attributes:
34
+
label: Describe your environment
35
+
description: |
36
+
**Describe your environment:**
37
+
38
+
* Platform (i.e macOS, Linux, Google Colab):
39
+
* CUDA:
40
+
* PyTorch version (run `python -c "import torch; print(torch.__version__)"`):
0 commit comments