Jonny Shipton
Jonny Shipton
Hi @pbamotra that looks like an issue with the PyTorch exporter -- it's producing a `Clip` node which doesn't match the [Clip operator definition in opset 11](https://github.com/onnx/onnx/blob/master/docs/Changelog.md#Clip-11). The operator [changed...
@killTheHostage you could try `opset_version=10` as a workaround
Aside from editing the graph to manually upgrade the operator, I think your PyTorch issue is the best route forward. Here is a snippet on how to upgrade the Clip...
I believe this problem is also causing my marks to be cleared