-
Notifications
You must be signed in to change notification settings - Fork 27
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
Generalize breaking down structures #5
Comments
I agree. This means that I wonder what would be the best way to define such a The signature could be I believe this would be somewhat expensive, but the time spent creating dicts and allocating memory should be negligible compared to the time taken by the main algorithm. |
a sketch
|
Interesting. I realised that in some code that I am using to do essentially the same thing, the
|
Like
Complex
breaks down into two scalar plots,For
Then a
Foo
in the above should break down into 4 scalar plots and 2 histograms.With everything named approprately. e,g, a
Foo/bar1/y
,Foo/bar2/x
etc.This would allow easy logging of all the weights and baises in a Flux model.
probably also need a few other things like the ability to have a
preprocess
function (Tracker.data
for Flux`),and #4
The text was updated successfully, but these errors were encountered: