smilelite
smilelite
Robustscanner论文复现 数据集:训练集包含MJSynth、SynthText、ICDAR2013、ICDAR2015、IIIT5K、 COCO-Text,在IIIT, SVT, IC13, IC15, SVTP, CUTE数据集上进行评估,算法复现效果如下: 参考精度为87.63% 复现精度为87.77% 本pr为第三次提交,修改Copyright等信息
### Reminder - [X] I have read the README and searched the existing issues. ### Reproduction [00:31
I used flash decoding in run_chunkllama_100k.py like # from chunkllama_attn_replace import replace_with_chunkllama from flash_decoding_chunkllama import replace_with_chunkllama the model is Llama2-70B or Llama3-70B transformers==4.40.1 torch==2.2.1 the Error is File "/mnt/ChunkLlama/flash_decoding_chunkllama.py", line...