Open
Conversation
cap_sequence lstm_unit numpy_data py_layer transpose_layer wordvec_layer.
Contributor
|
Seems that your alternative interface doesn't rely on boost-python. Is it planned to substitute the official one? If this is the plan we could completely remove boost dependencies with #2537 |
Contributor
|
https://github.com/Russell91/apollocaffe/commit/8181870b9ac330a094ab0f8d53f54a0202f697a0 It is too old now. You need to rebase this again. |
Make apollo interface easier to use with C++
Add param_set to apollocaffe.update
Add set_active_param_names. compute norm.
make lstm unit allow change batch sizes for every forword
I remove comment out lines and vertify that no lint errors
make lstm unit allow change batch sizes for every forword
add python wrapper for Deconvolution layer
Added check for shape mismatch
Merge dev into master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
ApolloCaffe is an experimental framework that enables dynamically structured Caffe networks.
The code contains several additional layers and an alternative python interface in python/apollocaffe. Examples are provided in examples/apollocaffe. The core changes made to blob.hpp, layer.hpp, common.hpp, tensor.hpp, and apollonet.hpp require about 1500 lines of c++ and can be found here: https://github.com/Russell91/apollocaffe/commit/8e92e1b83e69853e59b4e34cf581f753e9860529