Closed NicolasHug closed 2 months ago
Note: Links to docs will display an error until the docs builds have been completed.
As of commit 005f094b0159bf32f8ce4aa7ec4fde3d2632c943 with merge base d0ebeb55573820df89fa24f6418b9e624683932d ():
👉 Rebase onto the `viable/strict` branch to avoid these failures
* [Tests / unittests-windows (3.9, windows.g5.4xlarge.nvidia.gpu, cuda, 11.8) / windows-job](https://hud.pytorch.org/pr/pytorch/vision/8627#29625825837) ([gh](https://github.com/pytorch/vision/actions/runs/10686953132/job/29625825837)) ([trunk failure](https://hud.pytorch.org/pytorch/vision/commit/d0ebeb55573820df89fa24f6418b9e624683932d#29626014507)) `AttributeError: '_OpNamespace' 'image' object has no attribute '_jpeg_version'`
This comment was automatically generated by Dr. CI and updates every 15 minutes.
Closes https://github.com/pytorch/vision/issues/8625
the
mode
parameter of decoding functions can now be passed as a string, instead of just as an enum. Also addedRGBA
as an alias ofRGB_ALPHA
.