GreenWaves-Technologies / gap_sdk

SDK for Greenwaves Technologies' GAP8 IoT Application Processor
https://greenwaves-technologies.com/en/gap8-the-internet-of-things-iot-application-processor/
Apache License 2.0
137 stars 75 forks source link

Issue with nntool for custom model #247

Closed brupa9 closed 2 years ago

brupa9 commented 3 years ago

Hello,

I created an SSD model by using transfer learning on the efficientdet_lite0 model. When I try to generate the ATModel.c I get the following issue :

EXCEPTION of type 'NotImplementedError' occurred with message: 'Don't know how to generate kernel for parameter type DEQUANTIZE_0_265 quantize. Perhaps you need to run fusions -a expression_matcher.'

Running fusions doesn't change anything, is there a way to workaround this error ?

Thanks for your help

sousoux commented 2 years ago

Close. No activity.

jessicatingley commented 4 weeks ago

Hi, I am wondering how this issue was resolved. I am currently getting the same issue with a different parameter type: image

Running fusions doesn't change anything as in the previous user's issue Thank you for your help.

brupa9 commented 4 weeks ago

@jessicatingley Unfortunately I've never resolved this issue