Skip to content

Commit

Permalink
Merge pull request NVIDIA#787 from NVIDIA/fix-python-layer-example
Browse files Browse the repository at this point in the history
Update python-layer example for new LeNet
  • Loading branch information
lukeyeager committed May 25, 2016
2 parents 4908eeb + cbc4a7e commit 898596a
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 898596a

Please sign in to comment.