Lu Chongkai

Results 37 comments of Lu Chongkai

Similar problems happen when use `AmpOptimizer` in `DETR`: ```terminal File "/home/louis/miniconda3/envs/mmengine/lib/python3.8/site-packages/mmdet/models/dense_heads/detr_head.py", line 437, in _get_targets_single bbox_targets[pos_inds] = pos_gt_bboxes_targets RuntimeError: Index put requires the source and destination dtypes match, got Half...

I am eager for such a feature.

@Dai-Wenxun I changed the branch for merging to `dev-1.x` . But my commits are based on the `main` branch so there are some unexpected files changed

我的问题跟大家相反,我是只有Conference Name里的内容会被识别

感觉根本就没有用regex,而是直接使用delimiter做字面意义上的匹配

I have a similar problem. While in my case, tool_response is OK but llm_response is empty ("llm_response": ""). Similar thing is that this also only happens when the tool_response is...

I solved it and it was because of the proxy. If you are in China, turn on your VPN and: ```terminal HTTP_PROXY=http://127.0.0.1:7890 HTTPS_PROXY=http://127.0.0.1:7890 claude ``` I assume that your VPN...