THUNLP-MT / GET

This repo contains the codes for our paper "Generalist Equivariant Transformer Towards 3D Molecular Interaction Learning" (ICML 2024).
https://proceedings.mlr.press/v235/kong24b.html
MIT License
19 stars 3 forks source link

import but code not found. #1

Open realfenston opened 1 week ago

realfenston commented 1 week ago

Thanks for your nice work! For those encoders not included in the repo, like from .EGNN.encoder import EGNNEncoder and etc. where can i find their corresponding code files?

kxz18 commented 20 hours ago

Sorry I forgot to include the codes of these baselines. I've now uploaded them. But for some of them (e.g. equiformer) whose dependencies are quite complicated, you may need to figure out the missing packages if you want to use them under this framework.

realfenston commented 13 hours ago

Thx a lot. I will try it out!