generate 1hrs
This commit is contained in:
parent
187e48d125
commit
aa61056376
|
|
@ -34,11 +34,11 @@ 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/TRAIN --output ./data/train
|
||||||
#python transcriber/tasks/embeddings/timit.py --directory /scratch/$USER/TIMIT/data/lisa/data/timit/raw/TIMIT/TEST --output ./data/test
|
#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"
|
echo "files"
|
||||||
mkdir /scratch/c.sistc3/MS-SNSD/DNS20
|
mv /scratch/c.sistc3/MS-SNSD/DNS20/CleanSpeech_testing /scratch/c.sistc3/MS-SNSD/DNS20/CleanSpeech_training
|
||||||
#rm -rf /scratch/c.sistc3/MS-SNSD/DNS10/CleanSpeech_testing
|
mv /scratch/c.sistc3/MS-SNSD/DNS20/NoisySpeech_testing /scratch/c.sistc3/MS-SNSD/DNS20/NoisySpeech_training
|
||||||
#rm -rf /scratch/c.sistc3/MS-SNSD/DNS10/NoisySpeech_testing
|
|
||||||
|
python noisyspeech_synthesizer.py
|
||||||
|
|
||||||
mv ./CleanSpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS20
|
mv ./CleanSpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS20
|
||||||
mv ./NoisySpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS20
|
mv ./NoisySpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS20
|
||||||
|
|
|
||||||
|
|
@ -19,12 +19,12 @@ sampling_rate: 16000
|
||||||
audioformat: *.wav
|
audioformat: *.wav
|
||||||
audio_length: 10
|
audio_length: 10
|
||||||
silence_length: 0.2
|
silence_length: 0.2
|
||||||
total_hours: 20
|
total_hours: 1
|
||||||
snr_lower: 0
|
snr_lower: 0
|
||||||
snr_upper: 40
|
snr_upper: 40
|
||||||
total_snrlevels: 5
|
total_snrlevels: 5
|
||||||
naming: test
|
naming: test
|
||||||
|
|
||||||
noise_dir: /scratch/c.sistc3/MS-SNSD/noise_train
|
noise_dir: /scratch/c.sistc3/MS-SNSD/noise_test
|
||||||
speech_dir: /scratch/c.sistc3/MS-SNSD/clean_train
|
speech_dir: /scratch/c.sistc3/MS-SNSD/clean_test
|
||||||
noise_types_excluded: None
|
noise_types_excluded: None
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue