Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ This is a fine-tuned deit_small_patch16_224 model trained on Pinterest Face Reco
|
|
22 |
|
23 |
## Training Details
|
24 |
|
25 |
-
- Number of prototypes:
|
26 |
- Prototype size: 1×1
|
27 |
- Training process: Warm up → Joint training → Push → Last layer fine-tuning
|
28 |
- Weight coefficients:
|
@@ -32,9 +32,6 @@ This is a fine-tuned deit_small_patch16_224 model trained on Pinterest Face Reco
|
|
32 |
- L1: 0.01
|
33 |
- Orthogonal: 0.001
|
34 |
- Coherence: 0.003
|
35 |
-
- Training set size: 70420
|
36 |
-
- Push set size: 13979
|
37 |
-
- Test set size: 3555
|
38 |
- Batch size: 128
|
39 |
|
40 |
## Dataset Description
|
@@ -63,4 +60,6 @@ predicted_label = outputs.logits.argmax(-1).item()
|
|
63 |
|
64 |
## Additional Information
|
65 |
|
66 |
-
|
|
|
|
|
|
22 |
|
23 |
## Training Details
|
24 |
|
25 |
+
- Number of prototypes: 1550
|
26 |
- Prototype size: 1×1
|
27 |
- Training process: Warm up → Joint training → Push → Last layer fine-tuning
|
28 |
- Weight coefficients:
|
|
|
32 |
- L1: 0.01
|
33 |
- Orthogonal: 0.001
|
34 |
- Coherence: 0.003
|
|
|
|
|
|
|
35 |
- Batch size: 128
|
36 |
|
37 |
## Dataset Description
|
|
|
60 |
|
61 |
## Additional Information
|
62 |
|
63 |
+
Github repo by authors of the paper [GitHub repository][https://github.com/Henrymachiyu/ProtoViT]
|
64 |
+
|
65 |
+
For more details about the implementation and training process, please visit the my fork of ProtoVit [GitHub repository](https://github.com/ayushnangia/ProtoViT).
|