Skip to content

Commit d2ef5a3

Browse files
authored
Update README.md
1 parent ae91530 commit d2ef5a3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ And a big thanks to all GitHub sponsors who helped with some of my costs before
2121

2222
## What's New
2323

24-
### 🤗 Survey: Feedback Appreciated 🤗
25-
26-
For a few months now, `timm` has been part of the Hugging Face ecosystem. Yearly, we survey users of our tools to see what we could do better, what we need to continue doing, or what we need to stop doing.
27-
28-
If you have a couple of minutes and want to participate in shaping the future of the ecosystem, please share your thoughts:
29-
[**hf.co/oss-survey**](https://hf.co/oss-survey) 🙏
24+
* ❗Updates after Oct 10, 2022 are available in 0.8.x pre-releases (`pip install --pre timm`) or cloning main❗
25+
* Stable releases are 0.6.x and available by normal pip install or clone from [0.6.x](https://github.com/rwightman/pytorch-image-models/tree/0.6.x) branch.
26+
27+
### Jan 6, 2023
28+
* Finally got around to adding `--model-kwargs` and `--opt-kwargs` to scripts to pass through rare args directly to model classes from cmd line
29+
* `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`
31+
* Cleanup some popular models to better support arg passthrough / merge with model configs, more to go.
3032

3133
### Jan 5, 2023
3234
* ConvNeXt-V2 models and weights added to existing `convnext.py`

0 commit comments

Comments
 (0)