From: Madan Ram Date: Thu, 23 Jul 2015 11:12:15 +0000 (+0530) Subject: Update mnist readme.md: scale moved to transform_param X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91c02f3b3bc48af1ab24a4687331492cf0171815;p=platform%2Fupstream%2Fcaffe.git Update mnist readme.md: scale moved to transform_param --- 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"