-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.yaml
52 lines (40 loc) · 951 Bytes
/
config.yaml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
defaults:
- hydra/job_logging: colorlog
- hydra/hydra_logging: colorlog
- experiment: imagenet_split_1
- simulation: amt_structured_noise
- learner_method: efficient_annotation # lean, improved_lean, efficient_annotation, online_ds
hydra:
run:
dir: ./outputs/${now:%Y-%m-%d}-${now:%H-%M-%S}
exp_name: test
seed: 123
n_jobs: 2
early_stop: false
aggregator:
algo: bayes # mj bayes
optimizer:
max_em_steps: 10
likelihood_epsilon: 0.001
learner:
features: byol_r50-e3b0c442.pth_feat1.npy
risk_thres: 0.1
n_hidden_layer: 1
hidden_size: 64
batch_size: 1024
max_epochs: 300
lr_ratio: 0.0001
weight_decay: 0.001
algo: dummy
calibrate: temperature
semi_supervised: none
early_stop_scope: local
prototype_as_val: true
mixmatch:
mu: 5
alpha: 0.75
mixmatch_w: 75
sampler:
algo: random # random, greedy_task_assignment
max_annotation_per_example: 3
max_annotation_per_worker: 2000