Official Pytorch+Lightning Implementation for NU-Wave
NU-Wave NU-Wave: A Diffusion Probabilistic Model for Neural Audio UpsamplingJunhyeok Lee, Seungu Han @ MINDsLab Inc., SNU Paper(arXiv): https://arxiv.org/abs/2104.02321 (Accepted to INTERSPEECH 2021)Audio Samples: https://mindslab-ai.github.io/nuwave Official Pytorch+Lightning Implementation for NU-Wave. Requirements Preprocessing Before running our project, you need to download and preprocess dataset to .pt files Download VCTK dataset Remove speaker p280 and p315 Modify path of downloaded dataset data:dir in hparameters.yaml run utils/wav2pt.py $ python utils/wav2pt.py Training Adjust hparameters.yaml, especially train section. train: batch_size: 18 # Dependent on GPU […]
Read more