compress training error curves are not same as the example #1679
Replies: 3 comments 5 replies
-
the descriptor I use: |
Beta Was this translation helpful? Give feedback.
-
Could you also post the learning rate? |
Beta Was this translation helpful? Give feedback.
-
#1680 should fix this issue. However, I found another bug. It will be tracked in #1681. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Version:deepmd-2.1.1
Install: Install with conda
input file:data1(train set),data2(validation set),input_1.json,input_2.json,graph-compress.pb
running commands:
dp freeze -o graph.pb
dp train input_2.json --init-frz-model graph-compress.pb -l train_new.log
I trained a SiO system with 1000000 steps that 200000 steps use original training strategy and 800000 steps use compressed training strategy.Then I draw the rmse_e_val curve,rmse_e_trn curve,rmse_f_val curve and rmse_f_trn curve,but I find that the general trend of the curves are not same as the picture 2([https://zhuanlan.zhihu.com/p/406704835]).The compressed training curve of the first 200000 steps is basically consistent with the original training curve,but the begining of compressed training curve(the begining of 800000 steps )suddenly increased. (I uploaded the curve picture named compare).
whether the checkpoint file generated with 200000 steps original training steps or a file (named model-compression) generated with the compress command(dp compress -i graph.pb -o graph-compress.pb), I failed to draw a curve like that on the site.

Is there a problem with my training process?How to use compressed training strategy?Does compression training apply to such descriptors?whether the checkpoint file generated with 200000 steps original training steps or a file (named model-compression) generated with the compress command(dp compress -i graph.pb -o graph-compress.pb), I failed to draw a curve like that on the site.
Beta Was this translation helpful? Give feedback.
All reactions