NOT IMPLEMENTED: Shape with 1 dimensions not supported: (1,)?
I naively imported the well known [YAMNet](https://github.com/tensorflow/models/tree/master/research/audioset/yamnet) - .tflite version found [here](https://tfhub.dev/google/lite-model/yamnet/tflite/1) for audio classification to the X Cube AI analyzer. I expected it to run into a problem because of YAMNet's dynamic input size, which I would have fixed by converting a version of YAMNet with a fixed input size (number of samples), taking away its dynamic capabilities. What followed was a different error, which i didn't expect:
Neural Network Tools for STM32AI v1.5.1 (STM.ai v7.0.0-RC8)
NOT IMPLEMENTED: Shape with 1 dimensions not supported: (1,)Sorry for the provocative question; I'm not too familiar with the tf-vocabulary yet; but if a 1-D input is not supported, then what is? Only single values? This is quite confusing to me as a 1-D input seems the most useful and most used to me.
