Commit 3c36d0e
Sparse Semi Sturcutred Tutorial audit (pytorch#3599)
Fixes [T237454985](https://www.internalfb.com/intern/tasks/?t=237454985)
## Description
Realized that we have essentially two versions of the same tutorial,
with the only difference being one is a jupyter notebook.
[here](https://docs.pytorch.org/tutorials/unstable/semi_structured_sparse.html)
and
[here](https://docs.pytorch.org/tutorials/advanced/semi_structured_sparse.html)
for reference.
The PR removes the `unstable_source` rst tutorial and makes a couple of
small updates of the jupyter notebook.
## Checklist
<!--- Make sure to add `x` to all items in the following checklist: -->
- [x] The issue that is being fixed is referred in the description (see
above "Fixes #ISSUE_NUMBER")
- [x] Only one issue is addressed in this pull request
- [x] Labels from the issue that this PR is fixing are added to this
pull request
- [x] No unnecessary issues are included into this pull request.1 parent 4e1bdf1 commit 3c36d0e
File tree
4 files changed
+3
-548
lines changed- advanced_source
- unstable_source
4 files changed
+3
-548
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
55 | | - | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
210 | | - | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 39 | | |
49 | 40 | | |
50 | 41 | | |
| |||
0 commit comments