I used to use checkpoint callback in Keras, Is there any alternative in Huggingface?
If I re-run the training cell it continues from the last loss so it is automatically saved?
Could anyone please explain more about how Huggingface saves partial checkpoints so I can continue later from this point?
Thanks, BramVanroy
I think this documentation is for PyTorch and I am currently using TensorFlow.
So that means there is no such solution now in TensorFlow