summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJeff Donahue <jeff.donahue@gmail.com>2014-09-07 09:44:58 +0200
committerJeff Donahue <jeff.donahue@gmail.com>2014-09-07 09:44:58 +0200
commit3cf3df829eb9be6394203f257863469050b43ed4 (patch)
treecd02077706dd0578d2ab293db2558c73835049ea /examples
parentb37f4f9f68a6a3870dabfb71130f5a830652e24d (diff)
downloadcaffeonacl-3cf3df829eb9be6394203f257863469050b43ed4.tar.gz
caffeonacl-3cf3df829eb9be6394203f257863469050b43ed4.tar.bz2
caffeonacl-3cf3df829eb9be6394203f257863469050b43ed4.zip
fix transform_param in mnist_autoencoder.prototxt
Diffstat (limited to 'examples')
-rw-r--r--examples/mnist/mnist_autoencoder.prototxt6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/mnist/mnist_autoencoder.prototxt b/examples/mnist/mnist_autoencoder.prototxt
index b4345e71..0b33781a 100644
--- a/examples/mnist/mnist_autoencoder.prototxt
+++ b/examples/mnist/mnist_autoencoder.prototxt
@@ -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