local changes
This commit is contained in:
Родитель
1cb4c825ed
Коммит
d1f3ef3066
Двоичный файл не отображается.
Двоичный файл не отображается.
|
@ -35,7 +35,7 @@ sampling_rate: 16000
|
|||
audioformat: *.wav
|
||||
audio_length: 30
|
||||
silence_length: 0.2
|
||||
total_hours: 500
|
||||
total_hours: 1
|
||||
snr_lower: 0
|
||||
snr_upper: 40
|
||||
randomize_snr: True
|
||||
|
@ -47,12 +47,12 @@ noise_activity_threshold: 0.0
|
|||
fileindex_start: None
|
||||
fileindex_end: None
|
||||
is_test_set: False
|
||||
noise_dir: .\datasets\noise
|
||||
speech_dir: .\datasets\clean
|
||||
noisy_destination: .\training\noisy
|
||||
clean_destination: .\training\clean
|
||||
noise_destination: .\training\noise
|
||||
log_dir: .\logs
|
||||
noise_dir: E:\opensourcing\DNS-Challenge\datasets\noise
|
||||
speech_dir: E:\opensourcing\DNS-Challenge\datasets\clean
|
||||
noisy_destination: E:\opensourcing\temp\noisy
|
||||
clean_destination: E:\opensourcing\temp\clean
|
||||
noise_destination: E:\opensourcing\temp\noise
|
||||
log_dir: E:\opensourcing\temp\logs
|
||||
|
||||
|
||||
# Unit tests config
|
||||
|
|
|
@ -262,8 +262,8 @@ def main_body():
|
|||
params['noise_activity_threshold'] = float(cfg['noise_activity_threshold'])
|
||||
params['snr_lower'] = int(cfg['snr_lower'])
|
||||
params['snr_upper'] = int(cfg['snr_upper'])
|
||||
params['fileindex_start'] = int(cfg['fileindex_start'])
|
||||
params['fileindex_end'] = int(cfg['fileindex_end'])
|
||||
# params['fileindex_start'] = int(cfg['fileindex_start'])
|
||||
# params['fileindex_end'] = int(cfg['fileindex_end'])
|
||||
params['randomize_snr'] = utils.str2bool(cfg['randomize_snr'])
|
||||
params['target_level_lower'] = int(cfg['target_level_lower'])
|
||||
params['target_level_upper'] = int(cfg['target_level_upper'])
|
||||
|
|
Загрузка…
Ссылка в новой задаче