Giter Club home page Giter Club logo

attentive-statistics-pooling-for-deep-speaker-embedding's Introduction

Attentive-Statistics-Pooling-for-Deep-Speaker-Embedding

This repo contains the implementation of the paper "Attentive Statistics Pooling for Deep Speaker Embedding" in Pytorch The paper is published in Interspeech 2018 Paper: https://www.isca-speech.org/archive/Interspeech_2018/pdfs/0993.pdf

Installation

I suggest you to install Anaconda3 in your system. First download Anancoda3 from https://docs.anaconda.com/anaconda/install/hashes/lin-3-64/

bash Anaconda2-2019.03-Linux-x86_64.sh

Clone the repo

https://github.com/KrishnaDN/x-vector-pytorch.git

Once you install anaconda3 successfully, install required packges using requirements.txt

pip iinstall -r requirements.txt

Data preperation

This step creates training and testing files. Currently we support TIMIT dataset and we plan to add other datasets in future.

python datasets.py --processed_data  /media/newhd/TIMIT --meta_store_path meta/ 

If you want to add your dataset, take a look at datasets.py code and modify the code accordingly

Training

This steps starts training the X-vector model with Statistics attenive pooling.

python training_xvector_SAP.py --training_filepath meta/training.txt --evaluation_path meta/evaluation.txt
                             --input_dim 257 --num_classes 462 --batch_size 64 --use_gpu True --num_epochs 100
                             

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. For any queries contact : [email protected]

License

MIT

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.