hurricanedjp

Results 10 issues of hurricanedjp

hello, could you specify the version of all packages in you environment?

https://github.com/ZhixiuYe/MLMAN/blob/master/models/MLMAN.py#L63 `input_mask = (input['mask'] != 0).float()` 这里只取了非零即文本长度的mask,且bool结果都为1,所以原先data_loader里的2,3值没有用上? https://github.com/ZhixiuYe/MLMAN/blob/master/models/data_loader.py#L172 `self.data_mask[i][j] = 2`

https://github.com/ZhixiuYe/MLMAN/blob/43cbbdbb315b8849704b549a40a1248206ab7131/models/data_loader.py#L220 target_classes = random.sample(self.rel2scope.keys(), N) 类别是随机选的每次类别顺序不一样,但是query label数值却是递增的。所以不同的batch,相同类别对应label数值是不同的,也就是不固定的。请问模型为什么能收敛呢?

Vimium C version:1.99.99 chrome version:117.0.5938.63 platform:windows10 other extension: tab suspender 大佬,我改了所有tab suspender插件对应目录下所有的html,都按照[教程](https://github.com/gdh1995/vimium-c/wiki/Inject-into-other-extensions#modify-html-pages-of-the-extension)在前加了那段。manifest.json也按照要求改了,key那行也删了,_metadata文件夹,但是看起来改动后的项目没有通过chrome内容校验。加载已解压插件那一步时,哐哐报错,虽然出现两个一样图标的插件,id也不一样,但新的也不能用,原本的也不能用了。。。 麻烦大佬抽空看下,感谢感谢!!! 原先extension的id是:fiabciakcmgepblmdkmemdbbkilneeeh 改动后的id是:hlnchpdjgdoecobpekldpdgmkaaemcln 报错如下: ![image](https://github.com/gdh1995/vimium-c/assets/19743827/cb4673af-ff91-4ec9-a4b7-9a7b0d843d62) ![image](https://github.com/gdh1995/vimium-c/assets/19743827/1302a1b4-8516-4e95-9ef5-d8880b65e660) ![image](https://github.com/gdh1995/vimium-c/assets/19743827/50fda904-0ad3-4e24-9f45-be7f4b6e93ef) ![image](https://github.com/gdh1995/vimium-c/assets/19743827/6d5c8409-de43-4bc7-abbd-16fed304374f) ![image](https://github.com/gdh1995/vimium-c/assets/19743827/99114cbd-2d67-4348-9af0-ab68321c1610) ![image](https://github.com/gdh1995/vimium-c/assets/19743827/5bfbce60-d489-4181-9b54-933278f78cde) ![image](https://github.com/gdh1995/vimium-c/assets/19743827/4e9aaa9b-0ece-4603-ad72-75007cc090fe) ![image](https://github.com/gdh1995/vimium-c/assets/19743827/d30cf6e0-c5f8-47e7-9874-20264d892057) 改动文件如下: background.html ```html ``` dialog.html ```html...

question

### issue1 - **OS:** ubuntu16.04 - **PyQt version:** 4 - **Error:** ./labelImg.py running with lxml.etree Traceback (most recent call last): File "./labelImg.py", line 1156, in openFile self.loadFile(filename) File "./labelImg.py", line...

要能跑原神的电脑还是需要些配置,云原神绝大多数电脑都能满足了

已经用autohotkey脚本均匀下滑了,为啥不能识别呢。。

- 系统环境 / System Environment: windows 10 22H2 19045.5371 - BetterGI版本号 / BetterGI Version: 0.43.1 - 问题描述 / Description of the issue: 一条龙服务合成树脂前往合成台时,无法传送到枫丹。 同时测试了下快速传送功能,单个锚点可以直接传送。锚点旁边有其他图标时也会失败。 ![Image](https://github.com/user-attachments/assets/76e5c02c-7483-4be0-808f-078838d42156) - 复现步骤 / Reproduction steps:...

云原神
一条龙

首先感谢作者大佬,很多功能使用都很好,已经内化成使用习惯。然后就是有个小小的需求。 目前通过^快捷键可以回跳到上一个标签,切换之后,再按^又会回跳回来,反正只能这两个标签中跳转。 如果我有多个标签1,2,3,4,可否按照我的访问顺序比如4231,当前在标签1,依次回跳到4。如果回跳到4完成,也许再往后跳到1也能顺便实现。如同代码阅读时多个文件回跳和往后跳。 我猜测实现过程中可能要记录访问过的标签路径,不知道能否实现。 再次感谢大佬!