chao1224 / GraphMVP

Pre-training Molecular Graph Representation with 3D Geometry, ICLR'22 (https://openreview.net/forum?id=xQUe1pOKPam)
https://chao1224.github.io/GraphMVP
MIT License
164 stars 21 forks source link

Pretrained Model for Classification Task #18

Closed kdmsit closed 1 year ago

kdmsit commented 1 year ago

I am trying to finetune the Pre-trained GraphMVP model on some classification tasks. I am not able to find the path or location for the pre-trained weights for GraphMVP. In the shared google drive link, I found the pre-trained weights for regression tasks. Could you please provide the pre-trained weights of GraphMVP for the classification task (Table-1 in paper)

chao1224 commented 1 year ago

Hi @kdmsit , it should be the output.zip file.

Now I just renamed the two as:

Feel free to check.

kdmsit commented 1 year ago

Thanks for the quick reply. There are many versions in the output directory.

3D_hybrid_02_masking/GEOM_3D_nmol50000_nconf5_nupper1000/CL_1_VAE_1/6_51_10_0.1/0.3_EBM_dot_prod_0.1_normalize_l2_detach_target_2_100_0 3D_hybrid_02_masking/GEOM_3D_nmol50000_nconf5_nupper1000/CL_1_VAE_1/6_51_10_0.1/0.15_EBM_dot_prod_0.2_normalize_l2_detach_target_2_100_0 3D_hybrid_03_masking/GEOM_3D_nmol50000_nconf5_nupper1000/CL_1_VAE_1_AM_1/6_51_10_0.1/0.3_EBM_dot_prod_0.05_normalize_l2_detach_target_2_100_0 3D_hybrid_03_masking/GEOM_3D_nmol50000_nconf5_nupper1000/CL_1_VAE_1_AM_1/6_51_10_0.1/0.15_EBM_dot_prod_0.05_normalize_l2_detach_target_2_100_0 3D_hybrid_03_masking/GEOM_3D_nmol50000_nconf5_nupper1000/CL_1_VAE_1_CP_0.1/6_51_10_0.1/0.3_EBM_dot_prod_0.1_normalize_l2_detach_target_1_100_0 3D_hybrid_03_masking/GEOM_3D_nmol50000_nconf5_nupper1000/CL_1_VAE_1_CP_0.1/6_51_10_0.1/0.15_EBM_dot_prod_0.2_normalize_l2_detach_target_2_100_0

Which one to choose for best results?

chao1224 commented 1 year ago

Hi @kdmsit,

These six models correspond to the following:

You can find their performance in Table 1&2.

I also want to highlight two things:

kdmsit commented 1 year ago

Thanks a lot for the clarification.