-
Notifications
You must be signed in to change notification settings - Fork 70
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
Reproduce BBBP result #2
Comments
Firstly, thanks to the authors for the easy-to-use codebase, it's deeply appreciated! I can confirm that I have the same issue as @yuhui-zh15 for BBBP, in my case I get 3-fold cross validation
Seed 0 ==> test auc = 0.901969
Seed 1 ==> test auc = 0.903515
Seed 2 ==> test auc = 0.876906
overall_scaffold_balanced_test_auc=0.894130
std=0.012196 I have done multiple runs and played around with a few things including activating and deactivating I will experiment with the large model and some of the other endpoints to see if I have any luck reproducing any of the results. |
p.s. the downloadable fine-tuned models seem to be much larger than the base model and of varying sizes, so perhaps different hyperparameters were used for each endpoint and even ensembles in some cases? Unfortunately I am having difficulties downloading them to verify. |
I tried to finetune the large model, but it seems it is even worse than the base model.
|
Thanks to the author for providing the source code.
The test auc (0.895133) is lower than the value reported in the paper (0.936). |
Hello, I also encountered the same problem as you. Have you solved it? @yuhui-zh15 @TWRogers @WenjinW |
Hi, thanks for your great work and clear documentation! I'm trying to reproduce your result on BBBP. However, while I followed the exact setting in the README, there seems to be a huge gap between my result (89.4) and the reported number (93.6). I listed all the steps that are fully reproducible. Could you check if there is anything wrong with my side? Thanks a lot for your help in advance!
The training log (
quiet.log
) is:The text was updated successfully, but these errors were encountered: