Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Layer Documentation update #802

Closed
mikispace opened this issue May 31, 2016 · 3 comments
Closed

Python Layer Documentation update #802

mikispace opened this issue May 31, 2016 · 3 comments

Comments

@mikispace
Copy link

mikispace commented May 31, 2016

In the snippet found at python_layers

layer {
  name: "blank_square"
  type: "Python"
  bottom: "scaled"
  top: "scaled"
  python_param {
    module: "digits_python_layers"
    layer: "BlankSquareLayer"
  }
}

bottom and top parameters should be changed to "scale":

layer {
  name: "blank_square"
  type: "Python"
  bottom: "scale"
  top: "scale"
  python_param {
    module: "digits_python_layers"
    layer: "BlankSquareLayer"
  }
}
@gheinrich
Copy link
Contributor

Hi @mikispace the name of the data layer blob for LeNet was changed in #733 and the documentation was updated accordingly. If you are using a previous version of DIGITS then make sure you are referring to the corresponding version of the documentation.

@mikispace
Copy link
Author

I'm using DIGITS Version 3.0.0-rc.3. I was following documentation in master branch. In branch Digits-3.0 it is in fact correct.

Thanks

@gheinrich
Copy link
Contributor

Thanks. I am going to close this issue then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants