-
Notifications
You must be signed in to change notification settings - Fork 203
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request