plenoptic-org / plenoptic

Visualize/test models for visual representation by synthesizing images.
https://plenoptic.readthedocs.io/en/latest/
MIT License
57 stars 9 forks source link

torch meshgrid behavior changing #273

Open billbrod opened 2 months ago

billbrod commented 2 months ago

With torch version 2.1, calling torch.meshgrid raises the following warning: "torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument". See meshgrid docs for more info.

we only call torch.meshgrid in a handful of places, so should be easy enough to fix.