Skip to content

Failure as NNlib.within_grad is deleted #349

@mcabbott

Description

@mcabbott

Flux's downstream tests see a failure with latest NNlib, because this line calls a function which no longer exists:

dx = if NNlib.within_grad()

Removed in FluxML/NNlib.jl#434. One path would be just to upgrade here. Another would be to make an NNlib PR adding a deprecation for the removed function (which was assumed to be internal); this option would keep old versions of this package working with new NNlib.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions