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 wrapper fixes and re-arrangement #291

Closed
wants to merge 1 commit into from

Commits on Apr 9, 2014

  1. switch from inheritance to directly overriding methods for caffe.Net

    Also, internally drop the "Caffe" prefix for classes exported by the
    internal _caffe module. This change means that SGDSolver will
    automatically return a Net with the "nice" Python interface rather than
    the internal one, (and avoids the extra layer of method wrapping that
    results from switching to composition).
    
    [Cherry-picked by @shelhamer from longjon/pycaffe-solver@a8a0191 to
    simplify future merge of master fixes to dev.]
    longjon authored and shelhamer committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    5b940f7 View commit details
    Browse the repository at this point in the history