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
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).
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.
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.
The text was updated successfully, but these errors were encountered: