Replies: 1 comment 2 replies
-
Are the frames in the smaller dataset also 900 atoms? Are they significantly more dense? Are you running on the same GPU? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a model trained on 4000 frames on a 900 atoms surface-water system. After I have the model, I want to finetune it on a smaller dataset with 400 frames. While doing the training crashes with the OOM error:
I am using
l_max: 1
andr_max: 5.0
andnum_layers: 6
with a batch size of 1. I'm not sure if I should change any other parameters to solve this errorBeta Was this translation helpful? Give feedback.
All reactions