-
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
Reform the boost::python wrapper, including layers implemented in Python #1703
Merged
Commits on Feb 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d6df2e0 - Browse repository at this point
Copy the full SHA d6df2e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2fe27b - Browse repository at this point
Copy the full SHA c2fe27bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 798a65b - Browse repository at this point
Copy the full SHA 798a65bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74a584c - Browse repository at this point
Copy the full SHA 74a584cView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 8a510f7 - Browse repository at this point
Copy the full SHA 8a510f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2660977 - Browse repository at this point
Copy the full SHA 2660977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86646f7 - Browse repository at this point
Copy the full SHA 86646f7View commit details -
LayerRegistry uses shared_ptr instead of raw pointers
Sometimes it's useful for CreateLayer to return a Layer already in use by another object (e.g., by a Python wrapper). With raw pointers, there is no way to properly share owership.
Configuration menu - View commit details
-
Copy full SHA for 965df8f - Browse repository at this point
Copy the full SHA 965df8fView commit details -
[pycaffe] allow Layer to be extended from Python
This is done by adding PythonLayer as a boost::python HeldType.
Configuration menu - View commit details
-
Copy full SHA for d94f107 - Browse repository at this point
Copy the full SHA d94f107View commit details -
Configuration menu - View commit details
-
Copy full SHA for da044c9 - Browse repository at this point
Copy the full SHA da044c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c94d96 - Browse repository at this point
Copy the full SHA 3c94d96View commit details -
add WITH_PYTHON_LAYER build option to include Python layer
Currently, this will only work when running from pycaffe (but not the tool binary), due to static linking conflicts with registration.
Configuration menu - View commit details
-
Copy full SHA for 55e5aa2 - Browse repository at this point
Copy the full SHA 55e5aa2View commit details -
except PythonLayer from layer factory test
PythonLayer (rightfully) refuses to be instantiated when a module and class aren't given. It's still covered by tests however through pytest.
Configuration menu - View commit details
-
Copy full SHA for 590d396 - Browse repository at this point
Copy the full SHA 590d396View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0396f9f - Browse repository at this point
Copy the full SHA 0396f9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b38744 - Browse repository at this point
Copy the full SHA 9b38744View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91289b3 - Browse repository at this point
Copy the full SHA 91289b3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.