### 📚 The doc issue [Here](https://pytorch.org/vision/stable/generated/torchvision.transforms.v2.ToImagePIL.html#torchvision.transforms.v2.ToImagePIL:~:text=while%20preserving%20the%20value%20range.) it is written that `ToPILImage()` preserves the value range, Doesn't it multiply by 255. as done [here](https://github.com/pytorch/vision/blob/8324c481dd4c3096697332d76fbdc9d912f7360b/torchvision/transforms/functional.py#LL291C13-L291C38)? ### Suggest a potential alternative/fix _No response_