Replies: 1 comment
-
Currently, |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
When I use dp train --init_frz_model frozen_model.pb input.json, I came across the problem:
RuntimeError: The input frozen model: frozen_model.pb has no 'model_type' information, which is not supported by the 'dp train init-frz-model' interface.
What's more, if I use the convert-from to convert the frozen_model.pb from 1.2 and then use the --init-frz-model, the new error tells me:
ValueError: Node 'model_attr/model_version' is not unique
Is there any way to solve it? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions