summaryrefslogtreecommitdiff
path: root/examples/mnist/mnist_autoencoder.prototxt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mnist/mnist_autoencoder.prototxt')
-rw-r--r--examples/mnist/mnist_autoencoder.prototxt12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/mnist/mnist_autoencoder.prototxt b/examples/mnist/mnist_autoencoder.prototxt
index 45d08023..b4345e71 100644
--- a/examples/mnist/mnist_autoencoder.prototxt
+++ b/examples/mnist/mnist_autoencoder.prototxt
@@ -7,9 +7,9 @@ layers {
source: "examples/mnist/mnist_train_lmdb"
backend: LMDB
batch_size: 100
- transform_param {
- scale: 0.0039215684
- }
+ }
+ transform_param {
+ scale: 0.0039215684
}
include: { phase: TRAIN }
}
@@ -21,9 +21,9 @@ layers {
source: "examples/mnist/mnist_train_lmdb"
backend: LMDB
batch_size: 100
- transform_param {
- scale: 0.0039215684
- }
+ }
+ transform_param {
+ scale: 0.0039215684
}
include: {
phase: TEST