Skip to content

Argument shapes are inconsistent OpenVINO issue ?  #10

@DasWoobert

Description

@DasWoobert

https://colab.research.google.com/drive/19_opEUZlzejX8LpsrAGxbWiruaF5gVnE?usp=sharing

RuntimeError Traceback (most recent call last)
in <cell line: 6>()
4 import random_face
5
----> 6 engine = random_face.get_engine()
7 face = engine.get_random_face()
8 cv2_imshow(face)

1 frames
/content/random_face/random_face/engine_openvino.py in init(self, cfg)
37 # synthesis network
38 self.snet = self.ie.read_network(model=F.res_path(cfg["snet_xml"]), weights=F.res_path(cfg["snet_bin"]))
---> 39 self.snet_exec = self.ie.load_network(network=self.snet, device_name="CPU")
40 # init style_mean
41 self.style_mean = self.get_style_mean(cfg["n_samples"])

ie_api.pyx in openvino.inference_engine.ie_api.IECore.load_network()

ie_api.pyx in openvino.inference_engine.ie_api.IECore.load_network()

RuntimeError: Check 'T::broadcast_merge_into(output_shape, input_shapes[1], autob)' failed at src/core/shape_inference/include/utils.hpp:42:
While validating node 'opset1::Multiply Multiply_10232 (Mul_39_copy[0]:f32[512,512,3,3], Constant_10185[0]:f32[1,512,4,4]) -> (dynamic[...])' with friendly_name 'Multiply_10232':
Argument shapes are inconsistent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions