Update README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,9 @@
|
|
1 |
-
|
2 |
-
library_name: keras
|
3 |
-
---
|
4 |
|
5 |
-
##
|
6 |
|
7 |
-
|
8 |
|
9 |
-
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
## Training and evaluation data
|
14 |
-
|
15 |
-
More information needed
|
16 |
-
|
17 |
-
## Training Metrics
|
18 |
-
Model history needed
|
19 |
-
## Model Plot
|
20 |
-
|
21 |
-
<details>
|
22 |
-
<summary>View Model Plot</summary>
|
23 |
-
|
24 |
-
![Model Image](./model.png)
|
25 |
-
|
26 |
-
</details>
|
|
|
1 |
+
This is CaiT model from [1]. It was first implemented in TensorFlow and then the original parameters from [2] were ported into the implementation. Refer to [3] for more details.
|
|
|
|
|
2 |
|
3 |
+
## References
|
4 |
|
5 |
+
[1] Going deeper with Image Transformers: https://arxiv.org/abs/2103.17239
|
6 |
|
7 |
+
[2] CaiT GitHub: https://github.com/facebookresearch/deit
|
8 |
|
9 |
+
[3] CaiT-TF GitHub: https://github.com/sayakpaul/cait-tf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|