Commit 8746cfdf authored by Ron Shapiro's avatar Ron Shapiro Committed by A. Unique TensorFlower
Browse files

Fix trailing comma -> period

The comma was being interpreted incorrectly by the doc generator as part of the URL. Hopefully this will fix that.

PiperOrigin-RevId: 455938190
parent baa83810
......@@ -1915,7 +1915,7 @@ def _maybe_identity(x: Optional[tf.Tensor]) -> Optional[tf.Tensor]:
class RandAugment(ImageAugment):
"""Applies the RandAugment policy to images.
RandAugment is from the paper https://arxiv.org/abs/1909.13719,
RandAugment is from the paper https://arxiv.org/abs/1909.13719.
"""
def __init__(self,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment