You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: metrics should be computed at evaluation time, not during training
# compute metrics
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.
Context
Currently we are computing all metrics during the model training. This is true both for:
morphoclass/src/morphoclass/console/cmd_train.py
Lines 139 to 141 in 35bbe61
morphoclass/src/morphoclass/console/cmd_morphometrics.py
Lines 198 to 200 in 35bbe61
Actions
checkpoint.chk
produced duringtraining
contains metrics scores.training
stage toevaluation
stages.See also
#45 (comment)
The text was updated successfully, but these errors were encountered: