-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.yaml
73 lines (73 loc) · 1.03 KB
/
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
device:
type: str
default: '4'
method:
type: str
default: base_SLA
choices:
- base
- base_SLA
- mme
- mme_SLA
- cdac
- cdac_SLA
dataset:
type: str
default: OfficeHome
source:
type: int
default: 0
target:
type: int
default: 1
seed:
type: int
default: 19980802
bsize:
type: int
default: 24
num_iters:
type: int
default: 10000
shot:
type: str
default: 3shot
choices:
- 1shot
- 3shot
alpha:
type: float
default: 0.3
eval_interval:
type: int
default: 500
log_interval:
type: int
default: 100
update_interval:
type: int
default: 500
early:
type: int
default: 0
warmup:
type: int
default: 2000
dataset_cfg:
type: load_yaml
default: data_preparation/dataset.yaml
lr:
type: float
default: 0.01
momentum:
type: float
default: 0.9
weight_decay:
type: float
default: 0.0005
T:
type: float
default: 0.6
note:
type: str
default: ''