zifeiyu_tan

Results 7 issues of zifeiyu_tan

Has anyone reproduced successfully? I used the training files in HR-NET to train an LPN50, but the results were far from ideal.

Hello, I used your code to train an LPN50 on the COCO dataset. The train.py used is from HR-NET.But the result is not very good, what is the reason? ![1](https://user-images.githubusercontent.com/44080864/94094713-bf640d00-fe52-11ea-821f-954045edd78f.jpg)

搜索出来有上万张,但爬取只能爬取2000+,然后没有任何报错,不只是什么原因。

If i only want to quantize with int8 in yolov5, how to change this code。

`"""创建Agent实例和Workflow实例""" import Agently agent = ( Agently.create_agent() .set_settings("current_model", "OAIClient") .set_settings("model.OAIClient.url", "https://api.moonshot.cn/v1") .set_settings("model.OAIClient.options", { "model": "moonshot-v1-8k" }) .set_settings("model.OAIClient.auth", { "api_key": "******" }) ) workflow = Agently.Workflow() """创建执行块(Chunk)""" # 启动块 @workflow.chunk( chunk_id...

当使用流式输出的api时,如果此时多个同时调用,就会报错 ,请问如何解决 ERROR: Exception in ASGI application + Exception Group Traceback (most recent call last): | File "/home/user/anaconda3/envs/GPTSoVits/lib/python3.9/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi | result = await app( # type: ignore[func-returns-value]...

中文文本中,如果存在“-”符号,就会报错,无法完整转换。 如 K-2×1.5mm² 其中“-”就不行,且×等符号不读,mm²只读成“m”,"m"