diff --git a/hpc_entrypoint.sh b/hpc_entrypoint.sh index 077edad..8d68bd7 100644 --- a/hpc_entrypoint.sh +++ b/hpc_entrypoint.sh @@ -32,11 +32,12 @@ echo "Making temp dir" mkdir temp pwd -#python transcriber/tasks/embeddings/timit.py --directory /scratch/$USER/TIMIT/data/lisa/data/timit/raw/TIMIT/TRAIN --output ./data/train -#python transcriber/tasks/embeddings/timit.py --directory /scratch/$USER/TIMIT/data/lisa/data/timit/raw/TIMIT/TEST --output ./data/test echo "files" rm -rf /scratch/c.sistc3/MS-SNSD/DNS30/CleanSpeech_training rm -rf /scratch/c.sistc3/MS-SNSD/DNS30/NoisySpeech_training +rm -rf /scratch/c.sistc3/MS-SNSD/DNS30/NoisySpeech_testing +rm -rf /scratch/c.sistc3/MS-SNSD/DNS30/CleanSpeech_testing + # mkdir /scratch/c.sistc3/MS-SNSD/DNS30 python noisyspeech_synthesizer.py diff --git a/noisyspeech_synthesizer.cfg b/noisyspeech_synthesizer.cfg index 3abbf69..3d861a4 100644 --- a/noisyspeech_synthesizer.cfg +++ b/noisyspeech_synthesizer.cfg @@ -22,7 +22,7 @@ silence_length: 0.2 total_hours: 30 snr_lower: 0 snr_upper: 40 -total_snrlevels: 5 +total_snrlevels: 2 naming: train noise_dir: /scratch/c.sistc3/MS-SNSD/noise_train