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

openvino/workbench 2022.1 fails to convert model  #80

@dnoliver

Description

@dnoliver

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    WIPPR is a Work In Progress and won't be reviewed until finished

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions