linear-transformer-for-table-recognition
linear-transformer-for-table-recognition copied to clipboard
code for participation in ICDAR2021 Table Recognition track (Team Name: LTIAYN = Kaen Context)
训练时报错 TypeError: new_feature_map() missing 1 required positional argument: 'device' ,请问这个要怎么解决? 谢谢!
File "/home/wzping/project/linear-transformer-for-table-recognition/models.py", line 60, in forward self.feature_map.new_feature_map() TypeError: new_feature_map() missing 1 required positional argument: 'device'
运行train的时候出现 undefined symbol: _ZN3c104impl23ExcludeDispatchKeyGuardC1ENS_14DispatchKeySetE这个问题,是不是cuda版本不匹配,能请教一下代码匹配的pytorch版本是多少
Hi, Thanks for sharing your work. Would you mind sharing a pretrained weights file to test ? I could not see any on the repo. Many thanks.
Missing 1 required positional argument "device"
I success python processing_pubtabnet.py then i use command 'python train.py model_dir=base' but get this error 'Error executing job with overrides: ['model_dir=base']'