cemsubakan
commited on
Commit
•
422a112
1
Parent(s):
8e55a46
Update hyperparams.yaml
Browse files- hyperparams.yaml +13 -0
hyperparams.yaml
CHANGED
@@ -1,6 +1,19 @@
|
|
|
|
1 |
|
2 |
sample_rate: 44100
|
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
device: cpu
|
5 |
|
6 |
# Functions
|
|
|
1 |
+
# CNN14 inference
|
2 |
|
3 |
sample_rate: 44100
|
4 |
|
5 |
+
# Feature parameters
|
6 |
+
n_mels: 80
|
7 |
+
left_frames: 0
|
8 |
+
right_frames: 0
|
9 |
+
deltas: false
|
10 |
+
amp_to_db: true
|
11 |
+
normalize: true
|
12 |
+
use_melspectra: true
|
13 |
+
|
14 |
+
# Number of classes
|
15 |
+
out_n_neurons: 50
|
16 |
+
|
17 |
device: cpu
|
18 |
|
19 |
# Functions
|