You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: