tensorflow-onnx
tensorflow-onnx copied to clipboard
Converting Keras Saved Model to ONNX using a restricted set of operators
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()?
No, tf2onnx doesn't have such functionality.
Got it, thanks!