Skip to content

Commit

Permalink
[src] cosmetic fix in nnet1 code (#2921)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored and danpovey committed Dec 17, 2018
1 parent b126161 commit 78f0127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nnet/nnet-trnopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ struct NnetTrainOptions {

// print for debug purposes
friend std::ostream& operator<<(std::ostream& os, const NnetTrainOptions& opts) {
os << "RbmTrainOptions : "
os << "NnetTrainOptions : "
<< "learn_rate" << opts.learn_rate << ", "
<< "momentum" << opts.momentum << ", "
<< "l2_penalty" << opts.l2_penalty << ", "
Expand Down

0 comments on commit 78f0127

Please sign in to comment.