- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to reshape the batch size of a network, using Reshape API. While executing, I am getting the following issue :
RuntimeError: Failed to infer shapes for FullyConnected layer, New shapes not matching weights size.
I didn't understand the exact reason for the error. As in Shape Inference Documentation, FullyConnected is one of the supported layers. Does there any issue with Reshape Function or something went wrong in my understanding.
Thank You.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Ramachandruni, Anjaneya Srujit,
Sorry that you are having trouble. Is this for the CPU ?
Do you think possibly your model is breaking one of these rules ? Source : http://docs.openvinotoolkit.org/latest/_docs_IE_DG_ShapeInference.html
Limitations
Shape Inference is a preview feature with a set of limitations:
Reshape layer might not work correctly for TensorFlow* models if its shape and parameters are dynamically depend on other layers (for example, for the pre-trainned vehicle-license-plate-detection-barrier-0107 model).
Models with fixed dimensions in the dim attribute of the Reshape layer can't be resized.
Shape inference for Interp layer works for almost all cases, except for Caffe models with fixed width and height parameters (for example, semantic-segmentation-adas-0001).
If you would like me to debug this further please attach your model and inference code as a *.zip. If you'd prefer to do this privately let me know and I will PM you.
Let me know,
Thanks,
Shubha
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page