FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · pytorch/tutorials · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pytorch
/
tutorials
Public
Notifications
You must be signed in to change notification settings
Fork
4.4k
Star
9.3k
Code
Issues
208
Pull requests
50
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Aug 25, 2026
fix: Fix broken nn.Flatten doc link in buildmodel_tutorial (#3951)
Show description for d445c1f
chinu0609
authored
d445c1f
View commit details
Copy full SHA for d445c1f
Browse repository at this point
Commits on Jul 31, 2026
fix(optimization_tutorial): bullet list indentation in colab (#3940)
Show description for 4d66ab3
ribhuji
authored
4d66ab3
View commit details
Copy full SHA for 4d66ab3
Browse repository at this point
Commits on Jul 19, 2026
adding hf torch profile blog (#3931)
Show description for d708b54
ariG23498
authored
d708b54
View commit details
Copy full SHA for d708b54
Browse repository at this point
Commits on Jul 8, 2026
Move to stable binaries 2.13 (#3933)
Show description for 8e14c2a
atalman
authored
8e14c2a
View commit details
Copy full SHA for 8e14c2a
Browse repository at this point
Commits on Jun 29, 2026
Enable nightly build to test 2.13 (#3929)
Show description for cb473bc
atalman
authored
cb473bc
View commit details
Copy full SHA for cb473bc
Browse repository at this point
Commits on Jun 16, 2026
Restructure Python custom operators guide (#3916)
Show description for 3cdec7b
zou3519
authored
3cdec7b
View commit details
Copy full SHA for 3cdec7b
Browse repository at this point
Commits on Jun 11, 2026
Add CUDA graph kernel annotations tutorial (#3915)
Show description for 708b21c
yushangdi
and
claude
authored
708b21c
View commit details
Copy full SHA for 708b21c
Browse repository at this point
Fix dead LeNet/MNIST download for fgsm_tutorial (#3922)
Show description for c1c6bfb
yushangdi
and
claude
authored
c1c6bfb
View commit details
Copy full SHA for c1c6bfb
Browse repository at this point
Commits on Jun 3, 2026
add flight recorder tutorial (#3814)
Show description for 326edb0
tushar00jain
and
sekyondaMeta
authored
326edb0
View commit details
Copy full SHA for 326edb0
Browse repository at this point
Commits on Jun 1, 2026
Remove deprecated TensorBoard profiler tutorial (#3813)
Show description for cdc645a
authored
cdc645a
View commit details
Copy full SHA for cdc645a
Browse repository at this point
Commits on May 20, 2026
Add PyTorch Docathon 2026 leaderboard section
Show description for 45a5b17
svekars
authored
45a5b17
View commit details
Copy full SHA for 45a5b17
Browse repository at this point
Commits on May 18, 2026
Fixes #3855 (#3867)
Show description for fbcfd36
authored
fbcfd36
View commit details
Copy full SHA for fbcfd36
Browse repository at this point
Issues 3859 (#3896)
Show description for 07403fa
authored
07403fa
View commit details
Copy full SHA for 07403fa
Browse repository at this point
Commits on May 15, 2026
Modernize polynomial_custom_function: torch.accelerator and setup_context (#3885)
Show description for bcb7e29
authored
bcb7e29
View commit details
Copy full SHA for bcb7e29
Browse repository at this point
Commits on May 14, 2026
Disable pull_request and push triggers in workflow (#3892)
Show description for 43859b1
svekars
and
sekyondaMeta
authored
43859b1
View commit details
Copy full SHA for 43859b1
Browse repository at this point
docs: fix dangling sentence fragment in PrivateUse1 (#3898)
Show description for 5b38f5a
abhiman123
authored
5b38f5a
View commit details
Copy full SHA for 5b38f5a
Browse repository at this point
Commits on May 13, 2026
Move to stable binaries 2.12 (#3891)
Show description for 36f3ca7
svekars
and
sekyondaMeta
authored
36f3ca7
View commit details
Copy full SHA for 36f3ca7
Browse repository at this point
Update What's new in PyTorch tutorials (#3890)
Show description for e194fba
svekars
and
sekyondaMeta
authored
e194fba
View commit details
Copy full SHA for e194fba
Browse repository at this point
Update introyt model tutorial APIs (#3895)
Show description for 6fdd8b1
Vasanthadithya-mundrathi
authored
6fdd8b1
View commit details
Copy full SHA for 6fdd8b1
Browse repository at this point
Commits on May 12, 2026
Fix: #3833 Feedback about Multi GPU training with DDP (#3838)
Show description for 046a3f3
authored
046a3f3
View commit details
Copy full SHA for 046a3f3
Browse repository at this point
Update device selection to use torch.accelerator for device-agnostic code (#3883)
Show description for e898d1a
scinqyz
and
sekyondaMeta
authored
e898d1a
View commit details
Copy full SHA for e898d1a
Browse repository at this point
Commits on May 11, 2026
Modernize Neural Networks tutorial patterns (#3881)
Show description for 03706c5
ymrohit
and
sekyondaMeta
authored
03706c5
View commit details
Copy full SHA for 03706c5
Browse repository at this point
Fix missing .html extension in compilers_index.rst (#3887)
Show description for a06493e
skt0725
authored
a06493e
View commit details
Copy full SHA for a06493e
Browse repository at this point
Commits on May 8, 2026
Update Polynomial Tensor example with torch api (#3884)
Show description for 1655d0a
authored
1655d0a
View commit details
Copy full SHA for 1655d0a
Browse repository at this point
Update deprecated conda install instructions (#3874)
Show description for 052123a
saurabhkthakur
and
sekyondaMeta
authored
052123a
View commit details
Copy full SHA for 052123a
Browse repository at this point
Data Loading Optimization guide (#3875)
Show description for e5afb46
authored
e5afb46
View commit details
Copy full SHA for e5afb46
Browse repository at this point
Update CIFAR10 tutorial to use torchvision v2 transforms and torch.ac… (#3882)
Show description for 9e8a306
saurabhkthakur
and
sekyondaMeta
authored
9e8a306
View commit details
Copy full SHA for 9e8a306
Browse repository at this point
Convert computational graph diagrams to Mermaid (#3873)
Show description for cb04c52
saurabhkthakur
and
sekyondaMeta
authored
cb04c52
View commit details
Copy full SHA for cb04c52
Browse repository at this point
Commits on May 7, 2026
Modernize data tutorial to torchvision v2 API (#3863)
Show description for 51bdefb
omkar-334
and
sekyondaMeta
authored
51bdefb
View commit details
Copy full SHA for 51bdefb
Browse repository at this point
fix(optimization_tutorial): replace deprecated ToTensor with v2 transforms (#3870)
Show description for 75297f4
Kadermiyanyedi
and
sekyondaMeta
authored
75297f4
View commit details
Copy full SHA for 75297f4
Browse repository at this point
Modernize transforms tutorial to torchvision v2 API (#3861)
Show description for 58d1185
omkar-334
and
sekyondaMeta
authored
58d1185
View commit details
Copy full SHA for 58d1185
Browse repository at this point
Commits on May 6, 2026
Fix tensorboardyt v2 transforms API (#3866)
Show description for 08435cc
saurabhkthakur
and
sekyondaMeta
authored
08435cc
View commit details
Copy full SHA for 08435cc
Browse repository at this point
Update torchvision transforms in quickstart tutorial (#3869)
Show description for 68ed483
JonathanColetti
authored
68ed483
View commit details
Copy full SHA for 68ed483
Browse repository at this point
Commits on Apr 30, 2026
Enable pull_request trigger for nightly builds (#3846)
Show description for 5efb99a
svekars
authored
5efb99a
View commit details
Copy full SHA for 5efb99a
Browse repository at this point
Fix shape tuple syntax in tensorqs_tutorial.py (#3843)
Show description for 9b6de8f
horno1337
authored
9b6de8f
View commit details
Copy full SHA for 9b6de8f
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL