Skip to content

Commit 9ac0444

Browse files
Add third blog series to the website (#537)
Summary: ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [x] Docs change / refactoring / dependency upgrade ## Motivation and Context / Related issue Add third blog series to the website ## How Has This Been Tested (if it applies) No test is required ## Checklist - [x] The documentation is up-to-date with the changes I made. - [x] I have read the **CONTRIBUTING** document and completed the CLA (see **CONTRIBUTING**). - [x] All tests passed, and additional code has been covered with new tests. Pull Request resolved: #537 Reviewed By: karthikprasad Differential Revision: D41042020 Pulled By: ashkan-software fbshipit-source-id: d10d65bb3d56620a01a57cc45da12b87041b1354
1 parent 3db2907 commit 9ac0444

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/pages/tutorials/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ class TutorialHome extends React.Component {
6565
Efficient Per-Sample Gradient Computation in Opacus
6666
</a>
6767
</li>
68+
<li>
69+
<a
70+
href="https://bit.ly/per-sample-gradient-computing-opacus-layers"
71+
target="_blank">
72+
Efficient Per-Sample Gradient Computation for More Layers in Opacus
73+
</a>
74+
</li>
6875
</ol>
6976
<h4>Videos*</h4>
7077
<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>

0 commit comments

Comments
 (0)