Update model config and README
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ A ResNet image classification model. Trained on ImageNet-1k by Ross Wightman.
|
|
13 |
|
14 |
Trained with `timm` scripts using hyper-parameters inspired by the MobileNet-V4 small, mixed with go-to hparams from `timm` and "ResNet Strikes Back".
|
15 |
|
16 |
-
A collection of
|
17 |
|
18 |
## Model Details
|
19 |
- **Model Type:** Image classification / feature backbone
|
|
|
13 |
|
14 |
Trained with `timm` scripts using hyper-parameters inspired by the MobileNet-V4 small, mixed with go-to hparams from `timm` and "ResNet Strikes Back".
|
15 |
|
16 |
+
A collection of hparams (timm .yaml config files) for this training series can be found here: https://gist.github.com/rwightman/f6705cb65c03daeebca8aa129b1b94ad
|
17 |
|
18 |
## Model Details
|
19 |
- **Model Type:** Image classification / feature backbone
|