Skip to content

Commit

Permalink
Add third blog series to the website (#537)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ashkan-software authored and facebook-github-bot committed Nov 11, 2022
1 parent 3db2907 commit 9ac0444
Showing 1 changed file with 7 additions and 0 deletions.
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

0 comments on commit 9ac0444

Please sign in to comment.