-
-
Notifications
You must be signed in to change notification settings - Fork 205
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
Enabling RODE handling #585
Conversation
format |
|
||
# sum(abs2,inner_loss(t,θ) for t in ts) but Zygote generators are broken | ||
println(typeof(W)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
println(typeof(W)) |
added in #882 |
Is it correct though? The original formulation here is not correct as it's only with respect to a single brownian path |
To clarify, I re-enabled the old implementation updating it from the FastChain days and ran the existing tests on it |
Yes that is not a correct implementation and should not be added. |
commented it out |
Just delete it. It needs to be started fresh. |
Solves #563 on a first pass.