calmiLovesAI / Basic_CNNs_TensorFlow2

A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2, SENet, SqueezeNet, DenseNet, ShuffleNetV2, ResNet).
MIT License
524 stars 178 forks source link

load tflite model with shufflenet, get error #18

Open Tomhouxin opened 4 years ago

Tomhouxin commented 4 years ago

RuntimeError: tensorflow/lite/kernels/transpose.cc Transpose op only supports 1D-4D input arrays.Node number 9 (TRANSPOSE) failed to prepare

mozeqiu commented 3 years ago

I got the same mistake, have you solved it?can you share?