shaohua.zhang

Results 12 issues of shaohua.zhang

在关闭服务的时候,因为是nohup方式启动的,所以最初用了kill -9 XXX的方式 后来用了 `python -m paddle_serving_server.serve stop`方式进行停止,报下面的异常 `/home/beyond/myDL/miniconda3/lib/python3.7/runpy.py:125: RuntimeWarning: 'paddle_serving_server.serve' found in sys.modules after import of package 'paddle_serving_server', but prior to execution of 'paddle_serving_server.serve'; this may result in unpredictable...

bug

在远程启动服务的时候,在加载模型的时候出现以下异常,在其他服务器上用同样的模型配置,可以正常启动。 求教各位解答,谢谢 ![image](https://user-images.githubusercontent.com/12640462/144784628-0c6096b7-a6de-433c-a728-682d5657da85.png)

模型保存与转换

About the model :Multi-Type-TD-TSR, whether you can share the implemtent code

在章节[https://github.com/teadocs/numpy-cn/blob/master/docs/user/basics/io.md](url)中,运行一下代码`data = "1, 2, 3, 4, 5, 6" np.genfromtxt(BytesIO(data), delimiter=",")`出现TypeError: a bytes-like object is required, not 'str'错误 我得环境是python3.7. 此处的代码应该改为`np.genfromtxt(BytesIO(data.encode()), delimiter=",")`就可以正常运行

有没有测试过相关的benchmark,一般的准确率大概能达到多少,速度怎么样

有个疑问需要各位大佬给予个帮助,目前遇到文档或者表格的分类,ppshitu或者有什么分类模式适合这种文档类的分类吗,谢谢,因为实际的业务中,经常会新增一种表格或者证件之类的,这种适合动态文档类别的动态新增吗

question

In order to avoid NAN in the training results, we need to add an interrupt program here

contributor

你好,当前使用了飞桨最新的版本2.6.1的GPU版本,发现在执行项目的时候会报错,目前是不支持paddle最新版本吗,如果不是,当前支持的paddle版本是哪个,另外一个很大的问题是,在执行deploy/python下的脚本的时候,总是报各种找不到,比如paddleClas找不到,已经克隆了整个代码到Linux环境了,这是这么回事,即使执行了pip install paddleclas 也是有问题,比如在执行predict_cls.py的时候报` super().__init__(config["Global"]) File "/usr/local/lib/python3.8/dist-packages/paddleclas/deploy/utils/predictor.py", line 29, in __init__ if args.use_fp16 is True: File "/usr/local/lib/python3.8/dist-packages/paddleclas/deploy/utils/config.py", line 27, in __getattr__ return self[key] KeyError: 'use_fp16'`

在读代码中发现好多类或者函数实现缺失,比如 [NameAdapter](https://github.com/PaddlePaddle/VIMER/blob/aff5d4aefd2d074f53fff5f96e4a6afc15d9e06c/StrucTexT/v2/src/tasks/layout_analysis/model/v2net.py#L18)等好多处,希望作者能够补全,谢谢