Skip to content

Request for input shapes to be specified #1581

@danielliuce

Description

@danielliuce

Feature request

Currently,
optimum-cli does not provide a way to specify static input shapes, it defaults to dynamic shapes.

An example would be:
optimum-cli export openvino --model microsoft/resnet-50 graph_convert -> optimum-cli export openvino --model microsoft/resnet-50 graph_convert --input_shapes [1, 3, 224, 224]

Motivation

Specifying a static shape in OpenVINO IR is nice to have for the Intel/Altera FPGA AI Suite toolchain which does not support dynamic input shapes of OpenVINO IR at the moment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions