## 🚀 Feature <!-- A clear and concise description of the feature proposal --> <!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too --> <!-- A clear and concise description of what you want to happen. --> <!-- A clear and concise description of any alternative solutions or features you've considered, if any. --> <!-- Add any other context or screenshots about the feature request here. --> Hi @vfdev-5 , In current ignite CheckpointHander, it compares `priority`(may be metrics) > `previous priority` and save models: https://github.com/pytorch/ignite/blob/master/ignite/handlers/checkpoint.py#L357 But we received several requests to customize this compare logic, is it possible to make options for it? Thanks.