From 8faa02b9838cf7c01b0a4dc07a2b1132f6ae0b83 Mon Sep 17 00:00:00 2001 From: John Fields <45608735+jtfields@users.noreply.github.com> Date: Tue, 30 Jan 2024 17:10:33 -0600 Subject: [PATCH] Update onnx_converter.py Changed value from 17 to 11 per https://github.com/facebookresearch/CrypTen/issues/455#issuecomment-1913416136 --- crypten/nn/onnx_converter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypten/nn/onnx_converter.py b/crypten/nn/onnx_converter.py index a7f121d1..4fa408eb 100644 --- a/crypten/nn/onnx_converter.py +++ b/crypten/nn/onnx_converter.py @@ -36,8 +36,8 @@ SYM_REGISTRY = False -_OPSET_VERSION = 17 - +#_OPSET_VERSION = 17 +_OPSET_VERSION = 11 def from_onnx(onnx_string_or_file): """