dns 30 hrs demucs
This commit is contained in:
parent
aa61056376
commit
501948e866
|
|
@ -35,12 +35,12 @@ 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
|
||||
|
||||
# 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
|
||||
python noisyspeech_synthesizer.py
|
||||
|
||||
mv ./CleanSpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS20
|
||||
mv ./NoisySpeech_testing/ /scratch/c.sistc3/MS-SNSD/DNS20
|
||||
mv ./CleanSpeech_training/ /scratch/c.sistc3/MS-SNSD/DNS30
|
||||
mv ./NoisySpeech_training/ /scratch/c.sistc3/MS-SNSD/DNS30
|
||||
ls /scratch/c.sistc3/MS-SNSD/DNS20
|
||||
#python enhancer/cli/train.py
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@ total_hours: 1
|
|||
snr_lower: 0
|
||||
snr_upper: 40
|
||||
total_snrlevels: 5
|
||||
naming: test
|
||||
naming: train
|
||||
|
||||
noise_dir: /scratch/c.sistc3/MS-SNSD/noise_test
|
||||
speech_dir: /scratch/c.sistc3/MS-SNSD/clean_test
|
||||
noise_dir: /scratch/c.sistc3/MS-SNSD/noise_train
|
||||
speech_dir: /scratch/c.sistc3/MS-SNSD/clean_train
|
||||
noise_types_excluded: None
|
||||
|
|
|
|||
Loading…
Reference in New Issue