Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
indent changes (#15321)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored and wkcn committed Jun 22, 2019
1 parent e6fad30 commit 0340536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/io/image_aug_default.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
Expand Down

0 comments on commit 0340536

Please sign in to comment.