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 ...
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 ...