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
Our API now use explicit padding to process the 'valid' and 'same' PaddingCode, will cause that some new OpenVINO models (IR v10) such as FaceNet fail to run, error is shown as below:
The reason is the difference between models with different versions:
conv2d properties in facenet model of old version:
conv2d properties in facenet model of new version:
Our API now use explicit padding to process the 'valid' and 'same' PaddingCode, will cause that some new OpenVINO models (IR v10) such as FaceNet fail to run, error is shown as below:
The reason is the difference between models with different versions:

conv2d properties in facenet model of old version:
conv2d properties in facenet model of new version:
