-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Improve Robustness to RATv3 #963
Conversation
Since AbstractVectorOfArray should be handled properly given the deprecation warning
So the issue with this is the following (so far as I can determine): EDIT: so fixing this and reusing the |
The "fix" I have is also not great. There's the underlying issue that sometimes Zygote turns While stepping through Zygote: 1|julia> ȳ
Base.RefValue{Any}((u = [[1.0, 0.0, 4.0, 0.0], [1.0, 0.0, 4.0, 0.0]],)) This should be a |
Oh that means that the constructor of a VectorOfArray is missing a chain rule. |
Could it also be that the |
Ahh that could do it. |
I think we also need a method for this:
|
I don't fully understand what |
Since AbstractVectorOfArray should be handled properly given the deprecation warning