Instructions to use speechbrain/soundchoice-g2p with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/soundchoice-g2p with speechbrain:
# interface in config.json invalid
- Notebooks
- Google Colab
- Kaggle
How to infer with batch
#1
by Rakshith291 - opened
As shown in the example
Passing list of text to g2p not utilizing GPU RAM more than 2 GB .
So, I was wondering- how to completely utilize GPU
Passing a list of text is expected to create a batch behind the scenes. GPU usage will depend on the size of the list.
You can also use the model directly without the high-level GraphemeToPhoneme wrapper to gain more control.