Commit
·
af7f33f
1
Parent(s):
c4fd4de
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,14 +17,15 @@ Images with less than 10 general tags were filtered out.
|
|
| 17 |
Tags with less than 600 images were filtered out.
|
| 18 |
|
| 19 |
## Validation results
|
| 20 |
-
`P=R: threshold = 0.
|
| 21 |
|
| 22 |
## What's new
|
| 23 |
Model v1.0/Dataset v3:
|
| 24 |
More training images, more and up-to-date tags (up to 2024-02-28).
|
| 25 |
Now `timm` compatible! Load it up and give it a spin using the canonical one-liner!
|
| 26 |
ONNX model is compatible with code developed for the v2 series of models.
|
| 27 |
-
The batch dimension of the ONNX model is not fixed to 1 anymore. Now you can go crazy with batch inference.
|
|
|
|
| 28 |
|
| 29 |
## Final words
|
| 30 |
Subject to change and updates.
|
|
|
|
| 17 |
Tags with less than 600 images were filtered out.
|
| 18 |
|
| 19 |
## Validation results
|
| 20 |
+
`P=R: threshold = 0.2521, F1 = 0.4411`
|
| 21 |
|
| 22 |
## What's new
|
| 23 |
Model v1.0/Dataset v3:
|
| 24 |
More training images, more and up-to-date tags (up to 2024-02-28).
|
| 25 |
Now `timm` compatible! Load it up and give it a spin using the canonical one-liner!
|
| 26 |
ONNX model is compatible with code developed for the v2 series of models.
|
| 27 |
+
The batch dimension of the ONNX model is not fixed to 1 anymore. Now you can go crazy with batch inference.
|
| 28 |
+
Switched to Macro-F1 to measure model performance since it gives me a better gauge of overall training progress.
|
| 29 |
|
| 30 |
## Final words
|
| 31 |
Subject to change and updates.
|