Chao Zhang
Chao Zhang
> Ah, I think I understand what is happening. In the cases of append and similar cases where PyTorch operates on groupings of Tensors which are already converted, we use...
Might be related to #898? @henrycharlesworth Can you try building and running Torch-TensorRT with the TensorRT NGC containers? I was able to bypass my issue using `nvcr.io/nvidia/tensorrt:22.02-py3`, PyTorch 1.10, and...
@narendasan Let me know if the behaviors listed under **Additional context** make sense. In particular, I believe we currently ignore other input types going into `forward`... if we allow them...
Ah this might be a duplicate of #428, although this request might be slightly less ambitious.
Sounds good, I'll take a look at the design doc and make some suggestions there for review. I had a quick look at the code and my naive first pass...
Yeah that makes sense. I'll take a look at this shortly.
Deferring to @inocsin in #629 here
This looks similar to issue #756, with fix #757. Looking at the sources, it looks like this fix may not have made it into `/release/ngc/22.02` but should be present in...
Just tried fix #757 with master commit `11bcb98d3cd680c3c34e6cc4c4efdc7512c144cc` built in NGC container `nvcr.io/nvidia/tensorrt:22.02-py3` and PyTorch 1.10, and the error persists, so it's likely that #757 does not address this issue.