Estimate Memory Usage (GPU) Roughly #291
Replies: 2 comments
-
deepmd-kit/source/train/env.py Line 46 in bc01883 change to return tf.ConfigProto(intra_op_parallelism_threads=intra, inter_op_parallelism_threads=inter,
gpu_options=tf.GPUOptions(allow_growth=True)
) See tensorflow/tensorflow#1578 (comment). Then you will see the real memory usage from |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your reply. May I ask that how many particles are normally taken for training (concerning less memory available on GPU)? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I met problems of out of memory on GPU (11GB) for a system with 880 beads (1 batch of 3750 frames) and with 3 layers DNN (basically using the descriptor setting up of water_se_a.json for testing).
Is there a simple way to estimate the memory usage for the training system?
Beta Was this translation helpful? Give feedback.
All reactions