MPolaris / onnx2tflite

Tool for onnx->keras or onnx->tflite. If tool is useful for you, please star it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: Layer p_re_lu weight shape (1, 1, 32) is not compatible with provided weight shape (32, 1, 1).

liziru opened this issue · comments

commented

image
image
My model is a unet+crn arch, any advice to solve this error?

you can debug layers\activations_layers.py #63-#75 lines.

commented

you can debug layers\activations_layers.py #63-#75 lines.

感谢,已解决,但发现KeyError: 'LSTM not implemented yet'问题,有没有支持lstm、gru的计划啊?

目前没有计划,你可以自己尝试添加。