gitmylo / bark-voice-cloning-HuBERT-quantizer

The code for the bark-voicecloning model. Training and inference.
MIT License
670 stars 111 forks source link

updating notebooks, previously was getting ModuleNotFoundError: No module named 'hubert' #36

Closed YongeBai closed 1 year ago

YongeBai commented 1 year ago
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-10-f142939a9846> in <cell line: 9>()
      7 from encodec import EncodecModel
      8 from encodec.utils import convert_audio
----> 9 from hubert.hubert_manager import HuBERTManager
     10 from hubert.pre_kmeans_hubert import CustomHubert
     11 from hubert.customtokenizer import CustomTokenizer

ModuleNotFoundError: No module named 'hubert'