Raymond Guo

Results 7 issues of Raymond Guo

Sorry to ask this question there... But I searched a lot, Only get some thing like `android:windowSoftInputMode="adjustPan"` to make all the content move up when the keyboard pop up. I...

I want to add more radioButton when the app is running. Can I add radioButton programmatically?

训练的时候报错:AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS' ``` Traceback (most recent call last): File "/apdcephfs/private_raymondguo/tts/GPT-SoVITS/GPT_SoVITS/s2_train.py", line 566, in main() File "/apdcephfs/private_raymondguo/tts/GPT-SoVITS/GPT_SoVITS/s2_train.py", line 53, in main mp.spawn( File "/apdcephfs/private_raymondguo/tts/GPT-SoVITS/env/lib/python3.10/site-packages/torch/multiprocessing/spawn.py", line 240,...

In follow-up

Readme实时性的结论是在V100的机器上进行测试的,测试了一下实时体验确实已经是超出预期的好了!但这里想请教下,如果实时推理时我想要使用更低端的显卡,同时允许输出视频帧的效果有一定的降级,这里有哪些参数或者方法我可以参考的吗。

RuntimeError: Failed to import transformers.modeling_utils because of the following error (look up to see its traceback): Descriptors cannot not be created directly. If this call came from a _pb2.py file,...

``` !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Your compiler (c++) is not compatible with the compiler Pytorch was built with for this platform, which is g++ on linux. Please use g++ to to compile your...

我有一个原本config中是chinese_cleaners的vits模型,原始模型本身推理是正常的,使用https://github.com/weirdseed/vits-ncnn-convert-tool转换后,修改了chinese_cleaners值为zh_ja_mixture_cleaners,然后放入SDcard 在Vits-Android-ncnn APP 中加载之后没有报错,但是在生成后出来的音频是意义不明的奇怪发音。请问这里有什么办法可以追溯一下错误原因吗。我的config 完整为: ``` { "train": { "log_interval": 10, "eval_interval": 100, "seed": 1234, "epochs": 10000, "learning_rate": 0.0002, "betas": [ 0.8, 0.99 ], "eps": 1e-09, "batch_size": 16, "fp16_run": true,...