Ross Wightman commited on
Commit
27728fc
1 Parent(s): 10d04ca

Link back to timm

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ to fine-tune it on a downstream task (another classification task with different
26
  object detection, to name a few).
27
 
28
  ### How to use
29
- You can use this model with the usual factory method in `timm`:
30
  ```python
31
  import PIL
32
  import timm
 
26
  object detection, to name a few).
27
 
28
  ### How to use
29
+ You can use this model with the usual factory method in [`timm`](https://github.com/rwightman/pytorch-image-models):
30
  ```python
31
  import PIL
32
  import timm