Upload 2 files (#1)
Browse files- Upload 2 files (74f5ef6358aa6131cab4b52b493f4ebd85f33fc4)
Co-authored-by: Andreas Triantafyllopoulos <[email protected]>
- config.yaml +18 -0
- test_results.csv +0 -0
config.yaml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
defaults:
|
2 |
+
- _autrainer_
|
3 |
+
- _self_
|
4 |
+
|
5 |
+
results_dir: results
|
6 |
+
experiment_id: default
|
7 |
+
iterations: 5
|
8 |
+
|
9 |
+
hydra:
|
10 |
+
sweeper:
|
11 |
+
params:
|
12 |
+
+seed: 1
|
13 |
+
+batch_size: 4
|
14 |
+
+inference_batch_size: 1
|
15 |
+
+learning_rate: 0.01
|
16 |
+
optimizer: SGD
|
17 |
+
dataset: MSPPodcastEmotion-wav
|
18 |
+
model: w2v2-l-emo
|
test_results.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|