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
What I would expect is that the Output tensor of Mul_0 is still Mul_0_out0 and not Sub_0_out0. A similar thing happens for the Sub_0 node, here the output becomes Quant_9_out0 instead of Sub_0_out0. And interestingly Quant_9 is the next node, so it looks like the tensors got moved up by one position.
Since I'm not touching the names of the tensors during the transformation, these changed names would lead me to believe that some tensors get moved into places where they shouldn't be.
Prerequisites
Please make sure to check off these prerequisites before submitting a bug report.
Quick summary
This is technically two bugs:
MoveChanLastUpstream
transformation not properly maintaining order.Steps to Reproduce
to_channels_last
utility on theCNV_W2A2.onnx
file from the model zooCNV_W2A2_channels_last.onnx
in NetronExpected behavior
Actual behavior
Optional
Possible fix
Some ideas on fixes:
GiveUniqueNodeNames
andGiveReadableTensorNames
again after the transformationThe text was updated successfully, but these errors were encountered: