Ryan McCormick

Results 15 issues of Ryan McCormick

Current example is a fixed-shape Resnet50 from ONNX model zoo. This doesn't work with dynamic shape and optimization profile examples. Maybe use Alexnet example from here instead and update README...

enhancement
good first issue

CC @mengdong

enhancement
good first issue

Add a tool to launch several docker containers Iterate through common TRT versions (6, 7, etc.) with/without OSS components Try to parse the given onnx model without each, and print...

enhancement

Instead of several profiles with min==opt==max, do profiles with some ranges of batch sizes to make it easier to migrate from an implicit batch workflow

enhancement
good first issue

* [ ] C++ code for plugin * [ ] How to build plugin * [ ] How to link/register plugin * [ ] Show plugin in registry * [...

enhancement

It's possible to edit an ONNX graph and change certain shapes, such as batch size, to -1 to create a dynamic shape model from an existing fixed shape model. However,...

enhancement

Hi, I had a few questions revolving around value settings for quantiles and their corresponding errors. I noticed there are no errors or exceptions for setting `quantile1`, and similarly for...