suriwu

Results 6 issues of suriwu

Sorry to bother you. But I meet (Confusion matrix is None. Check code) Error When I use the following command in **ADE20K Dataset** **(However, it works well in PascalVoc2012)**: _export...

码主很强啊 这个小程序很好用 不过在使用过程中发现了两个issue 1. 就是当steamID为10位数时出现检测不到对局的情况(ID一般都是9位数,新ID存在10位数的情况 ) 问题出在 DOTA2 里面的get_last_match_id_by_short_steamID 这个func ,输入10位ID 会抛出Dota2文件43line 的Key Error错误 应该是41line try的问题 希望老哥能赐教怎么fix 2.然后在就是判定胜负的判定出现了负负得正的逻辑问题 Dota2 file 里面generate_match_message 里面的判定出现了flase==flase 返回true的情况, 导致在夜宴输掉比赛会判定胜利

Hi, Thanks for your work! I wonder how can we generate tokens by using model.generate() or model(inputs)? The following code will produce bug while the model is printed. `import transformers...

## 问题描述 / Issue Description 请简要描述您遇到的问题。 / Please briefly describe the issue you encountered. ## 使用的工具 / Tools Used - [ ] Native / 原生框架 - [✅] Opencompass backend -...

opencompass

Dear Authors, Thank you for your outstanding work on EAGLE and EAGLE-2! I have a question regarding the implementation, specifically about the line topk_index = topk_index.view(-1). Let me illustrate my...