timm
/

Image Classification
timm
PyTorch
Safetensors
rwightman HF staff commited on
Commit
02ed8c4
1 Parent(s): 9346c65

Update model config and README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 hparam (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
 
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