Update config_kunsal

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

View File

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