Ryan McCormick
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...
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...
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
* [ ] C++ code for plugin * [ ] How to build plugin * [ ] How to link/register plugin * [ ] Show plugin in registry * [...
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,...
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...