Giter Site home page Giter Site logo

Comments (2)

mcabbott avatar mcabbott commented on August 16, 2024

Assuming you mean Zygote, its broadcasting at present prefers to use ForwardDiff internally, if possible. Thus it will not see rules defined using either Zygote itself, or using anything from ChainRules.

What you can do it write a rule for broadcasted(f, x), e.g. https://github.com/FluxML/NNlib.jl/blob/master/src/activations.jl#L880 or https://github.com/JuliaDiff/ChainRules.jl/pull/586/files#diff-69fb16cdd94960c65024f9dfe644deae5023a2af02d68f26c0855cf538d2ca0aR53 . If, like these, your rule returns broadcast(f, x) then it will un-fuse the broadcasting. Which at present Zygote also does.

This is not well documented, unfortunately. Partly because it's not so clear what the best strategy is. @scalar_rule now defines also derivatives_using_output which should be useful for handling broadcasting.

from chainrulescore.jl.

oxinabox avatar oxinabox commented on August 16, 2024

This is basically a zygote issue which is not actionable further here, so I am closing this for now.

from chainrulescore.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.