Closed
Description
I noticed that ToTensor() only rescales pixels of integer-valued images.
If PIL.mode
corresponds to the image with the floating-point representation - no scaling to pixel values will be applied.
I think this should be documented in https://pytorch.org/docs/stable/torchvision/transforms.html?highlight=totensor#torchvision.transforms.ToTensor. Otherwise it's too confusing.
Related to: #546