-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
try/catch is not supported when attempting to use remake
with Zygote
#558
Comments
Can you help narrow this down? Does the MWE need GPUs to make the issue happen, etc? I don't think there are any |
That's the tricky part, I couldn't pinpoint what exactly would cause the error to generate a MWE. Without CUDA, the following code
runs no problem, although it is the same as running the other code without CUDA (which should be the same as running the one with CUDA without GPU). |
I'm not entirely sure but I think |
Thanks, that actually progressed the code a little bit. Now I got into a weird error regarding
|
This issue is stuck on SciML/LinearSolve.jl#434 to avoid differentiating the linear solver kernel. |
I have a code that used to run 6 months ago that is not running anymore. I mentioned this error in FluxML/Zygote.jl#1479 but
remake
seems to be the main issue.The code
yields
My current
Pkg.status()
:The text was updated successfully, but these errors were encountered: