lsj2408 / Transformer-M

[ICLR 2023] One Transformer Can Understand Both 2D & 3D Molecular Data (official implementation)
https://arxiv.org/abs/2210.01765
MIT License
201 stars 24 forks source link

unrecognized arguments error when using provided evaluation code #10

Closed koalaaaaaaaaa closed 1 year ago

koalaaaaaaaaa commented 1 year ago

Hi, here is what confused me. I tried to run the code provided in README.md:

image

but I got the following error:

evaluate.py: error: unrecognized arguments: --add-3d --num-3d-bias-kernel 128 --droppath-prob 0.1 --act-dropout 0.1 --mode-prob 0.2,0.2,0.6

It seems strange, could you help me with it?

koalaaaaaaaaa commented 1 year ago

original code provided in README.md is OK, maybe due to my personal modifications