Closed Mareike-RTY closed 1 year ago
test_hubert is just for comparing true and predicted tokens, actual testing should be done by using the model, this can be done in multiple ways.
A guide for creating the .npz files for bark can be found in the readme
Ok, will do this next. Thanks!
Hi, first of all thank you for your work!
I created the semantic data and wavs with the help of your bark-data-gen repo, and trained the model myself by following the steps you mentioned at https://github.com/gitmylo/bark-voice-cloning-HuBERT-quantizer#how-do-i-train-it-myself. I trained the model until 20th epoch and would now like to test it.
Unfortunately testing gives me a KeyError :
In
test_hubert.py
, I'm passing the path to my self-trained modelmodel_epoch_20.pth
:The self-trained model dict has the following keys:
I'm getting the same error when trying to test the pre-trained
german-HuBERT-quantizer_14_epoch.pth
model from C0untFloyd mentioned in this repo.Could you please give me a hint about what I'm doing wrong here? How could I successfully test the self-trained model?
Thank you very much in advance.