From 8cf8dd9717f4a69e0843011782952b4a3f45da21 Mon Sep 17 00:00:00 2001 From: shahules786 Date: Sun, 20 Nov 2022 19:56:56 +0530 Subject: [PATCH] 20hrs --- hpc_entrypoint.sh | 4 ++-- noisyspeech_synthesizer.cfg | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hpc_entrypoint.sh b/hpc_entrypoint.sh index 89a7d6d..4404b0d 100644 --- a/hpc_entrypoint.sh +++ b/hpc_entrypoint.sh @@ -46,7 +46,7 @@ mkdir /scratch/c.sistc3/MS-SNSD/DNS20 python noisyspeech_synthesizer.py -mv ./CleanSpeech_training/ /scratch/c.sistc3/MS-SNSD/DNS20 -mv ./NoisySpeech_training/ /scratch/c.sistc3/MS-SNSD/DNS20 +mv ./CleanSpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS20 +mv ./NoisySpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS20 ls /scratch/c.sistc3/MS-SNSD/DNS20 #python enhancer/cli/train.py diff --git a/noisyspeech_synthesizer.cfg b/noisyspeech_synthesizer.cfg index e831b4f..9652801 100644 --- a/noisyspeech_synthesizer.cfg +++ b/noisyspeech_synthesizer.cfg @@ -19,12 +19,12 @@ sampling_rate: 16000 audioformat: *.wav audio_length: 10 silence_length: 0.2 -total_hours: 20 +total_hours: 1 snr_lower: 0 snr_upper: 40 total_snrlevels: 2 -naming: train +naming: test -noise_dir: /scratch/c.sistc3/MS-SNSD/noise_train -speech_dir: /scratch/c.sistc3/MS-SNSD/clean_train +noise_dir: /scratch/c.sistc3/MS-SNSD/noise_test +speech_dir: /scratch/c.sistc3/MS-SNSD/clean_test noise_types_excluded: None