GithubHelp home page GithubHelp logo

srpipeline's Introduction

A Basic Speaker Recognition Pipeline

dataset

In this pipeline I use THCHS-30 open-source dataset, you can get free access to it via http://openslr.org/18/

For higher accuracy, try http://openslr.org/33/ and http://openslr.org/38/ with slight change of data pre-processing.

models

ResCNN and GRU model from Baidu(https://arxiv.org/abs/1705.02304) and 3D-CNN model by A.Torfi et al.(https://arxiv.org/abs/1705.09422) are used here.

usage

feature extraction

python main.py extract

training

for softmax pre-training, use:

python main.py train --triplet=False

for fine-tunning based on triplets, use:

python main.py train --triplet=True

BTW, to understand triplets loss and its application, you can take a look at this video: https://www.youtube.com/watch?v=d2XB5-tuCWU

test

So far only ResCNN and GRU models are supported.

python main.py test

ONNX model exportation and deployment

first, run this

python main.py export

then, follow the instructions here(https://oracle.github.io/graphpipe/#/guide/servers/serving) to serve your model and do inference.

TODO

  • try larger dataset
  • hyper-parameter tuning
  • visualization
  • rewrite some parts(e.g. Variable -> Tensor)
  • fix bugs
  • ...

srpipeline's People

Contributors

xustc avatar

Watchers

 avatar

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.