Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-tramel committed Sep 10, 2015
1 parent 204ce44 commit 1ad4502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rbm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ the user options.
info(" + Training Samples: $n_samples")
info(" + Features: $n_features")
info(" + Epochs to run: $n_iter")
info(" + Persistent CD?: $presistent")
info(" + Persistent CD?: $persistent")
info(" + Learning rate: $lr")
info(" + Drop-out Rate (p): $dorate")
info(" + Gibbs Steps: $n_gibbs")
Expand Down

0 comments on commit 1ad4502

Please sign in to comment.