Giter Club home page Giter Club logo

upit-for-speech-separation's Introduction

Speech Separation with uPIT

Speech separation with utterance-level PIT(Permutation Invariant Training)

Requirements

see requirements.txt

Usage

  1. Generate dataset using create-speaker-mixtures.zip

  2. Prepare cmvn, .scp and configure experiments in .yaml files

  3. Training:

    ./run_pit.py --config $conf --num-epoches 100 > $checkpoint/train.log 2>&1 &
  4. Inference:

    ./separate.py --dump-dir cache $mdl_dir/train.yaml $mdl_dir/epoch.40.pkl egs.scp
    

Experiments

Configure Mask Epoch FM FF MM FF/MM AVG
config-1 AM-ReLU 75 10.41 6.73 7.35 7.19 8.82
config-2 AM-sigmoid 50 9.95 5.99 6.72 6.35 8.26
config-3 PSM-ReLU 73 10.29 6.54 7.28 7.09 8.71
config-4 PSM-ReLU 80 10.37 6.59 7.29 7.10 8.76
config-5 PSM-ReLU 62 10.58 7.00 7.55 7.40 9.01
config-6 PSM-ReLU 62 10.47 7.44 7.78 7.69 9.10
config-7 PSM-ReLU 61 10.43 7.17 7.41 7.34 8.91
- IAM-oracle - 12.49 12.73 11.58 11.88 12.19
- IBM-oracle - 12.94 13.20 12.04 12.35 12.65
- IRM-oracle - 12.86 13.14 11.96 12.27 12.57
- PSM-oracle - 15.79 16.03 14.90 15.20 15.50

Reference

  • Kolbæk M, Yu D, Tan Z H, et al. Multitalker speech separation with utterance-level permutation invariant training of deep recurrent neural networks[J]. IEEE/ACM Transactions on Audio, Speech and Language Processing (TASLP), 2017, 25(10): 1901-1913.

upit-for-speech-separation's People

Contributors

funcwj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

upit-for-speech-separation's Issues

why not "Now do not support perutt training"?

您好,我有个问题想请教下您:在dataset.py中

 if batch_size == 1:
     raise ValueError("Now do not support perutt training")"

why not? Thanks.
我修改为batch size有什么不妥呢?还有就是您说的“perutt training”指什么呢?

why not "Now do not support perutt training"?

您好,我有个问题想请教下您:在dataset.py中

 if batch_size == 1:
     raise ValueError("Now do not support perutt training")"

我修改为batch size有什么不妥呢?还有就是您说的“perutt training”指什么呢?

format of the .scp file

Hello, what is the format of the .scp file? Similar to \data\2speakers\wav8k\min\tr\s1\011a0101_0.061105_401c020r_-0.061105.wav?

Mask issue

Is it possible to calculate a complex mask using the code, instead of calculating irm or psm?

train = nan | dev = nan

Hi, have you ever had the following problems?

2020-02-15 00:00:31,026 [dataset.py:303 - INFO ] Processed 5000 utterances in total
2020-02-15 00:00:31,027 [trainer.py:150 - INFO ] Loss(time/mini-batch) - Epoch  1: train = nan(1581.14s/2500) | dev = nan(152.82s/625)

That is, why "train = nan" and "dev = nan"?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.