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
xref: JuliaDiff/ChainRules.jl#645 (comment)
Making this since Zygote currently doesn't use the ChainRules rrules for repeat anyway.
Guessing best approach here would be to fix it in ChainRules first then swap Zygote over to the ChainRules rrules.
A useful gist to this end from @mcabbott: https://gist.github.com/mcabbott/80ac43cca3bee8f57809155a5240519f
The text was updated successfully, but these errors were encountered:
repeat(X; outer, inner)
No branches or pull requests
xref: JuliaDiff/ChainRules.jl#645 (comment)
Making this since Zygote currently doesn't use the ChainRules rrules for repeat anyway.
Guessing best approach here would be to fix it in ChainRules first then swap Zygote over to the ChainRules rrules.
A useful gist to this end from @mcabbott: https://gist.github.com/mcabbott/80ac43cca3bee8f57809155a5240519f
The text was updated successfully, but these errors were encountered: