Skip to content

Commit 7fe7010

Browse files
Merge pull request #375 from yoshitomo-matsubara/dev
Update timm repo
2 parents 4b78d1d + f343bc4 commit 7fe7010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ These examples write out test prediction files for you to see the test performan
8888
If you find models on [PyTorch Hub](https://pytorch.org/hub/) or GitHub repositories supporting PyTorch Hub,
8989
you can import them as teacher/student models simply by editing a declarative yaml config file.
9090

91-
e.g., If you use a pretrained ResNeSt-50 available in [rwightman/pytorch-image-models](https://github.com/rwightman/pytorch-image-models)
91+
e.g., If you use a pretrained ResNeSt-50 available in [huggingface/pytorch-image-models](https://github.com/huggingface/pytorch-image-models)
9292
(aka *timm*) as a teacher model for ImageNet dataset, you can import the model via PyTorch Hub with the following entry
9393
in your declarative yaml config file.
9494

9595
```yaml
9696
models:
9797
teacher_model:
9898
name: 'resnest50d'
99-
repo_or_dir: 'rwightman/pytorch-image-models'
99+
repo_or_dir: 'huggingface/pytorch-image-models'
100100
kwargs:
101101
num_classes: 1000
102102
pretrained: True

0 commit comments

Comments
 (0)