Gary Gege

Results 10 comments of Gary Gege
trafficstars

I use this to initialize our Custom RecyclerView which extends from RecyclerView ```kotlin val multiSnapHelper = MultiSnapHelper(interval = 3, speedMsPerInch = 100f) multiSnapHelper.attachToRecyclerView(this) ```

Did you have a solution? I have a same problem about this.

> 因为转markdown/latex太容易商业化了,所以Vary-toy在这方面,我们砍了一刀 意思就是说,没有公布SAM和OPT-125M的权重吗?

> 我在使用vary-toy识别图片时候,中英文字部分很好,但是表格识别很差。例如: 请问你是使用哪个python脚本识别markdown的,是SAM+OPT-125M还是SAM+Qwen 1.8B呢?

I check the code between the ori-code branch and the master branch. The checkpoint in the save model has a big difference. One save the encoder and generator. Another just...

> Thanks a lot.

Which model in the paper is the best. EDLPGS?

Hi, is there any plan to release the code? Thanks

我觉得这份代码非常不好修改LLM模型,由于作者是继承了QWenModel来写的,并没有明确定义language_model这个模块,导致如果修改了LLM的话预训练的vision_tower等参数非常难导入。