rishikksh20 / NU-Wave-pytorch

NU-Wave: A Diffusion Probabilistic Model for Neural Audio Upsampling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NU-Wave: A Diffusion Probabilistic Model for Neural Audio Upsampling

For Official repo of NU-Wave: A Diffusion Probabilistic Model for Neural Audio Upsampling visit here.

Training :

python3 train.py  chkpt_dir --max_steps 1000000

Inference :

python3 inference.py weights-chkpt.pt low_resolution_22k.wav -o "output.wav"

Citation :

@misc{lee2021nuwave,
      title={NU-Wave: A Diffusion Probabilistic Model for Neural Audio Upsampling}, 
      author={Junhyeok Lee and Seungu Han},
      year={2021},
      eprint={2104.02321},
      archivePrefix={arXiv},
      primaryClass={eess.AS}
}

References :

About

NU-Wave: A Diffusion Probabilistic Model for Neural Audio Upsampling

License:MIT License


Languages

Language:Python 100.0%