transform.NormalizeImage ======================== .. py:class:: transform.NormalizeImage(mean, std) Bases: :py:obj:`object` Normlize image by given mean and std. .. py:method:: __call__(sample)