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

Ability to have a dynamic amount of i/o conections on a node. #13

Open
TimZaman opened this issue Sep 13, 2016 · 0 comments
Open

Ability to have a dynamic amount of i/o conections on a node. #13

TimZaman opened this issue Sep 13, 2016 · 0 comments
Assignees

Comments

@TimZaman
Copy link
Owner

This is needed for caffe.
For example the 'Accuracy' node needs input data and a label as reference. These are two input connections, that need to go to input ports [0] and [1] repectively. This might be problematic to obtain.

From a caffe point of view, this is easy to obtain if this can be solved: BVLC/caffe#4712 . If this cannot be solved, I will have to crawl through the caffe code and obtain and input all the top and bottom i/o's by hand. This will also mess up the dynamic .proto parsing, as I will add things that are static.. sigh..

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