Unable to build interpreter for TFLITE ViT-based image classifiers on Dart / Flutter: Didn’t find op for builtin opcode ‘CONV_2D’ version ‘6’
We are trying to deploy vision transformer models (EfficientViT_B0, MobileViT_V2_175, and RepViT_M11) on our flutter application using the tflite_flutter_plus and tflite_flutter_plus_helper dependencies. All 3 models were trained and quantized on version 2.10
of tensorflow
. When creating the interpreter, we get the following error: