Skip to content

GreedyRunner should not fetch training-related tensors by default during inference #804

@varisd

Description

@varisd

Currently, the train_xent, runtime_xent is default fetch in the GreedyRunner. Computation of these requires references, which might not be available during inference time (e.g. we only want to produce output and not compute xents).

This can be sort-of avoided by listing input data also as the reference. However, this may not be completely intuitive to the user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions