Open
Description
Ask a Question
Question
My original model is model.h5
,firstly I convert h5
to saved model
format, then I conver saved model
to onnx
use tf2onnx
.After this,The prelu
op is split into five basic ops. How can I avoid being split?
My tf2onnx version is 1.16.1,the first image is prelu in h5
model, the second image is prelu after tf2onnx
convert.