Skip to content

Commit

Permalink
fix transform_param in mnist_autoencoder.prototxt
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdonahue committed Sep 7, 2014
1 parent b37f4f9 commit 3cf3df8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/mnist/mnist_autoencoder.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ layers {
source: "examples/mnist/mnist_test_lmdb"
backend: LMDB
batch_size: 100
transform_param {
scale: 0.0039215684
}
}
transform_param {
scale: 0.0039215684
}
include: {
phase: TEST
Expand Down

0 comments on commit 3cf3df8

Please sign in to comment.