intel / webml-polyfill

Deprecated, the Web Neural Network Polyfill project has been moved to https://github.com/webmachinelearning/webnn-polyfill
Apache License 2.0
161 stars 42 forks source link

[clDNN] "InvalidStateError: startCompute fail: 6" occurs for DEPTHWISE_CONV_2D and ATROUS_DEPTHWISE_CONV_2D operations #244

Open Christywl opened 5 years ago

Christywl commented 5 years ago

Test Env: Chromium Version: nightly build 70.0.3503.0 (b7ce158) Platform: Windows(Dell XPS 13), Linux Ubuntu 16.04

Expected Result: The test should pass.

Actual Result:

InvalidStateError: startCompute fail: 6

[7179:7724:0327/151014.387124:ERROR:execution_impl_cl_dnn.cc(24)] [clDNN] failed to allocate network -1 /home/nhu/code/clDNN/src/convolution.cpp at line: 200
Error has occured for: 7-func
Weights feature maps number(=0) is less than: input feature maps number(=1)
Weights/ifm mismatch

[7179:7724:0327/151014.387442:ERROR:execution_impl_cl_dnn.cc(59)] Execution is not initialized successfully

How to Reproduce:

  1. Launch chromium and enable WebML flag
  2. Run the tests:
ibelem commented 5 years ago

It may block mobilenet example with onnx format. Raise priority.

huningxin commented 5 years ago

@ibelem , could you please confirm the onnx mobile issue? What are the reproduce steps? Thanks!

pinzhenx commented 5 years ago

@huningxin I have the results of mobilenet. Please refer to https://github.com/intel/webml-polyfill/issues/243#issuecomment-441970369

Christywl commented 5 years ago

Update the latest results: This issue also happened for some ATROUS_DEPTHWISE_CONV_2D tests on nightly build 1e6cc6e: https://brucedai.github.io/nt/test/issue_atrous_depthwise_1.html?backend=cldnn