alihjt commited on
Commit
f74f8a4
·
verified ·
1 Parent(s): 696aac4

Add task and publication links

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ checkpoint = hf_hub_download(
32
  )
33
  ```
34
 
35
- The file contains EMA weights and public architecture metadata only. Use it with the [ProgResViT repository](https://github.com/ds-kiel/ProgResViT):
36
 
37
  ```bash
38
  python validate.py /path/to/imagenet/val \
 
32
  )
33
  ```
34
 
35
+ The file contains EMA weights and public architecture metadata only. Run validation from the cloned ProgResViT repository:
36
 
37
  ```bash
38
  python validate.py /path/to/imagenet/val \