We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dynamo=False
1 parent 666dbb2 commit e8162afCopy full SHA for e8162af
python/convert.py
@@ -36,7 +36,8 @@ def forward(self, x):
36
input_names=['input'],
37
output_names=['output'],
38
dynamic_axes={'input': {0: 'batch_size'}, 'output': {0: 'batch_size'}},
39
- opset_version=11
+ opset_version=11,
40
+ dynamo=False
41
)
42
model = onnx.load(output_model_path)
43
model_simp, check = simplify(model)
0 commit comments