This is an automated email from the ASF dual-hosted git repository.
wkcn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 0340536 indent changes (#15321)
0340536 is described below
commit 0340536394bf8205b5394bc9f60649b28d0a2e4f
Author: nihui <[email protected]>
AuthorDate: Sat Jun 22 16:44:29 2019 +0800
indent changes (#15321)
---
src/io/image_aug_default.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/io/image_aug_default.cc b/src/io/image_aug_default.cc
index a1975ef..0e84b7c 100644
--- a/src/io/image_aug_default.cc
+++ b/src/io/image_aug_default.cc
@@ -163,8 +163,8 @@ struct DefaultImageAugmentParam : public
dmlc::Parameter<DefaultImageAugmentPara
DMLC_DECLARE_FIELD(saturation).set_default(0.0f)
.describe("Add a random value in ``[-saturation, saturation]`` to "
"the saturation of image.");
- DMLC_DECLARE_FIELD(pca_noise).set_default(0.0f)
- .describe("Add PCA based noise to the image.");
+ DMLC_DECLARE_FIELD(pca_noise).set_default(0.0f)
+ .describe("Add PCA based noise to the image.");
DMLC_DECLARE_FIELD(random_h).set_default(0)
.describe("Add a random value in ``[-random_h, random_h]`` to "
"the H channel in HSL color space.");