GithubHelp home page GithubHelp logo

twistedmove / speechvae Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wnhsu/speechvae

0.0 0.0 0.0 317 KB

This repository contains the code to reproduce the core results from the paper "Learning Latent Representations for Speech Generation and Transformation".

License: Apache License 2.0

Makefile 0.61% Shell 12.52% Python 86.87%

speechvae's Introduction

Learning Latent Representations for Speech Generation and Transformation

This repository contains the code to reproduce the core results from the paper Learning Latent Representations for Speech Generation and Transformation.

To cite this work, please use

@inproceedings{hsu2017learning,
  title={Learning Latent Representations for Speech Generation and Transformation},
  author={Hsu, Wei-Ning and Zhang, Yu and Glass, James},
  booktitle={Interspeech},
  pages={1273--1277},
  year={2017},
}

Dependencies

This project uses Python 2.7.6. Before running the code, you have to install

The former 6 dependencies can be installed using pip by running

pip install -r requirements.txt

The last one requires Kaldi before a specific commit (d1e1e3b). If you don't have Kaldi before that version, you can install both Kaldi and Kaldi-Python by running

make all

Usage

The code structure follows Kaldi's convention. Scripts for each dataset can be found in egs/<dataset> folder. If you have questions, please write an email to [email protected]

TIMIT

To reproduce the experiments for TIMIT, run:

cd egs/timit
./run_spec.sh --TIMIT_RAW_DATA <timit_raw_data_dir>

Orthogonality between latent attribute representations

Orthogonality

Transforming a male speaker to a female speaker

Before

m2f(before)

After

m2f(after)

Transforming a female speaker to a male speaker

Before

f2m(before)

After

f2m(after)

speechvae's People

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.