aboutsummaryrefslogtreecommitdiff
path: root/supervised/config-vit.yaml
blob: 1b1ded7b09d228db73adb185c216f15913b1a85e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
codename: cifar10-vit-128-adam-warmup-anneal
seed: -1
num_iters: 200
log_dir: logs
checkpoint_dir: checkpoints

backbone: vit
label_smooth: 0.1

dataset: cifar10
dataset_dir: dataset
crop_size: 32
crop_scale_range:
  - 0.8
  - 1
hflip_prob: 0.5

batch_size: 128
num_workers: 2

optim: adam
lr: 0.001
betas:
  - 0.9
  - 0.999
weight_decay: 5.0e-05

sched: warmup-anneal
warmup_iters: 5