-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Update Python interface, using OrderedDict for blobs and layers #199
Commits on Mar 13, 2014
-
Configuration menu - View commit details
-
Copy full SHA for ab3a2ac - Browse repository at this point
Copy the full SHA ab3a2acView commit details -
Rename pycaffe.cpp -> _caffe.cpp in preparation for python wrapper
This commit should not break any code which does not refer explicitly to caffe.pycaffe.
Configuration menu - View commit details
-
Copy full SHA for d803535 - Browse repository at this point
Copy the full SHA d803535View commit details -
Add a pass-through Python wrapper of _caffe.CaffeNet
This commit restores caffe.pycaffe as Python code that wraps caffe._caffe. It also renames caffe.CaffeNet as the less-redundant caffe.Net.
Configuration menu - View commit details
-
Copy full SHA for 6ceacd2 - Browse repository at this point
Copy the full SHA 6ceacd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c46a42 - Browse repository at this point
Copy the full SHA 8c46a42View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac1bc6f - Browse repository at this point
Copy the full SHA ac1bc6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f12de3 - Browse repository at this point
Copy the full SHA 2f12de3View commit details
Commits on Mar 15, 2014
-
Expose layers and remove now-redundant params in Python interface
For now, only layer names and blobs are accessible, but more functionality (layer Forward and Backward) could be added later.
Configuration menu - View commit details
-
Copy full SHA for 91cd44b - Browse repository at this point
Copy the full SHA 91cd44bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8db1400 - Browse repository at this point
Copy the full SHA 8db1400View commit details -
Add names to the blobs returned by CaffeLayer
Even though these are redundant, this keeps the meaning of CaffeBlob.name consistent for now, and will allow CaffeBlob construction to be simplified.
Configuration menu - View commit details
-
Copy full SHA for 922c4ad - Browse repository at this point
Copy the full SHA 922c4adView commit details -
Remove spurious constructors from CaffeBlob and CaffeBlobWrap
This prevents accidental construction of partially-specified blobs, which could break the Python layer.
Configuration menu - View commit details
-
Copy full SHA for ec424a5 - Browse repository at this point
Copy the full SHA ec424a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9718637 - Browse repository at this point
Copy the full SHA 9718637View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9452c4 - Browse repository at this point
Copy the full SHA b9452c4View commit details
Commits on Mar 17, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 51d27d1 - Browse repository at this point
Copy the full SHA 51d27d1View commit details