-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Update docs remove extra returns from loss and extra args from callback #1128
Conversation
Not sure what the failure is now. It doesn't show any errors in the logs but a segmentation fault at the end? |
Is it just the SDE control example? Did you isolate it locally? |
docs/Project.toml
Outdated
@@ -45,7 +46,8 @@ Enzyme = "0.12, 0.13" | |||
Flux = "0.14" | |||
ForwardDiff = "0.10" | |||
IterTools = "1" | |||
Lux = "1" | |||
MLUtils = "0.4" | |||
Lux = "0.5.7, 1" |
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.
why pull back Lux?
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.
Hmm I think it showed up in a rebase conflict. Doesn't need to be held back
The segfault is fixed. |
6d59d12
to
c62306f
Compare
eebb963
to
a263d14
Compare
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.