I’m trying to use the BYOM feature and upload a .tflite model into the EI Studio. The model is designed for audio classification using spectrograms. The model input shape is (1, 99, 43, 1) when I get the input details with TensorFlow. However, when I upload it into the studio, it says my input shape is (99, 43, 1). Edge Impulse says it wants one dimension for audio classification. The Job ID where I uploaded my pre-trained model is 14894009 (my file was converted_model.tflite)
Let me know if you need any more files or have any questions!