Unable to convert YOLOv4 to tflite
问题 I'm trying to use yolo4 in my android project but I'm having problems with conversion. The code from: https://pypi.org/project/yolov4/ has worked well on Google-Colab , though it had some problem with my CUDA version on Jupyter notebook. I got conversion error from: yolo.save_as_tflite("yolov4.tflite") Error was long and I am not sure which part I should paste here. Can someone recommend some alternative method to convert tflite version of yolo4 (preferably working on colab )? 回答1: If you