You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to convert a TorchScript module using torch.nn.BatchNorm1d to an OpenVINO IR model using OpenVINO's ov.convert_model function, the conversion process fails with an OpConversionFailure error: "Input element types do not match".
### Details:
- *Support any float type for batch norm*
- *Tests for fp16 sporadically fail by accuracy and fp64 is not
supported by torch, will not update tests this time.*
### Tickets:
- *#23538*
### Details:
- *Support any float type for batch norm*
- *Tests for fp16 sporadically fail by accuracy and fp64 is not
supported by torch, will not update tests this time.*
### Tickets:
- *openvinotoolkit#23538*
alvoron
pushed a commit
to alvoron/openvino
that referenced
this issue
Apr 29, 2024
### Details:
- *Support any float type for batch norm*
- *Tests for fp16 sporadically fail by accuracy and fp64 is not
supported by torch, will not update tests this time.*
### Tickets:
- *openvinotoolkit#23538*
OpenVINO Version
2024.0.0-14509-34caeefd078-releases/2024/0
Operating System
Ubuntu 18.04 (LTS)
Device used for inference
CPU
Framework
PyTorch
Model used
Given in the following script
Issue description
When attempting to convert a TorchScript module using torch.nn.BatchNorm1d to an OpenVINO IR model using OpenVINO's ov.convert_model function, the conversion process fails with an OpConversionFailure error: "Input element types do not match".
Step-by-step reproduction
Relevant log output
Issue submission checklist
The text was updated successfully, but these errors were encountered: