Paddle2ONNX
Paddle2ONNX copied to clipboard
ctc+cnn 文字识别 paddle模型 转onnx 13个节点不支持?
@yeliang2258 您好 车牌识别的文字识别 ctc + cnn模型转换出现多个节点不支持
There's 13 ops are not supported yet =========== gru_unit =========== =========== less_than =========== =========== logical_not =========== =========== sequence_softmax =========== =========== grid_sampler =========== =========== write_to_array =========== =========== top_k =========== =========== while =========== =========== increment =========== =========== is_empty =========== =========== read_from_array =========== =========== sequence_pool =========== =========== lstm ===========
看这里列出来的OP较多都是老版本Paddle的OP算子,你使用的代码是动态图版本吗?
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.