From 9ac04446e4ef2cec36a0479e7a802ed4a17f286f Mon Sep 17 00:00:00 2001 From: Ashkan Date: Fri, 11 Nov 2022 11:25:38 -0800 Subject: [PATCH] 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: https://github.com/pytorch/opacus/pull/537 Reviewed By: karthikprasad Differential Revision: D41042020 Pulled By: ashkan-software fbshipit-source-id: d10d65bb3d56620a01a57cc45da12b87041b1354 --- website/pages/tutorials/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/pages/tutorials/index.js b/website/pages/tutorials/index.js index 93afbb58..efa281d7 100644 --- a/website/pages/tutorials/index.js +++ b/website/pages/tutorials/index.js @@ -65,6 +65,13 @@ class TutorialHome extends React.Component { Efficient Per-Sample Gradient Computation in Opacus +
  • + + Efficient Per-Sample Gradient Computation for More Layers in Opacus + +
  • Videos*

    * 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.