Kevin Chen

Results 88 comments of Kevin Chen

What version of ONNX-TRT are you using? Is this reproducible on master?

This project currently does not support builds for Mac - not exactly sure where this `hist.cpp` source file is coming from but you will not be able to link against...

We only currently support non-Drive versions of the ONNX parser in this repo.

TRT 7.0 is quite old, is this issue reproducible if you use the latest TRT version?

Thanks for the issue report. Our TopK layer doesn't support INT32 type yet, I'll open up an issue internally to see if it can be worked on.

What datatype is used for the Neg op in this case? You can run with --verbose flag to inspect the datatypes.

We currently do not support the NonZero operator, which is why you are seeing this error. We have plans to support this in a future release.

What TensorRT version are you using? There is an `operators.md` file in each branch (or `docs/operators.md`) on master that lists the current onnx-tensorrt supported operators list. `_importer_ctx.tensors().at(output.name()).is_tensor()` looks like an...

Are you able the share the model?

There is no immediate plan to support sequence ops in TensorRT .