Graph can not be compressed #2692
Unanswered
Siriusitzy
asked this question in
Q&A
Replies: 1 comment
-
See #787 |
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.
-
Hello! I encountered a model compression problem and hope to seek help from relevant people.
After I trained using deepmd/2.0-cuda11.3, the train.log showed
Then I used "dp compress -i frozen_model.pb -o graph-compress.pb -l compress.log"
No matter if I used deepmd/2.0-cuda11.3, deepmd/2.1, or deepmd/2.2, I got:
It seems that TensorFlow version can not match the graph.So in summary:I trained a model with deepmd/2.0-cuda11.3 and got deprecation warnings about graph_util.extract_sub_graph in train.log,When compressing the model with various deepmd versions, I always got initialization error and protobuf decode error.Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions