Closed
Description
📚 Documentation
The methods in functional_pil.py
and functional_tensor.py
are private but contain a lot of duplicate documentation that is not currently used. It's worth cleaning this up and updating the documentation on functional.py
to highlight potential differences or limitations between the two backends.
Here is an example of how we typically highlight backend differences in TorchVision:
vision/torchvision/transforms/transforms.py
Lines 332 to 333 in 1b83f46
Moreover as per @voldemortX's comment (see #3071 (comment)), some of the limitations listed in the pydocs are inaccurate and they have already been resolved. These need to be corrected.