Nicolas Hug
Nicolas Hug
Cat: test fix main PR: https://github.com/pytorch/vision/pull/8155 - merged Release branch PR: https://github.com/pytorch/vision/pull/8160 - merged
Cat: dataset bugfix Main PR: https://github.com/pytorch/vision/pull/8164 - merged Release branch PR: https://github.com/pytorch/vision/pull/8165 - merged
Cat: CI fix Main PR: https://github.com/pytorch/vision/pull/8239 - merged Release branch PR: https://github.com/pytorch/vision/pull/8240 - merged
Cat: Bug Fix for 0.17.1 Main PR: https://github.com/pytorch/vision/pull/8237 - Merged Release branch PR: https://github.com/pytorch/vision/pull/8264 - Merged
Cat: Bug Fix for 0.17.1 Main PR: https://github.com/pytorch/vision/pull/8265 - Merged Release branch PR: https://github.com/pytorch/vision/pull/8267 - Merged
I think we should prioritize support for jpeg over png (it's more common, and this is what the original feature request was using. As for where we expose the new...
Thanks for the PR @Zekrom-7780 , native C++ support for exif was added in (https://github.com/pytorch/vision/pull/8303, https://github.com/pytorch/vision/pull/8279, https://github.com/pytorch/vision/pull/8342, https://github.com/pytorch/vision/pull/8302)
pytree support should be added soon: https://github.com/pytorch-labs/tensordict/pull/501
We now rely on `optests.opcheck` to check the correctness of the custom ops w.r.t to `torch.compile()`. https://github.com/pytorch/vision/blob/1de7a74a8b93483f1703eef0b306e0ec68e0cd9d/test/test_ops.py#L704 I'm not sure if that's exactly what "opinfos" are about though, as I'm...
This was addressed by https://github.com/pytorch/vision/pull/8200, closing