Skip to content

Commit 94136af

Browse files
committed
Version 0.4.1
1 parent 3209ebb commit 94136af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ Aside from the default model configs, there is a lot of flexibility to facilitat
1616

1717
## Updates
1818

19+
### 2023-05-21
20+
* Depend on `timm` 0.9
21+
* Minor bug fixes
22+
* Version 0.4.1 release
23+
1924
### 2023-02-09
2025
* Testing with PyTorch 2.0 (nightlies), add --torchcompile support to train and validate scripts
2126
* A small code cleanup pass, support bwd/fwd compat across timm 0.8.x and previous releases

effdet/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.0'
1+
__version__ = '0.4.1'

0 commit comments

Comments
 (0)