Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

openvino/workbench 2022.1 fails to convert model #80

Open
dnoliver opened this issue Jun 16, 2022 · 0 comments
Open

openvino/workbench 2022.1 fails to convert model #80

dnoliver opened this issue Jun 16, 2022 · 0 comments
Labels
WIP PR is a Work In Progress and won't be reviewed until finished

Comments

@dnoliver
Copy link
Collaborator

To reproduce:

  1. Start DL Workbench 2022.1
  2. Import the "alexnet" model
  3. Convert the model

Expected: Model should be converted to IR format
Actual: Model conversion fails.

In the server log, you can see an error message complaining about the protobuf version. It proposes 2 workarounds:

  1. Downgrade the protobuf package to 3.20.x or lower.
  2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).

I have tested both workarounds, and they work fine.

@yatarkan yatarkan added the WIP PR is a Work In Progress and won't be reviewed until finished label Feb 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
WIP PR is a Work In Progress and won't be reviewed until finished
Projects
None yet
Development

No branches or pull requests

2 participants