-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMA_CONFIG.json
27 lines (27 loc) · 861 Bytes
/
MA_CONFIG.json
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
{
"activation_func": "tanh",
"batch_size": 16,
"dropout_rate": 0.5,
"filter_size": 64,
"fps_noisy": "/Users/marius/Documents/Uni/TU_Berlin_Master/Masterarbeit/Data/allFiles/noisySpeech",
"fps_produced": "/Users/marius/Documents/Uni/TU_Berlin_Master/Masterarbeit/Data/allFiles/producedSpeech",
"fps_voicefixer": "/Users/marius/Documents/Uni/TU_Berlin_Master/Masterarbeit/Data/allFiles/voicefixerOutput",
"hop_length": 64,
"input_shape": [
132300,
1
],
"kernel_size": 5,
"learning_rate": 0.002,
"n_epochs": 20,
"n_fft": 512,
"n_mels": 16,
"offset": 6,
"sample_length": 20,
"shift_samples": 441,
"shuffle_buffer_size": 300,
"sr": 44100,
"test_dataset_path": "../Dataset/test.tfrecord",
"train_dataset_path": "../Dataset/train.tfrecord",
"win_length": 512
}