Michael A. Alcorn
Michael A. Alcorn
Interestingly, this code, which just uses normal boolean indexing, seems to work with the Dynamo path: ```python3 import torch import torch_tensorrt from torch import nn DEVICE = "cuda:0" class Indexer(nn.Module):...
When using PyTorch 2.3.1 and Torch-TensorRT 2.3.0, I still get the same error for the original code (i.e., with `ir="torchscript"`), but when using the Dynamo backend or `output_format="torchscript"`, I don't...
`ray_directions` is eventually normalized in [`run_one_iter_of_nerf`](https://github.com/krrish94/nerf-pytorch/blob/a14357da6cada433d28bf11a45c7bcaace76c06e/nerf/train_utils.py#L147).
Can you provide more information?
My implementation only conditions on a single view, but it should be straightforward to extend the code to condition on multiple views using Section 4.2 and Figure 18 as a...
[I also reported this](https://github.com/gradio-app/gradio/issues/12120#issue-3557511299) and my issue was prematurely closed.