sipeed / Maix_Toolbox

Maix Toolbox: Collections of model scripts
Apache License 2.0
82 stars 41 forks source link

Layer Conv2d is not supported #5

Open jpiat opened 5 years ago

jpiat commented 5 years ago

I'm trying to convert a model that does sound classification through (mel spectrogram images). At the last step to generate to a kmodel, i get the following error:

Fatal: Layer Conv2d is not supported

hat do i need to do ? Change my model, or fix something else (how can you do image classifications without a conv2D layer ...