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

Commit

Permalink
Merge pull request #155 from tqchen/master
Browse files Browse the repository at this point in the history
[IO] Fix, make shuffle false by default
  • Loading branch information
tqchen committed Sep 25, 2015
2 parents 0e02bd7 + d8c5afe commit 82248e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/iter_image_recordio.cc
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ struct ImageRecordParam: public dmlc::Parameter<ImageRecordParam> {
bool verbose;
// declare parameters
DMLC_DECLARE_PARAMETER(ImageRecordParam) {
DMLC_DECLARE_FIELD(shuffle).set_default(true)
DMLC_DECLARE_FIELD(shuffle).set_default(false)
.describe("Augmentation Param: Whether to shuffle data.");
DMLC_DECLARE_FIELD(seed).set_default(0)
.describe("Augmentation Param: Random Seed.");
Expand Down

0 comments on commit 82248e9

Please sign in to comment.