Skip to content

Commit

Permalink
DatasetInputLayer: Added message warning of RNG wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrust committed Sep 28, 2015
1 parent 45449f3 commit 17e6de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net/DatasetInputLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ DatasetInputLayer::DatasetInputLayer (Dataset& dataset,

// Generate random permutation of the samples
// First, we need an array of ascending numbers
LOGDEBUG << "Generating random permutation..." << std::flush;
for (unsigned int i = 0; i < elements_training_; i++) {
perm_.push_back (i);
}
Expand Down

0 comments on commit 17e6de0

Please sign in to comment.