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

concat layer example #168

Open
harold opened this issue May 20, 2017 · 1 comment
Open

concat layer example #168

harold opened this issue May 20, 2017 · 1 comment

Comments

@harold
Copy link
Contributor

harold commented May 20, 2017

From this google group post: https://groups.google.com/forum/#!topic/clojure-cortex/AtE-kAQCO8Y

We could have some examples of using concat (and the other layer graph operations) as tests with some .md descriptions in the docs referencing the tests.

The tests could go into experiment, or perhaps into the train tests (or layer tests? but maybe that's too low level).

@charlesg3 @cnuernber --- relevant to your interests.

@cnuernber
Copy link
Contributor

Starting about here:
https://github.com/thinktopic/cortex/blob/master/src/cortex/verify/nn/layers.clj#L659

There are examples of using the graph-level layers (split, join, concatenate).

I think the crux of it is that each layer description object implicitly depends on the description before it unless the parents are manually specified.

So the description system does let you create some level of arbitrary graphs.

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

2 participants