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

chemprop_model details #26

Open
gdev7 opened this issue Jun 11, 2021 · 2 comments
Open

chemprop_model details #26

gdev7 opened this issue Jun 11, 2021 · 2 comments

Comments

@gdev7
Copy link

gdev7 commented Jun 11, 2021

python finetune_generator.py --train ${ACTIVE_MOLECULES} --vocab data/chembl/vocab.txt --generative_model ckpt/chembl-pretrained/model.ckpt --chemprop_model ${YOUR_PROPERTY_PREDICTOR} --min_similarity 0.1 --max_similarity 0.5 --nsample 10000 --epoch 10 --threshold 0.5 --save_dir ckpt/finetune

The details about "chemprop_model" is not given properly. Is it related to chemprop python package? chemprop python package can train a model for property prediction. However I could not find a way to save the model which I could use in here.

Thanks
Prosun

@kevingreenman
Copy link

Found this issue while responding to a similar question on the chemprop repo. Hopefully that helps if you were still wondering this.

@orubaba
Copy link

orubaba commented Jun 28, 2023

Hi, I have a question on ${ACTIVE_MOLECULES}. is it smile.txt file or what should the list look like?

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

3 participants