Edit model card

This is the full VITS checkpoint that I pre-trained myself on LJSpeech dataset to 100k steps for OPEA. This repo is trained on A100. It can do inference on Xeon CPU, A100, and Intel Gaudi2. The inference process is also optimized on single Intel Gaudi2 card to be as fast as one A100. Since LJSpeech and the original code is under MIT license, this repo should also be under MIT license.

Please notice: before the code is merged into OPEA, you should use this repo to run the inference.

# change the -d device to cpu/cuda/hpu
python inference.py -m ./G_100000.pth -c ./configs/ljs_base.json -d "hpu"

How to turn this into a standard HuggingFace checkpoint like facebook/mms-tts-eng may be supported in the future but I do not have guarantee. Same to the pre-training on HPU.

Disclaimer:

This is not a official model from Intel. For more issues please contact sihan.chen@intel.com, or raise an issue on OPEA.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference API
Unable to determine this model's library. Check the docs .