generate test 1hr
This commit is contained in:
parent
64f52fe010
commit
a06c0a3865
|
|
@ -32,16 +32,16 @@ echo "Making temp dir"
|
|||
mkdir temp
|
||||
pwd
|
||||
|
||||
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
|
||||
# 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
|
||||
|
||||
mv ./CleanSpeech_training/ /scratch/c.sistc3/MS-SNSD/DNS30
|
||||
mv ./NoisySpeech_training/ /scratch/c.sistc3/MS-SNSD/DNS30
|
||||
mv ./CleanSpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS30
|
||||
mv ./NoisySpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS30
|
||||
ls /scratch/c.sistc3/MS-SNSD/DNS30
|
||||
#python enhancer/cli/train.py
|
||||
|
|
|
|||
|
|
@ -19,12 +19,12 @@ sampling_rate: 16000
|
|||
audioformat: *.wav
|
||||
audio_length: 10
|
||||
silence_length: 0.2
|
||||
total_hours: 30
|
||||
total_hours: 1
|
||||
snr_lower: 0
|
||||
snr_upper: 40
|
||||
total_snrlevels: 2
|
||||
naming: train
|
||||
naming: test
|
||||
|
||||
noise_dir: /scratch/c.sistc3/MS-SNSD/noise_train
|
||||
speech_dir: /scratch/c.sistc3/MS-SNSD/clean_train
|
||||
noise_dir: /scratch/c.sistc3/MS-SNSD/noise_test
|
||||
speech_dir: /scratch/c.sistc3/MS-SNSD/clean_test
|
||||
noise_types_excluded: None
|
||||
|
|
|
|||
Loading…
Reference in New Issue