You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see this error when I need to differentiate my model and the model uses a random number generator, in my case I was using MersenneTwister simply because this was the one used in the Lux.jl docs. The specific error is in the attached text file. It doesn't seem to be entirely the rng though, because
works just fine for me. My code also differentiates fine if I don't use the portion of the code that touches the MersenneTwister call. The code is in my eddy repo in the DJ4Earth repository, @wsmoses has access I believe
I see this error when I need to differentiate my model and the model uses a random number generator, in my case I was using
MersenneTwister
simply because this was the one used in the Lux.jl docs. The specific error is in the attached text file. It doesn't seem to be entirely the rng though, becauseworks just fine for me. My code also differentiates fine if I don't use the portion of the code that touches the
MersenneTwister
call. The code is in my eddy repo in the DJ4Earth repository, @wsmoses has access I believeenzyme_error_012225.txt
The text was updated successfully, but these errors were encountered: