Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -13,8 +13,9 @@ _By [Aritra Roy Gosthipaty](https://github.com/ariG23498) and [Sayak Paul](https
|
|
13 |
| :--: | :--: |
|
14 |
|  |  |
|
15 |
|
16 |
-
|
17 |
<hr>
|
|
|
18 |
We probe into the representations learned by different families of Vision Transformers (supervised pre-training with ImageNet-21k, ImageNet-1k, distillation, self-supervised pre-training):
|
19 |
|
20 |
<ul>
|
@@ -25,6 +26,8 @@ We probe into the representations learned by different families of Vision Transf
|
|
25 |
|
26 |
We hope these tools will prove to be useful for the community. Please follow along with [this post on keras.io](https://keras.io/examples/vision/probing_vits/) for a better navigation through the repository.
|
27 |
|
|
|
|
|
28 |
<br>
|
29 |
References
|
30 |
|
@@ -33,10 +36,12 @@ References
|
|
33 |
<li> [2] DeiT: https://arxiv.org/abs/2012.12877 </li>
|
34 |
<li> [3] DINO: https://arxiv.org/abs/2104.14294 </li>
|
35 |
</ol>
|
36 |
-
<br>
|
37 |
|
|
|
|
|
38 |
<br>
|
39 |
|
|
|
40 |
<ul>
|
41 |
<li> [PyImageSearch](https://pyimagesearch.com) </li>
|
42 |
<li> [Jarvislabs.ai](https://jarvislabs.ai/) </li>
|
|
|
13 |
| :--: | :--: |
|
14 |
|  |  |
|
15 |
|
16 |
+
<br>
|
17 |
<hr>
|
18 |
+
<br>
|
19 |
We probe into the representations learned by different families of Vision Transformers (supervised pre-training with ImageNet-21k, ImageNet-1k, distillation, self-supervised pre-training):
|
20 |
|
21 |
<ul>
|
|
|
26 |
|
27 |
We hope these tools will prove to be useful for the community. Please follow along with [this post on keras.io](https://keras.io/examples/vision/probing_vits/) for a better navigation through the repository.
|
28 |
|
29 |
+
<br>
|
30 |
+
<hr>
|
31 |
<br>
|
32 |
References
|
33 |
|
|
|
36 |
<li> [2] DeiT: https://arxiv.org/abs/2012.12877 </li>
|
37 |
<li> [3] DINO: https://arxiv.org/abs/2104.14294 </li>
|
38 |
</ol>
|
|
|
39 |
|
40 |
+
<br>
|
41 |
+
<hr>
|
42 |
<br>
|
43 |
|
44 |
+
Acknowledgements
|
45 |
<ul>
|
46 |
<li> [PyImageSearch](https://pyimagesearch.com) </li>
|
47 |
<li> [Jarvislabs.ai](https://jarvislabs.ai/) </li>
|