Skip to content

Add the Latest Features For Basics Autograd Tutorial #3395

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
d37a7fb
update.
ParagEkbote Jun 12, 2025
ad5eb25
update the autograd tutorial.
ParagEkbote Jun 13, 2025
1532c0d
update the tutorial.
ParagEkbote Jun 13, 2025
4feed23
Merge branch 'main' into Add-Latest-Features-For-Autograd-Tutorial
ParagEkbote Jun 13, 2025
f9351d4
Merge branch 'main' into Add-Latest-Features-For-Autograd-Tutorial
ParagEkbote Jun 16, 2025
7609948
Merge branch 'main' into Add-Latest-Features-For-Autograd-Tutorial
ParagEkbote Jun 18, 2025
141aa18
Merge branch 'main' into Add-Latest-Features-For-Autograd-Tutorial
ParagEkbote Jun 19, 2025
4fca41c
Merge branch 'main' into Add-Latest-Features-For-Autograd-Tutorial
ParagEkbote Jun 25, 2025
c11b361
update the tutorial.
ParagEkbote Jun 26, 2025
86cf702
update.
ParagEkbote Jun 26, 2025
00b4978
Merge branch 'main' into Add-Latest-Features-For-Autograd-Tutorial
ParagEkbote Jun 26, 2025
a5c25e5
Merge branch 'main' into Add-Latest-Features-For-Autograd-Tutorial
ParagEkbote Jun 27, 2025
a77d137
update link syntax.
ParagEkbote Jun 30, 2025
87949b0
Merge branch 'Add-Latest-Features-For-Autograd-Tutorial' of https://g…
ParagEkbote Jun 30, 2025
4b736a5
use the rst syntax.
ParagEkbote Jun 30, 2025
d729cd6
Merge branch 'main' into Add-Latest-Features-For-Autograd-Tutorial
ParagEkbote Jul 1, 2025
b9576f7
fix:link syntax.
ParagEkbote Jul 1, 2025
ccc2727
Merge branch 'main' into Add-Latest-Features-For-Autograd-Tutorial
ParagEkbote Jul 3, 2025
8cda00b
Merge branch 'main' into Add-Latest-Features-For-Autograd-Tutorial
AlannaBurke Jul 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use the rst syntax.
  • Loading branch information
ParagEkbote committed Jun 30, 2025
commit 4b736a5837d0f437fae7123af52b70e7dff22ccf
7 changes: 4 additions & 3 deletions beginner_source/basics/autogradqs_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@
# - To mark some parameters in your neural network as **frozen parameters**.
# - To **speed up computations** when you are only doing forward pass, because computations on tensors that do
# not track gradients would be more efficient.
# See this `note<https://docs.pytorch.org/docs/stable/notes/autograd.html#locally-disabling-gradient-computation>` for additional reference.
# See this `note <https://docs.pytorch.org/docs/stable/notes/autograd.html#locally-disabling-gradient-computation>`_
# for additional reference.

######################################################################

Expand Down Expand Up @@ -163,10 +164,10 @@
# To get a sense of what this computational graph looks like we can use the following tools:
#
# 1. torchviz is a package to visualize computational graphs
# `<https://github.com/szagoruyko/pytorchviz>`
# `pytorchviz <https://github.com/szagoruyko/pytorchviz>`_
#
# 2. TORCH_LOGS="+autograd" enables logging for the backward pass.
# `<https://dev-discuss.pytorch.org/t/highlighting-a-few-recent-autograd-features-h2-2023/1787>`
# `<https://dev-discuss.pytorch.org/t/highlighting-a-few-recent-autograd-features-h2-2023/1787>`_
#
#
# .. note::
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy