lsj2408 / Transformer-M

[ICLR 2023] One Transformer Can Understand Both 2D & 3D Molecular Data (official implementation)

Home Page:https://arxiv.org/abs/2210.01765

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question about chechpoint

Jesse-zjx opened this issue · comments

Thanks for your amazing work!
I wonder why download link of checkpoint is not to a '*.pt' file?

Hi, could you please check the link again? By my side the link works well.

hey. I just check the newest link of L12_old, it does work. but the links of L12 and L18 are still not work. when I download it, it will give me a zip file. after unzip, a folder called archive, no *.pt inside. maybe problem of macos?

Hi~ You could directly load the L12 via pytorch: ckpt=torch.load('L12')