diff --git a/tests/onnx/onnxbase.py b/tests/onnx/onnxbase.py index 99d5a03c15ab13dcdd365a3fb2084a8567e04463..e009ea9baafc5faba4ad9ecd40081dd9336fa9ce 100644 --- a/tests/onnx/onnxbase.py +++ b/tests/onnx/onnxbase.py @@ -107,7 +107,7 @@ class ONNXConverter(object): rtol=1e-5, attrs=[], enable_onnx_checker=True, - run_dynamic=False): + run_dynamic=True): self.op_type = op_type assert isinstance(self.op_type, str), "The dtype of op_type must be string!"