|
Ran
|
Jobs
3
|
Files
121
|
Run time
1min
|
Badge
README BADGES
|
push
github
Corrected the type for the return of make_private function (#759) Summary: Pull Request resolved: https://github.com/pytorch/opacus/pull/759 Previosuly, the return type of `make_private` and `make_private_with_epsilon` was `Tuple[GradSampleModule, DPOptimizer, DataLoader]`, which was correct for hooks mode. When using ghost clipping, it additionally returns `criterion` which results in type checking errors in applications. Added the correct type in this fix. Reviewed By: iden-kalemaj, aparna-aketi Differential Revision: D74597461 fbshipit-source-id: e9cad4cbe
5310 of 6184 relevant lines covered (85.87%)
1.91 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | run-1 - 14984378514.1 | 120 |
85.7 |
GitHub Action Run | |
| 2 | run-3 - 14984378514.2 | 66 |
48.52 |
GitHub Action Run | |
| 3 | run-2 - 14984378514.3 | 120 |
85.7 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|