-
Notifications
You must be signed in to change notification settings - Fork 157
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
[one-optimize] shape changed <-1x...> to <0x...> after pad op #13573
Comments
Have you recently updated Netron? |
I also checked ➜ circledump mv2.opt.circle | grep -A 5 PAD
O(0:4) PAD
I T(0:12) mobilenetv2_1.00_224/block_1_expand_relu/Relu6;mobilenetv2_1.00_224/block_1_expand_BN/FusedBatchNormV3;mobilenetv2_1.00_224/block_12_project/Conv2D;mobilenetv2_1.00_224/block_1_expand/Conv2D
I T(0:13) mobilenetv2_1.00_224/block_13_pad/Pad/paddings
O T(0:14) mobilenetv2_1.00_224/block_1_pad/Pad
|
No, I didn't update Netron, recently.
Before running |
from attached tflite file, I see it begins with unknown I am using Netron 7.8.1, Windows version. with circle file from
where |
Thank you for checking. I figured out my netron version is old ( I used netron 7.4... ). (+) I changed this issue's title, because I figured out that the problem is that the shape changed -1 to 0 after pad node. |
Yes, reproduced. I'll analysis the cause... |
Current implementation has a bug with unknown shape. it doesn't check it's status(unknown/known). I assume there will be other Ops that will have this same error. Are you urgent with this issue? If not, fix will go with low urgency. |
It is NOT urgent. Fixing it slowly doesn't problem at all. |
This issue might be related - #5683 |
This issue might be related to #13697 |
What?
While converting mobileNetV2 tflite to circle file,
?
0
appeared in the shape ofPad
's output.I found this issue while trying :
tflite -> circle -> optimized circle
tflite
circle
optimized circle
?
appeared in output of pad shapeHow to reproduce
(+) Here is tflite file and cfg for onecc
get mobile-net-v2 tflite file
convert to circle
mv.cfg
and runonecc -C mv.cfg
1.28.0
.The text was updated successfully, but these errors were encountered: