Giter Site home page Giter Site logo

ppgs_maker's Introduction

ppgs_maker

make ppgs kaldi implentation

DNN structure

  1. inputs: 13-dim MFCC + deltas + delta-deltas (39-dim total)
  2. outputs: 128-dim PPGs

PPGs maker (4-layer DNN) training

  1. cd ppgs_maker/timit/s5;
  2. bash run.sh;
  3. bash ./local/nnet/run_dnn_deltas.sh;

Use the ppgs maker to get ppgs

  1. cd make_ppgs
  2. prepare data (wav.scp, spk2utt, utt2spk,...) as in typical kaldi egs;
  3. get mfcc features: bash ./local/make_mfcc_feats.sh;
  4. get deltas, delta-deltas features: bash ./local/make_delta_feats.sh;
  5. get PPGs: bash ./local/run_dnn_forward.sh;
  6. save PPGs to python dict: bash ./local/make_all_ppgs.sh.

Before running

  1. prepare data;
  2. modify PPGs dimension by modifing the numLeavesTri1 and numGaussTri1 in ppgs_maker/timit/s5/run.sh, use gmm-info or tree-info tools to check the model's (*.mdl) number of tree leaves.
  3. modify variables relates to path;
  4. modify the network structure by:

    (1) modifing --nn-depth and --hid-dim in ppgs_maker/timit/s5/local/nnet/run_dnn_deltas.sh, line 58;

    (2) modifing the number before .dbn to the number of layers of the DNN;

  1. run inference using nnet-forward, parameters needed: feature transform, trained nnet model, gpu option.

ppgs_maker's People

Contributors

light1726 avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Forkers

wj0311

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.