You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making this issue to track some ongoing improvements to pycaffe that I don't have time to PR just yet. #1020 made it possible for Caffe to call Python, in addition to the converse, and it's now becoming possible to combine Caffe C++ and Python code in essentially arbitrary ways.
Some of the coming changes are already PRs, some are already written locally, and some are not done yet. This list is to help me remember to PR everything when ready, to let you know what I have in mind, and provide a point of discussion.
I don't expect to be making more PRs before mid-November, but I do intend to do (or have done) everything on this list. There are a few other improvements that I have in mind, but that I'll leave off until they become more concrete.
Still remember CXXNET? It is not losing the competition. Instead of focusing on the academic users, it has been integrated into a commercial product. One of its authors Tianqi Chen worked as an intern of Graphlab Inc last summer. The GraphLab Create Python toolkits now include a deep learning module based on CXXNET. The souce code is located in the directory toolkits/deeplearning and the documentation is here.
I'm making this issue to track some ongoing improvements to pycaffe that I don't have time to PR just yet. #1020 made it possible for Caffe to call Python, in addition to the converse, and it's now becoming possible to combine Caffe C++ and Python code in essentially arbitrary ways.
Some of the coming changes are already PRs, some are already written locally, and some are not done yet. This list is to help me remember to PR everything when ready, to let you know what I have in mind, and provide a point of discussion.
I don't expect to be making more PRs before mid-November, but I do intend to do (or have done) everything on this list. There are a few other improvements that I have in mind, but that I'll leave off until they become more concrete.
caffe.Layer
in Python. This will make all the layer functionality (e.g., learnable parameters) exposable (in theory) from Python. (Updates Python layer for rapidly writing nets in Python #1020). [Now Reform the boost::python wrapper, including layers implemented in Python #1703.]The text was updated successfully, but these errors were encountered: