timm
/

Image Classification
timm
PyTorch
Safetensors
Transformers
rwightman HF Staff commited on
Commit
1824797
·
verified ·
1 Parent(s): d7524a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -13,8 +13,7 @@ datasets:
13
  A MobileNet-v3 image classification model. Trained on ImageNet-1k in `timm` using recipe template described below.
14
 
15
  Recipe details:
16
- * A LAMB optimizer recipe that is similar to [ResNet Strikes Back](https://arxiv.org/abs/2110.00476) `A2` but 50% longer with EMA weight averaging, no CutMix
17
- * RMSProp (TF 1.0 behaviour) optimizer, EMA weight averaging
18
  * Step (exponential decay w/ staircase) LR schedule with warmup
19
 
20
 
 
13
  A MobileNet-v3 image classification model. Trained on ImageNet-1k in `timm` using recipe template described below.
14
 
15
  Recipe details:
16
+ * A LAMB optimizer based recipe that is similar to [ResNet Strikes Back](https://arxiv.org/abs/2110.00476) `A2` but 50% longer with EMA weight averaging, no CutMix
 
17
  * Step (exponential decay w/ staircase) LR schedule with warmup
18
 
19