Closed Michelvl92 closed 2 years ago
Can you please fill out the bug report template? We need to be able to reproduce your bug to see what is happening. See template below. If there are any pieces you cannot provide, like your model, we need a sample model that reproduces the bug.
The error logs and a backtrace would also be helpful.
--
Description A clear and concise description of what the bug is.
Triton Information What version of Triton are you using?
Are you using the Triton container or did you build it yourself?
To Reproduce Steps to reproduce the behavior.
Describe the models (framework, inputs, outputs), ideally include the model configuration file (if using an ensemble include the model configuration file for that as well).
Expected behavior A clear and concise description of what you expected to happen.
Closing, reopen with required template information.
@deadeyegoodwin could you reopen the issue, and let me know if this is enough information?
Description When I want to run torchscript inference with triton on an exported native torchvison RetinaNet model: RETINANET_RESNET50_FPN
with an image that will enable the model to have detections, I will get back my detections. But when my model has "zero" detections, I get the following error back from the server:
This is strange since testing the torchscript model directly after conversion works correctly:
Disabling JIT as suggested here does make a difference, and works: https://github.com/pytorch/pytorch/issues/69078
But I do not do this in the original code where it works correctly.
Also disabling optimized execution does not help:
Also does nog help.
Triton Information Using the default 22.03 Triton container:
With Nvidia RTX 3090 24GB, intel I9, and 128GB RAM.
To Reproduce Steps to reproduce the behavior.
Steps are generated with default pytorch container: nvcr.io/nvidia/pytorch:22.03-py3
Model is generated with pytroch in the default nvidia pytorch contianer as follows:
Using the following config.pbtxt
Expected behavior When an image is sent to the server Tensors should be returned of size:
When an "empty" image is sent, e.g. with zeros, tensors of only zeroes should be returned of size: