fix num hrs
This commit is contained in:
parent
629adf0232
commit
078d3eb244
|
|
@ -35,9 +35,9 @@ 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"
|
||||
# mv /scratch/c.sistc3/MS-SNSD/DNS20/CleanSpeech_testing /scratch/c.sistc3/MS-SNSD/DNS20/CleanSpeech_training
|
||||
# mv /scratch/c.sistc3/MS-SNSD/DNS20/NoisySpeech_testing /scratch/c.sistc3/MS-SNSD/DNS20/NoisySpeech_training
|
||||
mkdir /scratch/c.sistc3/MS-SNSD/DNS30
|
||||
rm -rf /scratch/c.sistc3/MS-SNSD/DNS30/CleanSpeech_training
|
||||
rm -rf /scratch/c.sistc3/MS-SNSD/DNS30/NoisySpeech_training
|
||||
# mkdir /scratch/c.sistc3/MS-SNSD/DNS30
|
||||
python noisyspeech_synthesizer.py
|
||||
|
||||
mv ./CleanSpeech_training/ /scratch/c.sistc3/MS-SNSD/DNS30
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ sampling_rate: 16000
|
|||
audioformat: *.wav
|
||||
audio_length: 10
|
||||
silence_length: 0.2
|
||||
total_hours: 1
|
||||
total_hours: 30
|
||||
snr_lower: 0
|
||||
snr_upper: 40
|
||||
total_snrlevels: 5
|
||||
|
|
|
|||
Loading…
Reference in New Issue