We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Replace the following deprecated functions: ┌ Warning: dropgrad(x) is deprecated, use ChainRulesCore.ignore_derivatives(x) instead. │ caller = adjoint at deprecated.jl:13 [inlined] └ @ Core C:\Users\leobo.julia\packages\Zygote\dABKa\src\deprecated.jl:13 ┌ Warning: keyword initW is deprecated, please use init (which similarly accepts a funtion like randn) │ caller = ip:0x0 └ @ Core :-1 ┌ Warning: Truncated(d::UnivariateDistribution, l::Real, u::Real) is deprecated, use truncated(d, l, u) instead.
dropgrad(x)
ChainRulesCore.ignore_derivatives(x)
Truncated(d::UnivariateDistribution, l::Real, u::Real)
truncated(d, l, u)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Replace the following deprecated functions:
┌ Warning:
dropgrad(x)
is deprecated, useChainRulesCore.ignore_derivatives(x)
instead.│ caller = adjoint at deprecated.jl:13 [inlined]
└ @ Core C:\Users\leobo.julia\packages\Zygote\dABKa\src\deprecated.jl:13
┌ Warning: keyword initW is deprecated, please use init (which similarly accepts a funtion like randn)
│ caller = ip:0x0
└ @ Core :-1
┌ Warning:
Truncated(d::UnivariateDistribution, l::Real, u::Real)
is deprecated, usetruncated(d, l, u)
instead.The text was updated successfully, but these errors were encountered: