From 91c02f3b3bc48af1ab24a4687331492cf0171815 Mon Sep 17 00:00:00 2001 From: Madan Ram Date: Thu, 23 Jul 2015 16:42:15 +0530 Subject: [PATCH] Update mnist readme.md: scale moved to transform_param --- examples/mnist/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/mnist/readme.md b/examples/mnist/readme.md index 413d4a1..b87a0f5 100644 --- a/examples/mnist/readme.md +++ b/examples/mnist/readme.md @@ -41,11 +41,13 @@ Currently, we will read the MNIST data from the lmdb we created earlier in the d layer { name: "mnist" type: "Data" + transform_param { + scale: 0.00390625 + } data_param { source: "mnist_train_lmdb" backend: LMDB batch_size: 64 - scale: 0.00390625 } top: "data" top: "label" -- 2.7.4