Open sayakpaul opened 3 years ago
this is giving an error.
%matplotlib inline
import matplotlib.pyplot as plt
import IPython.display as ipd
import librosa
import numpy as np
import os
import glob
import json
import torch
from text import text_to_sequence, cmudict
from text.symbols import symbols
import commons
import attentions
import modules
import models
import utils
ModuleNotFoundError Traceback (most recent call last)
I solved the above by running
!pip install numba==0.48
before the "import limbrosa" code and then restarting runtime and then running the line again. after that it continued to the next error...
ModuleNotFoundError Traceback (most recent call last)
Hi @jaywalnut310.
I took your
inference_hifigan.ipynb
notebook and made it fully runnable inside Google Colab (here's my Colab Gist). I think it would make it easier for people to play around with the model.If you want I can create a PR accordingly including this notebook.
Let me know.