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"