Antoine Simoulin
Antoine Simoulin
Hi @sujitwarrier11, thanks for opening the issue. Can you explain to me the purpose of the following lines: ```python import ssl ssl._create_default_https_context = ssl._create_unverified_context ``` Just tested your snippet in...
Hey @kimchioverfit, thanks for posting. Sorry for the late reply. Do you still have the issue. Can you use one of the already compiled wheels from PyPI (https://pypi.org/project/torchvision/#files) to unblock...
Hey @carandraug, thanks for posting and proposing a fix. Where did you find the announcement about the new URLs? Do you know if this new address is the official long-term...
Hey @leenheart, thanks for opening this issue. I understand your concerns. However, looking at the documentation for [`SanitizeBoundingBoxes`](https://docs.pytorch.org/vision/stable/generated/torchvision.transforms.v2.SanitizeBoundingBoxes.html#sanitizeboundingboxes), it clearly states that the transform will apply to [`tv_tensors.Mask`](https://docs.pytorch.org/vision/stable/generated/torchvision.tv_tensors.Mask.html?highlight=tv_tensors+mask#torchvision.tv_tensors.Mask). So I...
Hey @nicolasdumitru, Thanks for posting this issue! I understand the confusion regarding image shape conventions. A PIL (Pillow) Image object does not directly expose a `shape` attribute, but rather a...
Hey @younessdkhissi, thanks for the PR. My understanding of your changes is that your are modifying the `get_greatest_divisor_below_bound` and `get_greatest_divisor_below_bound` functions to look for a divisor only in the [1,...
Hey @justincdavis, looking good to me. I don't think the failing test is related to this PR. Seems like a false positive alert to me! Can you sign our Contributor...
Hey @atalman we have two issues opened regarding hashes for windows wheels (#9266). Do you have more context on this?