Skip to content

Compute metrics during evaluation, not during training #48

@FrancescoCasalegno

Description

@FrancescoCasalegno

Context

Currently we are computing all metrics during the model training. This is true both for:

Actions

  • Make sure that nowhere else in the code (e.g. during evaluation) we are assuming that the checkpoint.chk produced during training contains metrics scores.
  • Move the computation of metrics scores from training stage to evaluation stages.

See also

#45 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions