tensorflow-yolov4-tflite icon indicating copy to clipboard operation
tensorflow-yolov4-tflite copied to clipboard

Change the outputs of the last convolutional layer to be inputs

Open LotfiT opened this issue 3 years ago • 0 comments

Hi,

I would like to run some operations (sigmoid...)of a custom YOLOV4 tiny model (size 512) that are not supported by Tensil framework on CPU. To do this, I need to generate a TF lite model by changing outputs of the last convolution layers to be inputs. Any suggestions on how to do it?

Thanks.

LotfiT avatar Aug 22 '22 10:08 LotfiT