20hrs
This commit is contained in:
parent
c2b2b83fd5
commit
8cf8dd9717
|
|
@ -46,7 +46,7 @@ mkdir /scratch/c.sistc3/MS-SNSD/DNS20
|
||||||
|
|
||||||
python noisyspeech_synthesizer.py
|
python noisyspeech_synthesizer.py
|
||||||
|
|
||||||
mv ./CleanSpeech_training/ /scratch/c.sistc3/MS-SNSD/DNS20
|
mv ./CleanSpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS20
|
||||||
mv ./NoisySpeech_training/ /scratch/c.sistc3/MS-SNSD/DNS20
|
mv ./NoisySpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS20
|
||||||
ls /scratch/c.sistc3/MS-SNSD/DNS20
|
ls /scratch/c.sistc3/MS-SNSD/DNS20
|
||||||
#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: 20
|
total_hours: 1
|
||||||
snr_lower: 0
|
snr_lower: 0
|
||||||
snr_upper: 40
|
snr_upper: 40
|
||||||
total_snrlevels: 2
|
total_snrlevels: 2
|
||||||
naming: train
|
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