tensorflow-yolov4-tflite
tensorflow-yolov4-tflite copied to clipboard
Convert separable convolutional layer weight to tflite
Hi, I have trained a Yolo model based on yolov4-tiny include separable convolutional layer, but the conversion is not successful, I think the problem is the conv_layer.set_weights in utils.py. Does anyone solve the problem? Please give me some advice of the problem, thanks.