Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ No extra meta-data was used for training these models (as was the case for the c
|
|
27 |
```
|
28 |
|
29 |
```
|
30 |
-
./distributed_train.sh 4 --data-dir /
|
31 |
d 1.0 --pretrained -b 40 --num-classes 10000 --grad-accum-steps 10 --layer-decay 0.8 --torchcompile
|
32 |
```
|
33 |
|
|
|
27 |
```
|
28 |
|
29 |
```
|
30 |
+
./distributed_train.sh 4 --data-dir /tfds/ --dataset tfds/i_naturalist2021 --amp -j 8 --model eva02_large_patch14_clip_336 --val-split val --opt adamw --opt-eps 1e-6 --weight-decay .01 --lr 5e-5 --warmup-lr 0 --sched-on-updates --clip-gra
|
31 |
d 1.0 --pretrained -b 40 --num-classes 10000 --grad-accum-steps 10 --layer-decay 0.8 --torchcompile
|
32 |
```
|
33 |
|