-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
model optimizer failure with different dilation parameters for width and height #65
Labels
Comments
Correcting the xml file manually solves the issue but it is tedious and error prone. Need to correct the parser of the optimizer. |
@xonobo, is this issue still actual? |
It seems that the issues is not actual anymore as no response. Closing it. Feel free to reopen it or create a new one. |
ceciliapeng2011
referenced
this issue
in ceciliapeng2011/openvino
May 25, 2021
Enable onnx importer back
eshoguli
pushed a commit
to eshoguli/openvino
that referenced
this issue
Jun 1, 2021
* Azure CI: Add "ref: releases/2021/3" * Fix Klocwork issues in Java * Updated arm plugin build script (openvinotoolkit#65) * Fix some Klocwork issues * Update README.md (openvinotoolkit#76) * Fixed Convolution fusion (openvinotoolkit#84) * Remove MO deps from mo_pytorch module (openvinotoolkit#93) Co-authored-by: azhogov <[email protected]> Co-authored-by: Dmitry Kurtaev <[email protected]> Co-authored-by: Aleksandr Voron <[email protected]> Co-authored-by: Liubov Batanina <[email protected]>
slyalin
added a commit
to mvafin/openvino
that referenced
this issue
Dec 20, 2022
…append_listunpack_transform Add transformations for `prim::ListUnpack`
akashchi
pushed a commit
to akashchi/openvino
that referenced
this issue
Dec 6, 2023
…factor Rename getPrecision() to getElementType()
dmatveev
added a commit
to dmatveev/openvino
that referenced
this issue
Jun 12, 2024
Update NPUW with the latest master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I can get an IR model of a caffe model by the model optimizer but when I look at the xml output I see that the repeated dilation paramaters for height and width are not parsed by the model optimizer.
Here is the convolutional layer in caffe prototxt:
and this is the corresponding xml output of the MO:
The dilations in the xml should be "1,2". Is there any work around or solution to this case?
The text was updated successfully, but these errors were encountered: