### π The doc issue The docstring of parameter `p` for [RandomAdjustSharpness](https://pytorch.org/vision/stable/generated/torchvision.transforms.RandomAdjustSharpness.html#torchvision.transforms.RandomAdjustSharpness) says: > p ([float](https://docs.python.org/3/library/functions.html#float)) β probability of the image being color inverted. Default value is 0.5 ### Suggest a potential alternative/fix > p ([float](https://docs.python.org/3/library/functions.html#float)) β probability of the image being **sharpened**. Default value is 0.5 Also for RandomPosterize, RandomSolarize, but RandomSolarize actually performs a color inversion so it's OK there.