We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de2bf0 commit c5a719bCopy full SHA for c5a719b
2 files changed
recipes/vit/config/defaults.yaml
@@ -3,7 +3,7 @@ model:
3
img_size: 224
4
patch_size: 16
5
in_chans: 3
6
- num_classes: 100000
+ num_classes: ${dataset.num_classes}
7
global_pool: "token"
8
embed_dim: 768
9
depth: 12
@@ -68,6 +68,7 @@ training:
68
resume_from_metric: null
69
70
dataset:
71
+ num_classes: 100000
72
num_workers: 0
73
train:
74
root: null
recipes/vit/config/vit_base_patch16_224.yaml
@@ -7,7 +7,7 @@ model:
10
11
global_pool: "map"
12
13
@@ -66,6 +66,7 @@ training:
66
resume_from_metric: "-" # + = Highest Metric (Score), - = Lowest Metric (Loss)
67
num_workers: 4
root: "./data/super-tiny-imagenet-5/train"
0 commit comments