YANGY

Results 24 issues of YANGY

![image](https://github.com/shibatch/sleef/assets/15188456/3ba68d2a-4a9f-4bac-a495-e5223fe9adf8) ![image](https://github.com/shibatch/sleef/assets/15188456/91939631-a98f-42a1-9a33-28f8156b1b16)

问题类型:PaddleX可视化客户端 **PaddleX GUI版本** 您使用的PaddleX GUI版本 **问题描述** =================================== 请在这里描述您在使用GUI过程中的问题 ![image](https://user-images.githubusercontent.com/15188456/130005845-d9191dce-478e-44ea-89ce-904a390b8589.png) ![image](https://user-images.githubusercontent.com/15188456/130005863-427b9652-7105-401b-8e37-dfd621518b0a.png)

![image](https://github.com/PaddlePaddle/PaddleMIX/assets/15188456/b346565c-7b77-4666-9c1e-464ae810a92c)

![image](https://github.com/statsmodels/statsmodels/assets/15188456/1233bee9-b4db-431c-8144-86bcb9bf1336) input: [111,222,333] ![image](https://github.com/statsmodels/statsmodels/assets/15188456/b5421372-37ae-4fb8-854c-e0fcbad46de5) endog.squeeze() -> endog.squeeze(axis=1)

我试了三种思路都没有成功 1、ppocr->onnx->ncnn 2、ppocr->pytorch->onnx->ncnn 3、ppocr->pytorch->pnnx->ncnn 多谢大佬了

if word in self.punc2id.keys()这一行会把标签数据全部过滤掉,punc2id中带有了空格数据 label, input_data = [], [] for i in range(len(txt) - 1): # 获取输入数据 word = txt[i] if word in self.punc2id.keys(): continue token = self.tokenizer(word) x =...

java.lang.UnsatisfiedLinkError: no BsDiffYwl5320 in java.library.path

In python 3.9: ![image](https://github.com/Vizonex/Winloop/assets/15188456/fbcc7662-cce9-43dd-aa88-6681081addc8) but in python 3.8: ![image](https://github.com/Vizonex/Winloop/assets/15188456/b2678e9f-208e-4641-8705-b7765946bb94)

In uvicorn, I have added a new file “winloop.py”. ![image](https://github.com/Vizonex/Winloop/assets/15188456/13e3cd91-de78-4116-977b-995af5e1009a) uvicorn/config.py: ![image](https://github.com/Vizonex/Winloop/assets/15188456/c6b15843-d463-4c86-84a9-41c0d924c820) Next: from uvicorn import run run("app_compat:create_app_fastapi", host="0.0.0.0", workers=int(args["workers"]), port=int(port), loop="winloop", factory=True) Result: ![image](https://github.com/Vizonex/Winloop/assets/15188456/82f58298-f694-40e5-ae05-e8a95d1752de) Pid is 23052 and 4604....

bug
question