Compressed model creates "Out of memory" error but the uncompressed model does not #4472
Replies: 2 comments 3 replies
-
How much memory do you have? What is your training parameter? |
Beta Was this translation helpful? Give feedback.
-
I have 512 GB memory and the training input file is as follows: {
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I have trained a V-H potential with 3 layers: training net=240x240x240 and embedding net=50x100x200.
The uncompressed frozen model is about 15 MB size. However the compressed model is 550 MB size.
When I run a lammps simulation using a 1024 atoms model using the compressed model, then I get a "Out of memory" error. However, when I run the same simulation with an uncompressed model the simulation runs just fine. Is my assessment correct that the "Out of memory" is caused by large size of compressed model?
In another instance of training, with same training parameters, the compressed model is only 150 MB where the simulation runs without any error.
Could you please explain why the same training parameters may lead to different size compressed models?
Beta Was this translation helpful? Give feedback.
All reactions