Env
cuda: 8.0
cudnn: 7.0
dnndk: 20190624 version
decent: 1.2.5
dnnc: 2.05
dpu target: 1.4.0.1
Problem
when compiling a multitask model which uses normal mobilenet as feature extractor, SSD branch for detection and upsamples branch for segmentation. Last part of the model is like this:

The upsample branch just has some deconvolution layer. When compiling the model using dnnc, I met this error:

Do you guys have any about the error?
Best regards,