Skip to content

Commit 1613b49

Browse files
prabhat00155facebook-github-bot
authored andcommitted
[fbsync] docs: Fixed hyperlink in docstring of TrivialAugmentWide (#4823)
Reviewed By: kazhang Differential Revision: D32216692 fbshipit-source-id: 48439e0d0ebed1ff0387d984d4f4ab2307ae05ce
1 parent cd2831f commit 1613b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/transforms/autoaugment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def __repr__(self) -> str:
365365

366366
class TrivialAugmentWide(torch.nn.Module):
367367
r"""Dataset-independent data-augmentation with TrivialAugment Wide, as described in
368-
`"TrivialAugment: Tuning-free Yet State-of-the-Art Data Augmentation" <https://arxiv.org/abs/2103.10158>`.
368+
`"TrivialAugment: Tuning-free Yet State-of-the-Art Data Augmentation" <https://arxiv.org/abs/2103.10158>`_.
369369
If the image is torch Tensor, it should be of type torch.uint8, and it is expected
370370
to have [..., 1 or 3, H, W] shape, where ... means an arbitrary number of leading dimensions.
371371
If img is PIL Image, it is expected to be in mode "L" or "RGB".

0 commit comments

Comments
 (0)