This repository was archived by the owner on Jul 1, 2024. It is now read-only.
Commit c4d9725
Fix SiLU breakage in RegNets for PT < 1.7 (#725)
Summary:
Pull Request resolved: #725
SiLU is only available from PT >= 1.7
Now that our tests work fine, we can finally detect and fix issues like these
Reviewed By: kazhang
Differential Revision: D27236649
fbshipit-source-id: ed5bc81a40d1a21def13d81b83b181c55e86f6f51 parent 4110064 commit c4d9725
1 file changed
+5
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
| 450 | + | |
456 | 451 | | |
457 | 452 | | |
458 | | - | |
| 453 | + | |
459 | 454 | | |
460 | 455 | | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
461 | 459 | | |
462 | 460 | | |
463 | 461 | | |
| |||
0 commit comments