Skip to content
Closed
Changes from all commits
Commits
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
7 changes: 7 additions & 0 deletions website/pages/tutorials/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ class TutorialHome extends React.Component {
Efficient Per-Sample Gradient Computation in Opacus
</a>
</li>
<li>
<a
href="https://bit.ly/per-sample-gradient-computing-opacus-layers"
target="_blank">
Efficient Per-Sample Gradient Computation for More Layers in Opacus
</a>
</li>
</ol>
<h4>Videos*</h4>
<p>* Note that Opacus API has changed over time and some of the code samples and demos in the videos may not work. The concepts presented in the videos though are concrete and still valid.</p>
Expand Down