15hrs
This commit is contained in:
parent
a06c0a3865
commit
1035fbb236
|
|
@ -38,10 +38,13 @@ pwd
|
||||||
# rm -rf /scratch/c.sistc3/MS-SNSD/DNS30/NoisySpeech_testing
|
# rm -rf /scratch/c.sistc3/MS-SNSD/DNS30/NoisySpeech_testing
|
||||||
# rm -rf /scratch/c.sistc3/MS-SNSD/DNS30/CleanSpeech_testing
|
# rm -rf /scratch/c.sistc3/MS-SNSD/DNS30/CleanSpeech_testing
|
||||||
|
|
||||||
# mkdir /scratch/c.sistc3/MS-SNSD/DNS30
|
mkdir /scratch/c.sistc3/MS-SNSD/DNS15
|
||||||
|
cp /scratch/c.sistc3/MS-SNSD/DNS30/NoisySpeech_testing /scratch/c.sistc3/MS-SNSD/DNS15/
|
||||||
|
cp /scratch/c.sistc3/MS-SNSD/DNS30/CleanSpeech_testing /scratch/c.sistc3/MS-SNSD/DNS15/
|
||||||
|
|
||||||
python noisyspeech_synthesizer.py
|
python noisyspeech_synthesizer.py
|
||||||
|
|
||||||
mv ./CleanSpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS30
|
mv ./CleanSpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS15
|
||||||
mv ./NoisySpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS30
|
mv ./NoisySpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS15
|
||||||
ls /scratch/c.sistc3/MS-SNSD/DNS30
|
ls /scratch/c.sistc3/MS-SNSD/DNS15
|
||||||
#python enhancer/cli/train.py
|
#python enhancer/cli/train.py
|
||||||
|
|
|
||||||
|
|
@ -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: 1
|
total_hours: 15
|
||||||
snr_lower: 0
|
snr_lower: 0
|
||||||
snr_upper: 40
|
snr_upper: 40
|
||||||
total_snrlevels: 2
|
total_snrlevels: 2
|
||||||
naming: test
|
naming: train
|
||||||
|
|
||||||
noise_dir: /scratch/c.sistc3/MS-SNSD/noise_test
|
noise_dir: /scratch/c.sistc3/MS-SNSD/noise_train
|
||||||
speech_dir: /scratch/c.sistc3/MS-SNSD/clean_test
|
speech_dir: /scratch/c.sistc3/MS-SNSD/clean_train
|
||||||
noise_types_excluded: None
|
noise_types_excluded: None
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue