R2CNN-Plus-Plus_Tensorflow icon indicating copy to clipboard operation
R2CNN-Plus-Plus_Tensorflow copied to clipboard

Enhancement | Storing best checkpoint

Open deimsdeutsch opened this issue 4 years ago • 5 comments

Is there a way to store the best checkpoint among many so if somebody wants to store the best and not necessarily among every 20,000 checkpoints ? This way should be ideal if the dataset is not balanced.

deimsdeutsch avatar Sep 27 '19 07:09 deimsdeutsch

This is not practical, as a full evaluation will be very time consuming. And after the training is stable, the results are basically the same. @deimsdeutsch

yangxue0827 avatar Sep 27 '19 11:09 yangxue0827

@yangxue0827 Very much practical and has been implemented by many frameworks. Just save the output of checkpoint in a best variable and replace it with the next if it is better. Keep the check for every best interval in the configuration file.

deimsdeutsch avatar Sep 27 '19 14:09 deimsdeutsch

I mean a full evaluation will be very time consuming.  @deimsdeutsch

yangxue0827 avatar Sep 27 '19 14:09 yangxue0827

Can you look into this and add this as enhancement ?

Thanks.

deimsdeutsch avatar Sep 27 '19 14:09 deimsdeutsch

I don't have this plan for the time being, you can try it yourself. @deimsdeutsch

yangxue0827 avatar Sep 27 '19 15:09 yangxue0827