Skip to content
#

neural-vocoder

Here are 12 public repositories matching this topic...

rishikksh20
rishikksh20 commented Sep 11, 2019

After testing this code, I found out that following dependencies must be updated otherwise Exception occurs :

Pytorch > 1.0 # F.one_hot function isn't available in PyTorch v1.0 it requires 1.1 or 1.2
librosa==0.7.0 # for Griffin-Lim -> librosa.feature.inverse introduced in librosa 0.7.0

Also for running soundfile following OS dependency required

sudo apt-get install libsndfile1

Improve this page

Add a description, image, and links to the neural-vocoder topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the neural-vocoder topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.