microsoft / Cream

This is a collection of our NAS and Vision Transformer work.
MIT License
1.61k stars 220 forks source link

About the conversion of EfficientViT #211

Closed eehoeskrap closed 6 months ago

eehoeskrap commented 6 months ago

Is it impossible to convert the EfficientViT model to the tflite model?

xinyuliu-jeffrey commented 6 months ago

@eehoeskrap Thanks for your interest in our work. We have provided the converted ONNX models, you may try using (ONNX-tensorflow)[https://github.com/onnx/onnx-tensorflow] and following the instructions in (this repo)[https://github.com/sithu31296/PyTorch-ONNX-TFLite] to convert the models to TFLite.