Summary
How to change, or reshape, the input shape of a model.
Description
- Failed to prepare inputs for a cascade of networks.
- The output for the first model is in CHW layout but the input for the second model is in NCHW layout.
Resolution
Use InferenceEngine::CNNNetwork::reshape to set new input shapes for your first model that does not have batch dimension into NCHW layout.