workbench
workbench copied to clipboard
openvino/workbench 2022.1 fails to convert model
To reproduce:
- Start DL Workbench 2022.1
- Import the "alexnet" model
- 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:
- Downgrade the protobuf package to 3.20.x or lower.
- 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.