Open
Description
Converting Keras Saved Model to ONNX using a restricted set of operators
Question
Hi Team! First of all, thanks for this wonderful tool! My question is - Is there a way I can restrict the set of operators I want the converter to use when converting a Keras SavedModel to ONNX? Something like the black_op argument in skl2onnx.to_onnx()?