Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

[IE-clDNN] IE-clDNN doesn't support depthwise_multiplier >1 #752

@Christywl

Description

@Christywl

Test Env:
Chromium Version: nightly build 75.0.3739.0 (3acec85)
Platform: Linux

Expected Result:
The tests should pass.

Actual Result:
depthwise_multiplier 2 is not supported:
model.setOperandValue(channelMultiplier, new Int32Array([2]));

[25378:25486:0423/093440.913685:ERROR:compilation_delegate_ie.cc(563)]depthwise_multiplier 2 is not supported

How to Reproduce:
Launch chromium with
/usr/bin/chromium-browser-unstable --no-sandbox --use-inference-engine and visit

Emotion Analysis examples( SSD MobileNet v1/ SSD MobileNet v2/SSDLite MobileNet v2) don't work since this:

depthwise_multiplier 32 is not supported

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingp3

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions