diff --git a/hpc_entrypoint.sh b/hpc_entrypoint.sh index cc84012..1543097 100644 --- a/hpc_entrypoint.sh +++ b/hpc_entrypoint.sh @@ -36,11 +36,11 @@ pwd #python transcriber/tasks/embeddings/timit.py --directory /scratch/$USER/TIMIT/data/lisa/data/timit/raw/TIMIT/TEST --output ./data/test python noisyspeech_synthesizer.py echo "files" -#mkdir /scratch/c.sistc3/MS-SNSD/DNS10 -rm -rf /scratch/c.sistc3/MS-SNSD/DNS10/CleanSpeech_testing -rm -rf /scratch/c.sistc3/MS-SNSD/DNS10/NoisySpeech_testing +mkdir /scratch/c.sistc3/MS-SNSD/DNS20 +#rm -rf /scratch/c.sistc3/MS-SNSD/DNS10/CleanSpeech_testing +#rm -rf /scratch/c.sistc3/MS-SNSD/DNS10/NoisySpeech_testing -mv ./CleanSpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS10 -mv ./NoisySpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS10 -ls /scratch/c.sistc3/MS-SNSD/DNS10 +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 3054509..0547e55 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: 0.5 +total_hours: 20 snr_lower: 0 snr_upper: 40 total_snrlevels: 5 naming: test -noise_dir: /scratch/c.sistc3/MS-SNSD/noise_test -speech_dir: /scratch/c.sistc3/MS-SNSD/clean_test +noise_dir: /scratch/c.sistc3/MS-SNSD/noise_train +speech_dir: /scratch/c.sistc3/MS-SNSD/clean_train noise_types_excluded: None