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
First of all, thanks for sharing such as useful code for drug discovery!
I'm interested in MolE and I tested it with example code which is provided from README.md.
After running training code below
"mole_train model=finetune data_file='data/TDC_Half_Life_Obach_train_seed0.parquet' checkpoint_path=null dropout=0.1 lr=1.0e-06 task=regression num_tasks=1 model.name='MolE_Finetune_Regression' model.hyperparameters.datamodule.validation_data='data/TDC_Half_Life_Obach_valid_seed0.parquet'"
I tested prediction but I got almost same predicted value from different molecules.
Dear developers,
First of all, thanks for sharing such as useful code for drug discovery!
I'm interested in MolE and I tested it with example code which is provided from README.md.
After running training code below
"mole_train model=finetune data_file='data/TDC_Half_Life_Obach_train_seed0.parquet' checkpoint_path=null dropout=0.1 lr=1.0e-06 task=regression num_tasks=1 model.name='MolE_Finetune_Regression' model.hyperparameters.datamodule.validation_data='data/TDC_Half_Life_Obach_valid_seed0.parquet'"
I tested prediction but I got almost same predicted value from different molecules.
Should I train with more larger max_epochs (default is 100) to get more accurate model?
Any advice will be greatly appreciated.
Thanks!
@iwatobipen
The text was updated successfully, but these errors were encountered: