Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question regarding encoder-decoder #6

Open
orgw opened this issue Jan 20, 2023 · 1 comment
Open

question regarding encoder-decoder #6

orgw opened this issue Jan 20, 2023 · 1 comment

Comments

@orgw
Copy link

orgw commented Jan 20, 2023

Hi longlongman,

I've tried using your encoder-decoder on CASP-ligands but wasn't successful in fully decoding(recovering) the ligands after encoding (molecule cut off, some atoms missing)

I'm suspecting whether if it's because the patch size for the shapepretrainingencoder is too small? or maybe due to maxlen_coef being too small?

any ideas on getting the full molecule?

thanks

@longlongman
Copy link
Owner

Both two statements (small patch size & small maxlen_coef) can be the reasons. For the patch size, you can not adjust it easily because it is bound to the model parameter. The only way to enlarge the patch size is to train a new model. For maxlen_coef, you can set any value you want without re-training.

p.s. theoretically speaking, because the model is based on deep learning, it can not be 100% sure to give you the full molecule.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants