Unverified Commit 53e09fe3 authored by Bharat Raghunathan's avatar Bharat Raghunathan Committed by GitHub
Browse files

[DOC]: Fix grammar in transforms.Normalize (#1858)

parent e5d5d809
......@@ -150,7 +150,7 @@ class Normalize(object):
``output[channel] = (input[channel] - mean[channel]) / std[channel]``
.. note::
This transform acts out of place, i.e., it does not mutates the input tensor.
This transform acts out of place, i.e., it does not mutate the input tensor.
Args:
mean (sequence): Sequence of means for each channel.
......
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