Is there a way to load a network only uising .xml file, i.e., without .bin file? #19207
Replies: 1 comment
-
Bin file contain weights for the model. |
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
-
Hi, currently the following codes in Python can load a model:
Is there a way to load a randomly-initialized model with only the xml file? Or can I manually create a (random) bin file?
Beta Was this translation helpful? Give feedback.
All reactions