Git Product home page Git Product logo

fre-gan-pytorch-1's Introduction

Fre-GAN-pytorch (unofficial)

https://arxiv.org/abs/2106.02297

Training

  1. 한국어 음성 데이터 다운로드

  2. pytorch_wavelets 설치

  3. ~/Fre-GAN-pytorch에 학습 데이터 준비

    Fre-GAN-pytorch
      |- archive
          |- kss
              |- 1
              |- 2
              |- 3
              |- 4
          |- transcript.v.1.x.txt
    
  4. Preprocess

    python preprocess.py
    
    • data 폴더에 학습에 필요한 파일들이 생성됩니다
  5. Train

    python train.py -n name
    

    name을 원하는 이름으로 바꿔줍니다

    재학습 시

    python train.py -n name -p ./ckpt/name/ckpt-340000.pt
    
    • 불러올 모델 경로를 지정합니다
  6. Inference

    python inference.py -p ./ckpt/name/ckpt-340000.pt
    
    • test 폴더에 wav 파일을 넣으면, 멜스펙트로그램으로 바꾼 후 fre-gan에 입력하고 output 폴더에 출력 wav가 생성됩니다

Reference

fre-gan-pytorch-1's People

Contributors

chldkato avatar

Watchers

James Cloos 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.