You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@ Aside from the default model configs, there is a lot of flexibility to facilitat
16
16
17
17
## Updates
18
18
19
+
### 2023-02-09
20
+
* Testing with PyTorch 2.0 (nightlies), add --torchcompile support to train and validate scripts
21
+
* A small code cleanup pass, support bwd/fwd compat across timm 0.8.x and previous releases
22
+
* Use `timm` convert_sync_batchnorm function as it handles updated models w/ BatchNormAct2d layers
23
+
19
24
### 2022-01-06
20
25
* New `efficientnetv2_ds` weights 50.1 mAP @ 1024x0124, using AGC clipping and `timm`'s `efficientnetv2_rw_s` backbone. Memory use comparable to D3, speed faster than D4. Smaller than optimal training batch size so can probably do better...
0 commit comments