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
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.
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!
The text was updated successfully, but these errors were encountered:
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.
gvp-pytorch/run_atom3d.py
Lines 16 to 17 in 82af6b2
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!
The text was updated successfully, but these errors were encountered: