MPolaris / onnx2tflite

Tool for onnx->keras or onnx->tflite. Hope this tool can help you.
Apache License 2.0
526 stars 42 forks source link

fix bug of MaxPool&AveragePool shape #57

Closed jules-ai closed 1 year ago

jules-ai commented 1 year ago

fix bug of non-squared pool size and strides for MaxPool&AveragePool

MPolaris commented 1 year ago

Thank you for your contribution. I will check it as soon as possible and merge it.