|
|
@ -3,16 +3,21 @@ data:
|
|
|
|
train_manifest: data/manifest.train
|
|
|
|
train_manifest: data/manifest.train
|
|
|
|
dev_manifest: data/manifest.dev-clean
|
|
|
|
dev_manifest: data/manifest.dev-clean
|
|
|
|
test_manifest: data/manifest.test-clean
|
|
|
|
test_manifest: data/manifest.test-clean
|
|
|
|
mean_std_filepath: data/mean_std.json
|
|
|
|
|
|
|
|
vocab_filepath: data/vocab.txt
|
|
|
|
|
|
|
|
augmentation_config: conf/augmentation.json
|
|
|
|
|
|
|
|
batch_size: 20
|
|
|
|
|
|
|
|
min_input_len: 0.0
|
|
|
|
min_input_len: 0.0
|
|
|
|
max_input_len: 27.0 # second
|
|
|
|
max_input_len: 27.0 # second
|
|
|
|
min_output_len: 0.0
|
|
|
|
min_output_len: 0.0
|
|
|
|
max_output_len: .inf
|
|
|
|
max_output_len: .inf
|
|
|
|
min_output_input_ratio: 0.00
|
|
|
|
min_output_input_ratio: 0.00
|
|
|
|
max_output_input_ratio: .inf
|
|
|
|
max_output_input_ratio: .inf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
collator:
|
|
|
|
|
|
|
|
batch_size: 20
|
|
|
|
|
|
|
|
mean_std_filepath: data/mean_std.json
|
|
|
|
|
|
|
|
unit_type: char
|
|
|
|
|
|
|
|
vocab_filepath: data/vocab.txt
|
|
|
|
|
|
|
|
augmentation_config: conf/augmentation.json
|
|
|
|
|
|
|
|
random_seed: 0
|
|
|
|
|
|
|
|
spm_model_prefix:
|
|
|
|
specgram_type: linear
|
|
|
|
specgram_type: linear
|
|
|
|
target_sample_rate: 16000
|
|
|
|
target_sample_rate: 16000
|
|
|
|
max_freq: None
|
|
|
|
max_freq: None
|
|
|
|