Thank you for your reply.
In fact the ‘load_cycle’ method will load saved models at the end of cycles. A cycle could have many epochs. And what is printed are the metrics(losses, accuracies) after each epoch of total number of cycles specified when calling fit method. So this method is guaranteed to save your best performance on the valid set while save_cycle is not.
Thank you for the PR suggestion, I’ll try.
3 Likes