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
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: aade7db75919e3a3aee97834c4dd52ec53fc954b
  • Loading branch information
ashkan-software authored and facebook-github-bot committed Nov 11, 2022
commit f014e8cfa465ffaefddcfcb5145013da084311e6
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