training with existing graph.pb #3322
Unanswered
evenfarther
asked this question in
Q&A
Replies: 1 comment
-
I guess the pre-trained |
Beta Was this translation helpful? Give feedback.
0 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.
-
Dear DeepMD-kit developers.
Hello! thank you for providing the wonderful code!
I have a simple question.
i want to train a new model with pre-trained graph.pb.
so, i use 'dp train -f graph.pb' to train a new model.
after training is completed, i freeze the model using 'dp freeze -o graph.pb'
then, i compress the model by 'dp compress -i graph.pb -o graph_compressed.pb -t input.json'.
however, this error message occured.
RuntimeError: The input frozen model has already been compressed! Please do not compress the model repeatedly.
Beta Was this translation helpful? Give feedback.
All reactions