constantinpape/torch-em

Save running metric for each checkpoint

Closed this issue · 1 comments

It would be helpful to save the current metric (store it as current_metric) here for:
a. The latest checkpoint metric
b. The save_every_kth_epoch checkpoint metric

(It is potentially helpful for various experiments to check the metric at certain checkpoints (which could / could not be the best one))

Added in #223