forked from huawei/mindspore2022
fix formula of LinearTransformation
This commit is contained in:
parent
a58413479e
commit
d65727494e
|
|
@ -1055,7 +1055,7 @@ class Cutout:
|
||||||
|
|
||||||
|
|
||||||
class LinearTransformation:
|
class LinearTransformation:
|
||||||
"""
|
r"""
|
||||||
Apply linear transformation to the input NumPy image array, given a square transformation matrix and
|
Apply linear transformation to the input NumPy image array, given a square transformation matrix and
|
||||||
a mean vector.
|
a mean vector.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue