marlon-br

Results 12 issues of marlon-br

Hi, I have tried Simplified Chinese model on demo page and it seems that sentence boundary and tokens detection are not correct. I have 2 ideas why that could happen:...

Hello, Do you know if the solution supports text punctuation or how to add this functionality?

Could you please share pretrained model (200K iterations) on google drive?

Hello, Thank you for collecting links to the bert based models for Japanese Just wanted to ask if you know any models or investigations regarding raw text (after automatic speech...

Hi Jaehyeon, Could you please provide instructions how to use pretrained model and add new speaker voice? I have created google colab file basing on your work: https://github.com/marlon-br/glow-tts-colab Now I...

Hello, I am testing faster-whisper on different audios and have noticed one situation that happens rather frequently. After long silence first word in a segment has very inaccurate timestamp -...

Hey, I am trying to use PyAV to open (listen for) rtmp stream. My code is: ``` import av print("opening video...") container = av.open("rtmp://127.0.0.1:12345", options={'listen': '1'}) print("running test") for packet...

user help

I would like to train model for a new russian speaker. Could you please provide instructions how to do that?

Hello, do you have any idea how to export the models to the onnx format? I tried a script from huggingface: https://github.com/huggingface/transformers/blob/master/src/transformers/convert_graph_to_onnx.py but it gives an error: `Error while converting...

Hi, thank you for all the work you did with the models training. Recently I discovered quite good speech corpus for Japanese language: https://github.com/laboroai/LaboroTVSpeech. Could you please be so kind...