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

Training time on the Residue (RES) Dataset #7

Open
tuanle618 opened this issue Sep 26, 2022 · 0 comments
Open

Training time on the Residue (RES) Dataset #7

tuanle618 opened this issue Sep 26, 2022 · 0 comments

Comments

@tuanle618
Copy link

Hi Bowen,

thanks for sharing this nice code base of the GVP model in combination with the Atom3D benchmark.
I am currently running the Residue https://www.atom3d.ai/res.html benchmark and noticed that the dataset is quite large with 3,733,710 samples in the training set (See Appendix D.3 in https://arxiv.org/pdf/2012.04035.pdf) - I was wondering how long you trained the GVP-GNN on the RES dataset? In the default arguments, the maximum training time per epoch is set to 120 minutes.

parser.add_argument('--train-time', metavar='MINUTES', type=int, default=120,
help='maximum time between evaluations on valset, default=120 minutes')

I am currently training a similar model to GVP using batch-size 32 on the RES dataset and require ~5.5hours on an NVIDIA V100 GPU per epoch. Could you tell me, how long you trained your model to obtain 0.527 ± 0.003 test accuracy?

Thanks!

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

1 participant