Giter Site home page Giter Site logo

vitsinger's Introduction

Introduction

  1. VITS 오픈 소스를 활용하여 Singing Voice Synthesis를 테스트합니다.
  2. 본 레포지토리 SVS model training은 44.1kHz을 기준으로 합니다.
  3. 데이터셋은 공개하지 않습니다.
  4. Voice Conversion을 기본 출력으로 사용할 목적으로 Duration Predictor는 사용하지 않습니다.
  5. Normal Speech Dataset으로 학습할 때와 마찬가지로 Singing Speech Dataset으로 학습해도 비슷한 퀄리티의 음성을 생성할 수 있습니다.

Docker build

  1. cd /path/to/the/VITSinger
  2. docker build --tag VITSinger:latest .

Training

  1. nvidia-docker run -it --name 'VITSinger' -v /path/to/VITSinger:/home/work/VITSinger --ipc=host --privileged VITSinger:latest
  2. cd /home/work/VITSinger
  3. ln -s /home/work/VITSinger/data/dataset/yourdataset
  4. python preprocess.py --data_type=korean_base --storage_path=<yourdataset_path> --target_dir=<target_dataset_path> --line_target_dir=<> --model_name=korean_base --val_len=512
  5. python train.py -c ./configs/korean_base.json -m korean_base -d <target_dataset_path>
  6. (OPTIONAL) tensorboard --logdir=outdir/logdir

Tensorboard losses

VITSinger-tensorboard-losses1 VITSinger-tensorboard-losses2 VITSinger-tensorboard-losses3

Tensorboard Stats

VITSinger-tensorboard-stats

Reference

  1. HiFiSinger
  2. VITS

vitsinger's People

Contributors

ailab-choihk avatar choihkk 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.