Skip to content

Reductions on losses that have dynamic size #523

@nfeybesse

Description

@nfeybesse

Currently, AUTO and SUM_OVER_BATCH reduction operations on all losses fail when the batch size is dynamically defined. These reduction operations are very frequently used. Dynamic definition of batch size as well.

The problem comes from the LossesHelper class which seeks to divide the sum of the error by the size of the batch which is not dynamically obtained currently

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