-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
43 lines (38 loc) · 901 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
data_dir: /home/geopar/projects/mm/data/cmumosei
results_dir: /home/geopar/projects/mm/clean_code/results/
train: true
test: true
overfit_batch: false
debug: false
device: cuda
num_classes: 1
model:
text_input_size: 300
audio_input_size: 74
visual_input_size: 35
projection_size: 100
text_layers: 1
audio_layers: 1
visual_layers: 1
bidirectional: true
encoder_type: lstm
dropout: !!float 0.2
attention: true
feedback: true
feedback_type: learnable_sequence_mask
experiment:
name: mosei-sentiment-audio-text-visual
description: MOSEI sentiment task
dataloaders:
batch_size: 32
num_workers: 1
pin_memory: false
optimizer:
name: Adam
learning_rate: !!float 5e-4
trainer:
patience: 10
max_epochs: 100
retain_graph: true
load_model: mosei-sentiment-audio-text-visual_checkpoint.best.pth
checkpoint_dir: /home/geopar/projects/mm/clean_code/checkpoints