Skip to content

Commit 94a9159

Browse files
authored
Update README.md
1 parent d2ef5a3 commit 94a9159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ And a big thanks to all GitHub sponsors who helped with some of my costs before
2727
### Jan 6, 2023
2828
* Finally got around to adding `--model-kwargs` and `--opt-kwargs` to scripts to pass through rare args directly to model classes from cmd line
2929
* `train.py /imagenet --model resnet50 --amp --model-kwargs output_stride=16 act_layer=silu`
30-
* `train.py /imagenet --model vit_base_patch16_clip_224 --amp --model-kwargs img_size=240 patch_size=12`
30+
* `train.py /imagenet --model vit_base_patch16_clip_224 --img-size 240 --amp --model-kwargs img_size=240 patch_size=12`
3131
* Cleanup some popular models to better support arg passthrough / merge with model configs, more to go.
3232

3333
### Jan 5, 2023

0 commit comments

Comments
 (0)