-
Hi, I would like to try MACE on my own bulk hydrogen dataset and ran out of memory on my first attempt. I am well aware that my setup is somewhat big (samples with up to N = 250, local environments with up to ~150 neighbors if the cutoff is 3.0) but it is not clear to me how much of this issue is due to my setup vs the implementation. Below I've pasted the input, log, and error messages. Any advice would be appreciated! input:
log:
error:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I am wondering if it is ever the right regime for any system to have 150 neighbors in one layer. Maybe decrease the cutoff? |
Beta Was this translation helpful? Give feedback.
-
I think your GPU seems to have quite small memory. Few things to try are float32 and smaller batch size, maybe go to even 2 or 3. And of course you can also decrease the size of the model to 80x0e+80x1o. |
Beta Was this translation helpful? Give feedback.
I think your GPU seems to have quite small memory. Few things to try are float32 and smaller batch size, maybe go to even 2 or 3. And of course you can also decrease the size of the model to 80x0e+80x1o.
I don’t think the number of neighbours should be the source of a memory overflow problem.