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

Allow two-way connection (needed for Caffe) #1

Closed
TimZaman opened this issue Sep 8, 2016 · 1 comment
Closed

Allow two-way connection (needed for Caffe) #1

TimZaman opened this issue Sep 8, 2016 · 1 comment
Assignees
Labels

Comments

@TimZaman
Copy link
Owner

TimZaman commented Sep 8, 2016

Technically I guess that makes that part of the graph cyclical, but the graph probably couldn't care less.
In a Caffe networks this looks like:

(...)
layer {
  name: "relu1"
  type: "ReLU"
  bottom: "ip1"
  top: "ip1"
}
(...)
@TimZaman
Copy link
Owner Author

TimZaman commented Sep 8, 2016

And then after I need to find some way to clean this mess up.
image
Caution, the above network can kick in singularity.

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

No branches or pull requests

1 participant