Spandan Tiwari
Spandan Tiwari
We do not have a firm ETA on this, but this is definitely on our radar. This is more of an issue with ONNX which, as of today, does not...
@lyemeeki - The status is pretty much the same as outlined. ONNX still does not have the requisite ops for FasterRCNN models. FYI - there's a TinyYOLO ONNX model available...
Hi Igor, Just wondering if you got a chance to update this.
@killTheHostage - I am not able to find a repro your issue with the Clip op in opset 11. Could you share the exact specific model and export code. You...
@stoneyang - There have been many updates to the PyTorch-ONNX exporter since PyTorch 0.4. Could you please upgrade your PyTorch to the latest? There is support for some norm-type ops...
@stoneyang - This seems like an issue with TensorRT and I can't speak to that. As a suggestion, I would recommend using latest PyTorch when working with ONNX exporter. That...
@Wuqiman - the adding of attributes to the `Conv` operator in the ONNX model is automatically done by the PyTorch-ONNX exporter (`torch.onnx.export` API). There's no provision for adding a new...