This commit is contained in:
shahules786 2022-11-20 19:11:41 +05:30
parent e0abb458d5
commit bcb94d5f34
2 changed files with 6 additions and 4 deletions

View File

@ -41,9 +41,11 @@ pwd
# cp -r /scratch/c.sistc3/MS-SNSD/DNS30/NoisySpeech_testing /scratch/c.sistc3/MS-SNSD/DNS15/ # cp -r /scratch/c.sistc3/MS-SNSD/DNS30/NoisySpeech_testing /scratch/c.sistc3/MS-SNSD/DNS15/
# cp -r /scratch/c.sistc3/MS-SNSD/DNS30/CleanSpeech_testing /scratch/c.sistc3/MS-SNSD/DNS15/ # cp -r /scratch/c.sistc3/MS-SNSD/DNS30/CleanSpeech_testing /scratch/c.sistc3/MS-SNSD/DNS15/
mkdir /scratch/c.sistc3/MS-SNSD/DNS20
python noisyspeech_synthesizer.py python noisyspeech_synthesizer.py
mv ./CleanSpeech_training/ /scratch/c.sistc3/MS-SNSD/DNS15 mv ./CleanSpeech_training/ /scratch/c.sistc3/MS-SNSD/DNS20
mv ./NoisySpeech_training/ /scratch/c.sistc3/MS-SNSD/DNS15 mv ./NoisySpeech_training/ /scratch/c.sistc3/MS-SNSD/DNS20
ls /scratch/c.sistc3/MS-SNSD/DNS15 ls /scratch/c.sistc3/MS-SNSD/DNS20
#python enhancer/cli/train.py #python enhancer/cli/train.py

View File

@ -19,7 +19,7 @@ sampling_rate: 16000
audioformat: *.wav audioformat: *.wav
audio_length: 10 audio_length: 10
silence_length: 0.2 silence_length: 0.2
total_hours: 15 total_hours: 20
snr_lower: 0 snr_lower: 0
snr_upper: 40 snr_upper: 40
total_snrlevels: 2 total_snrlevels: 2