Context
Currently we are computing all metrics during the model training. This is true both for:
- Training of TMD and DL classifiers:
|
logger.info("Evaluation") |
|
# TODO: metrics should be computed at evaluation time, not during training |
|
# compute metrics |
- Training of Morphometrics classifiers:
|
logger.info("Evaluation") |
|
# TODO: metrics should be computed at evaluation time, not during training |
|
# compute metrics |
Actions
See also
#45 (comment)
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.chkproduced duringtrainingcontains metrics scores.trainingstage toevaluationstages.See also
#45 (comment)