diff --git a/hpc_entrypoint.sh b/hpc_entrypoint.sh index b65f7ee..212e999 100644 --- a/hpc_entrypoint.sh +++ b/hpc_entrypoint.sh @@ -41,9 +41,11 @@ pwd # cp -r /scratch/c.sistc3/MS-SNSD/DNS30/NoisySpeech_testing /scratch/c.sistc3/MS-SNSD/DNS15/ # cp -r /scratch/c.sistc3/MS-SNSD/DNS30/CleanSpeech_testing /scratch/c.sistc3/MS-SNSD/DNS15/ +mkdir /scratch/c.sistc3/MS-SNSD/DNS20 + python noisyspeech_synthesizer.py -mv ./CleanSpeech_training/ /scratch/c.sistc3/MS-SNSD/DNS15 -mv ./NoisySpeech_training/ /scratch/c.sistc3/MS-SNSD/DNS15 -ls /scratch/c.sistc3/MS-SNSD/DNS15 +mv ./CleanSpeech_training/ /scratch/c.sistc3/MS-SNSD/DNS20 +mv ./NoisySpeech_training/ /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 60bd0ce..e831b4f 100644 --- a/noisyspeech_synthesizer.cfg +++ b/noisyspeech_synthesizer.cfg @@ -19,7 +19,7 @@ sampling_rate: 16000 audioformat: *.wav audio_length: 10 silence_length: 0.2 -total_hours: 15 +total_hours: 20 snr_lower: 0 snr_upper: 40 total_snrlevels: 2