Commit 005355b
authored
Added eps in the __repr__ of FrozenBN (#2852)
* feat: Updated FrozenBN eps to align with BatchNorm
* feat: Added eps to __repr__ of FrozenBN
* test: Updated unittest of __repr__ for FrozenBN
* test: Updated unittest for eps value in BN and FrozenBN
* fix: Revert FrozenBN eps value
* test: Revert test on eps alignment between FrozenBN and BN1 parent 6713f03 commit 005355b
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
610 | | - | |
| 610 | + | |
| 611 | + | |
611 | 612 | | |
612 | 613 | | |
613 | | - | |
| 614 | + | |
614 | 615 | | |
615 | 616 | | |
616 | 617 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
0 commit comments