Checkpoint a model every k steps/epochs

Hi
Could you provide me please with some codes showing how to checkpoint a model every k steps/epochs, with accessing to the path of the checkpoint, as I need to call specific save_models functions inside the checkpoint callback, so I need to pass the paths to the save_models functions. thanks

Please see this reply to saving a model every k epochs. Could you clarify what you need the path of the checkpoint for? I am having trouble understanding what you would like to do regarding save_models.