From 32c8476239166a516730db385488ae2f47b82cae Mon Sep 17 00:00:00 2001 From: Luke Yeager Date: Wed, 25 May 2016 11:27:34 -0700 Subject: [PATCH] Update python-layer example for new LeNet --- examples/python-layer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/python-layer/README.md b/examples/python-layer/README.md index 1be79bdb8..185647844 100644 --- a/examples/python-layer/README.md +++ b/examples/python-layer/README.md @@ -73,8 +73,8 @@ Find those layers (a few lines from the top) and insert this snippet of prototxt layer { name: "blank_square" type: "Python" - bottom: "scale" - top: "scale" + bottom: "scaled" + top: "scaled" python_param { module: "digits_python_layers" layer: "BlankSquareLayer"