Replies: 1 comment 4 replies
-
In the example, the number of nodes in the embedding network of descriptors is only 1/4 of that in the fitting network ( |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I was expecting that by freezing the descriptors I would reduce significantly the time required for the training but what I get is about 10% speed up only.
For this test, I am using the water/se_atten example, in which I changed "axis_neuron" to 40.
If I set "descriptors/trainable" to false I get the following result:
while with "descriptors/trainable" set to true:
By fixing a large portion of the trainable parameters shouldn't I get more speed up?
I am using 4 gpus (Tesla V100), cuda 10.1, TF 2.3.0 and deepmd v2.2.1 (installed with pip)
I also have observed similar behavior with the example se_e2_a/.
Thanks
Omar
Beta Was this translation helpful? Give feedback.
All reactions