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 assume you use an old version of DistributionsAD and just have to update DistributionsAD. _mv_categorical_logpdf was removed from the codebase quite a while ago. You can update to the latest version explicitly with
julia> ] add DistributionsAD@0.6.38
This will also show you if some other package holds back DistributionsAD.
I suspect GalacticOptim might have played a part there. There are a few packages that are downgraded to install the newer version of DistributionsAD. ModelingToolkit, Symbolics, DiffEqFlux.
New response from the code, which isn't a warning.
┌ Info: Precompiling Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80]
└ @ Base loading.jl:1423
You are therefore correct, and the problem is resolved. Thank you.
I have the error in non-beta Julia.
I found this, and though it is closed, and relates to beta, I have the same problem in non-beta.
#199
When I use this code:
I get the following warning:
WARNING: could not import DistributionsAD._mv_categorical_logpdf into ReverseDiffX
Here is my versioninfo:
Here is the statuses for my packages:
The text was updated successfully, but these errors were encountered: