-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
52 lines (41 loc) · 934 Bytes
/
config.yml
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
log_dir: logs
data_dir: data/toxic
storage: logs/description_reward.json
stdout_loglevel: DEBUG
file_loglevel: INFO
searchspace:
type: RNN
max_nodes: 15
max_states: 5
u_gate_fallback: avg
input_picking_method: set_last
shape_resolution_method: min
add_unnecessary_layers: false
add_layer_after_combine: false
reuse_parameters: true
data_parallel: false
bias: true
child_training:
initial_lr: 0.001
batch_size: 256
criterion: bcewithlogits
scheduler_metric: auc
scheduler_kwargs:
mode: max
input_shape: [-1, 300]
adaptive_batch_size: true
min_batch_size: 32
max_batch_size: 512
batch_size_decay: 0.5
keep_data_on_device: false
convergence_patience_mult: 2
architect_training:
curriculum: true
max_curriculum_complexity: 15
epochs_per_loop: 10
lr_decay: .9
initial_lr: 0.001
batch_size: 8
steps_per_epoch: 4
storage_surplus_factor: 1.3
load_architect: false