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

Support for sparse data in Caffe #8

Closed
beniz opened this issue Jun 6, 2015 · 3 comments
Closed

Support for sparse data in Caffe #8

beniz opened this issue Jun 6, 2015 · 3 comments

Comments

@beniz
Copy link
Collaborator

beniz commented Jun 6, 2015

This is the integration of PR BVLC/caffe#2364 into Caffe custom build for DeepDetect.

In applications, useful for BOW models. The PR above takes data from CSR database (http://netlib.org/linalg/html_templates/node91.html#SECTION00931100000000000000), which should be automatically computed by input connector.

@beniz
Copy link
Collaborator Author

beniz commented Apr 25, 2016

Relevant repository for NLP with Caffe, https://github.com/Russell91/nlpcaffe

@beniz
Copy link
Collaborator Author

beniz commented Apr 28, 2016

New custom Caffe branch with support for sparse inputs is here: https://github.com/beniz/caffe/tree/master_dd_integ_sparse

@beniz
Copy link
Collaborator Author

beniz commented Apr 29, 2016

Sparse data support for Caffe is now complete, and rebased against recent master, see comment at BVLC/caffe#2364 (comment)

This is unlikely to make it into Caffe fast (if ever), but we will maintain it against official Caffe over time.

Next step is to add sparse input support to DD's input connector (such as SVM format and special packing for NLP via txt input connector).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant