Update config_kunsal

This commit is contained in:
Eren G 2018-07-30 14:10:01 +02:00
parent bce43f4d6e
commit 908f6c86f3
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"audio_processor": "audio_lws",
"num_mels": 80,
"num_freq": 1025,
"sample_rate": 20000,
"sample_rate": 22050,
"frame_length_ms": 50,
"frame_shift_ms": 12.5,
"preemphasis": 0.97,
@ -17,7 +17,7 @@
"epochs": 1000,
"lr": 0.002,
"warmup_steps": 4000,
"batch_size": 52,
"batch_size": 48,
"eval_batch_size":-1,
"r": 5,