# sepformer **Repository Path**: winnuix/sepformer ## Basic Information - **Project Name**: sepformer - **Description**: sepformer - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-11 - **Last Updated**: 2022-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 运行 ####Libri2Mix with dynamic mixing ``` torch python train.py hparams/sepformer-libri2mix.yaml --data_folder yourpath/Libri2Mix/ --base_folder_dm yourpath/LibriSpeech_processed --dynamic_mixing True mindspore python train_mindspore.py hparams/sepformer-libri2mix_new.yaml --data_folder /mass_store/dataset/lbrimix/Libri2Mix ``` ####Libri2Mix with dynamic mixing with WHAM! noise in the mixtures ``` torch python train.py hparams/sepformer-libri2mix.yaml --data_folder yourpath/Libri2Mix/ --base_folder_dm yourpath/LibriSpeech_processed --dynamic_mixing True --use_wham_noise True mindspore python train_mindspore.py hparams/sepformer-libri2mix_new.yaml ``` ## mindsopre ``` 环境 conda activate zjc 运行命令 bash run.sh ```