Seohee Park

Results 3 issues of Seohee Park

The following error occurs. - Windows - pyglet : 1.5.28 - PyOpenGL : 3.1.0 - pyrender : 0.1.45 ``` 2024-03-20 15:58:44.826 | ERROR | gradio.utils:wrapper:693 - An error has been...

While testing the s0 model, I noticed that the number of train parameters is different from the number written in the paper. So, I found [this link](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/mobileone#results-and-models), and found that...

Thank you for creating a great repository. I wonder why there is no bert when converting a pytorch model of MeloTTS to an Onnx model. https://github.com/k2-fsa/sherpa-onnx/blob/963aaba82b01a425ae8dcf0fdcff6b073a45686f/scripts/melo-tts/export-onnx.py#L206C1-L235C6 ``` torch.onnx.export( torch_model, (...