Skip to content

Commit

Permalink
Update python-layer example for new LeNet
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeyeager committed May 25, 2016
1 parent 234f5c4 commit 32c8476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/python-layer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 32c8476

Please sign in to comment.