Resolved! What is the right shape for the quantization accuracy data?
Sorry if this question is basic, but I was not able to find an answer in the documentation. I have a very simple Keras model with one input and one output, for your reference the architecture is:model = tf.keras.Sequential()model.add(tf.keras.layers....