acoustic-model
acoustic-model copied to clipboard
Acoustic models for: A Comparison of Discrete and Soft Speech Units for Improved Voice Conversion
Typically it's possible to load torch models to cpu / gpu by using the `map_location` argument. This doesn't work for the acoustic model: `TypeError: hubert_soft() got an unexpected keyword argument...
Hello, i've been trying to drop-in bigvgan for hifigan but i keep running into an issue related to the number of mel channels the acoustic model is trained on 128...
Hi @bshall , can the pre-trained hubert-soft or discrete model be used for encoding mandarin Chinese language data? I want to train a model for Vietnamese language VC. But only...
Have you try this on multi-speaker way ?
@bshall Thank you for this great work. validation loss not decreasing after 25k steps, Fine-tuning with small target data (~1-hour dataset). the best model (25k steps) not working properly. content...