-
-
Notifications
You must be signed in to change notification settings - Fork 309
Closed
Labels
EvaluationRelated to the Evaluation moduleRelated to the Evaluation moduleFeature - Low PriorityNew feature or request, low priorityNew feature or request, low priority
Description
Metrics emit <name, x, y> values. Currently, x is updated inside the callback. Each callback can use its own x values. I propose to use a single global counter, incremented after every training iteratior. Basically, this global counter uniquely identify the model at a certain point in time. I think this is easier to implement and more intuitive (tensorflow does this automatically if I remember correctly). Also, now that we have the eval enabled every k training epochs, the x values depend on the frequency of the evaluation, which seems weird to me.
vlomonaco
Metadata
Metadata
Assignees
Labels
EvaluationRelated to the Evaluation moduleRelated to the Evaluation moduleFeature - Low PriorityNew feature or request, low priorityNew feature or request, low priority