Incorrect dimensions for squeeze operator when loading MobileNetV1
When attempting to load the MobileNetV1 model (from Hugging Face’s aidge) during inference, I encounter the following error message:
[ERROR] - Cannot squeeze dimensions with size greater than 1.
Upon checking the tensor dimensions, I observe an unexpected shape:
[1, 1001, 9223372036854775809, 1]