Sun Aries
Sun Aries
README.md markdown correct. ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [ ] I agree to contribute to the project under OpenCV (BSD) License. - [ ] To...
Firstly, I think a header import seem not enough to leverage the big library as librosa. So, cmaking them to dynamic libraries seem like a good idea, and I think...
When I converted the SequeezeNet, I got a modules as following: ` (self.feed('fire9_expand1x1', 'fire9_expand3x3') .concat(3, name='fire9_concat') .conv(1, 1, 1000, 1, 1, padding=None, name='conv10') .avg_pool(14, 14, 1, 1, padding='VALID', name='pool10') .softmax(name='prob'))...
Fix TypeError: __init__() takes 4 positional arguments but 5 were given in getQualityScore.py
Try to support the XTTS-v2 in multilingul cases, because XTTS-v2 models may not has the num_speakers and num_languages variables. The reproduce way is run the following command ``` python3 TTS/server/server.py...
### Describe the bug When I followed the [Using premade images In Docker images](https://docs.coqui.ai/en/dev/docker_images.html), and after I run the docker preparing to list_models, I got the below error. That seems...
我们这个模型转换成功了,但不能跑是什么情况?错误如下: ``` sdk version: 1.5.0 (e6fe0c678@2023-05-25T08:09:20) driver version: 0.8.2 model input num: 1, output num: 1 index=0, name=input, n_dims=4, dims=[1, 224, 224, 3], n_elems=150528, size=150528, w_stride = 224, size_with_stride=150528, fmt=NHWC,...