Tschen Böffee
Tschen Böffee
 I meet the same bug popups in Windows 11 24H2。It will pop up at an interval.
但是如果右键点击`copy Markdown`,确又能得到正确输出的markdown文本,包括`save as note`也能得到正确的结果,推测是对话界面的渲染引擎有点问题。
把tokens滑动条设置为4096试试呢?我之前也遇到过这个类似的问题,也是报错最大token数不得超过8192,我把滑动条拉到8192就解决了。
I have the same question about "Uncertainty-minimal Query Selection". I think the code you quote may come from `VFocalLoss`, which is a focal loss mixed with IoU. The raw paper...
各位前辈,我感觉是论文使用了VarifocalNet里面提到的VarifocalLoss,用这个损失函数代替了CE损失或者FL损失,而Query Selection里面与DINO保持一致,即取分数最高的前`num_queries`个阶段一预测框(encoder产生)作为Deformable的锚点,其余与Deformable DETR保持一致,论文中采用的损失只有这三项: https://github.com/lyuwenyu/RT-DETR/blob/93d00c11b4b001f742e5c3c36455147714a3e61e/rtdetr_pytorch/configs/rtdetr/include/rtdetr_r50vd.yml#L68 所以实际上Query Selection并没有增加新的处理方式,只是修改了一下阶段一预测框的置信分数头(将它与decoder后接的class头分离),是这样理解的吗?
联网搜索其实使用这个项目就能做到https://search-for-llmapi.dawne.cn/with-search