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
Currently, we are working on enabling Yamnet to support dynamic shape inference for the Reshape operation.
In this process, we planned to infer all dimensions as unknown when the shape is not CircleConst.
According to our decision, the height, width, and number of channels will be provided to Conv2D in unknown state, resulting an incorrect inference (the unknown dim will be treated as 0).
Therefore, if the height, width, and channels of the IFM are unknown, Conv2D should infer those dimensions as unknown.
The text was updated successfully, but these errors were encountered:
Currently, we are working on enabling Yamnet to support dynamic shape inference for the Reshape operation.
In this process, we planned to infer all dimensions as unknown when the shape is not CircleConst.
According to our decision, the height, width, and number of channels will be provided to Conv2D in unknown state, resulting an incorrect inference (the unknown dim will be treated as
0
).Therefore, if the height, width, and channels of the IFM are unknown, Conv2D should infer those dimensions as unknown.
The text was updated successfully, but these errors were encountered: