elasticdl icon indicating copy to clipboard operation
elasticdl copied to clipboard

None of the checkpoints saved from training process is evaluated.

Open brightcoder01 opened this issue 6 years ago • 1 comments

In EDL train command, there are two parameters checkpoint_steps and evaluation_steps. Per checkpoint_steps, the training checkpoint will be saved. Per evaluation_steps, the checkpoint file for evaluation will be saved and the evaluation task for this checkpoint will generated and assigned to the workers. But the checkpoint files from training process are not evaluated at all.

brightcoder01 avatar Sep 24 '19 15:09 brightcoder01

Please refer to #1252 , I think we might have two kinds of evaluation.

QiJune avatar Sep 27 '19 00:09 QiJune