8000 Error: Argument shapes are inconsistent · Issue #6 · bes-dev/random_face · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Error: Argument shapes are inconsistent #6
Open
@OmPrakash4

Description

@OmPrakash4

I am getting an error while trying a simple program. Could you please assist on how to fix this issue.

engine = random_face.get_engine()
random_face = engine.get_random_face()

Traceback (most recent call last):
File "./scripts/generate_random_fvs.py", line 8, in
engine = random_face.get_engine()
File "/home/omprakash/github/CassiniServer/venv/lib/python3.8/site-packages/random_face/random_face.py", line 29, in get_engine
return EngineOpenvino(cfg)
File "/home/omprakash/github/CassiniServer/venv/lib/python3.8/site-packages/random_face/engine_openvino.py", line 39, in init
self.snet_exec = self.ie.load_network(network=self.snet, device_name="CPU")
File "ie_api.pyx", line 413, in openvino.inference_engine.ie_api.IECore.load_network
File "ie_api.pyx", line 457, in openvino.inference_engine.ie_api.IECore.load_network
RuntimeError: Check 'PartialShape::broadcast_merge_into(pshape, node->get_input_partial_shape(i), autob)' failed at core/src/op/util/elementwise_args.cpp:30:
While validating node 'v1::Multiply Multiply_9566 (Mul_39_copy[0]:f32{512,512,3,3}, Constant_9519[0]:f32{1,512,4,4}) -> (dynamic...)' with friendly_name 'Multiply_9566':
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

      0