BTTR icon indicating copy to clipboard operation
BTTR copied to clipboard

Official implementation for ICDAR 2021 best poster paper "Handwritten Mathematical Expression Recognition with Bidirectionally Trained Transformer"

Results 9 BTTR issues
Sort by recently updated
recently updated
newest added

在看代码里,发现有ImageRotaryEmbed

Hi , getting error after adding new token in dictionary.txt Error(s) in loading state_dict for LitBTTR: size mismatch for bttr.decoder.word_embed.0.weight: copying a param with shape torch.Size([113, 256]) from checkpoint, the...

Could you tell me how to generate the offline math expression image from inkml file? My experiment show that a large scale image could improve the result obviously,so I'd like...

Hi , As this model is a bit slower compared to the existing state-of-the-art model on CPU. So I tried to make predictions on GPU and surprisingly it slower on...

hello i don't know how to add scalar to TensorBoard? I want to do this kind of topic, hoping to improve some ExpRate, but I don’t know much about lightning...

我不知道该怎么解决这个问题,希望大家能给点建议,我用的版本是python 3.8 ![image](https://user-images.githubusercontent.com/53121672/219908265-536f4ed6-8d09-4e95-8ff3-cb72e43d2e4c.png)

Traceback (most recent call last): File "train.py", line 1, in from pytorch_lightning.utilities.cli import LightningCLI File "/usr/local/lib/python3.8/dist-packages/pytorch_lightning/__init__.py", line 20, in from pytorch_lightning import metrics # noqa: E402 File "/usr/local/lib/python3.8/dist-packages/pytorch_lightning/metrics/__init__.py", line 15,...

束搜索的时间是训练时间的4倍,这正常吗?

我已经调整了 predict.ipynb 中的 img 为 img.to(torch.float),但是依旧是这个问题 ![微信图片_20240628174930](https://github.com/Green-Wood/BTTR/assets/90363783/5567426d-0392-466b-8f7e-2f24e3b56574)