UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
10-10-2019 09:15 AM
Hello,
I am using DNNDK_v3.1. It seems that the split operation is not supported. I want to know how to overcome the problem if I want to deploy the split action on CPU. I have tried --ignore_nodes option when using decent_q quantize but it doesn't work.
Below is the warning during decent_q quantize
[DEPLOY WARNING] Node res1/split(Type: Split) is not quantized and cannot be deployed to DPU,because it has unquantized input node: res1/split/split_dim. Please deploy it on CPU.
[DEPLOY WARNING] Node res2/split(Type: Split) is not quantized and cannot be deployed to DPU,because it has unquantized input node: res2/split/split_dim. Please deploy it on CPU.
[DEPLOY WARNING] Node res3/split(Type: Split) is not quantized and cannot be deployed to DPU,because it has unquantized input node: res3/split/split_dim. Please deploy it on CPU.
[DEPLOY WARNING] Node res4/split(Type: Split) is not quantized and cannot be deployed to DPU,because it has unquantized input node: res4/split/split_dim. Please deploy it on CPU.
[DEPLOY WARNING] Node res5/split(Type: Split) is not quantized and cannot be deployed to DPU,because it has unquantized input node: res5/split/split_dim. Please deploy it on CPU.
[DEPLOY WARNING] Node res6/split(Type: Split) is not quantized and cannot be deployed to DPU,because it has unquantized input node: res6/split/split_dim. Please deploy it on CPU.
[DEPLOY WARNING] Node res7/split(Type: Split) is not quantized and cannot be deployed to DPU,because it has unquantized input node: res7/split/split_dim. Please deploy it on CPU.
[DEPLOY WARNING] Node res8/split(Type: Split) is not quantized and cannot be deployed to DPU,because it has unquantized input node: res8/split/split_dim. Please deploy it on CPU.
[DEPLOY WARNING] Node res9/split(Type: Split) is not quantized and cannot be deployed to DPU,because it has unquantized input node: res9/split/split_dim. Please deploy it on CPU.
[DEPLOY WARNING] Node res10/split(Type: Split) is not quantized and cannot be deployed to DPU,because it has unquantized input node: res10/split/split_dim. Please deploy it on CPU.
[DEPLOY WARNING] Node res11/split(Type: Split) is not quantized and cannot be deployed to DPU,because it has unquantized input node: res11/split/split_dim. Please deploy it on CPU.
[DEPLOY WARNING] Node res12/split(Type: Split) is not quantized and cannot be deployed to DPU,because it has unquantized input node: res12/split/split_dim. Please deploy it on CPU.
[DEPLOY WARNING] Node res13/split(Type: Split) is not quantized and cannot be deployed to DPU,because it has unquantized input node: res13/split/split_dim. Please deploy it on CPU.
[DEPLOY WARNING] Node res14/split(Type: Split) is not quantized and cannot be deployed to DPU,because it has unquantized input node: res14/split/split_dim. Please deploy it on CPU.
And the error during dnn compile
Compiling Network resnet_v1_50
DNNDK : 3.1
Board Name : Ultra96
DCF file : /home/sunwy/xilinx/dnndk/xilinx_dnndk_v3.1/host_x86/dcf/Ultra96.dcf
CPU Arch : arm64
DNNC Mode : debug
dnnc version v3.00
DPU Target : v1.4.0
Build Label: Aug 9 2019 13:19:12
Copyright @2019 Xilinx Inc. All Rights Reserved.
[DNNC][Error] 'Const' op should be fused with current op [Split] by DECENT.
10-14-2019 10:38 AM
hello,
was the calibration dataset provided for quantization?