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 compile and execute a PyTorch model containing torch.nn.functional.max_pool1d using OpenVINO, an exception is raised with the message "object is not initialized." This occurs during the inference step when calling the compile_model.
Step-by-step reproduction
Execute the following script, which reproduces the issue:
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 compile and execute a PyTorch model containing
torch.nn.functional.max_pool1d
using OpenVINO, an exception is raised with the message "object is not initialized." This occurs during the inference step when calling the compile_model.Step-by-step reproduction
Relevant log output
Issue submission checklist
The text was updated successfully, but these errors were encountered: