We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67502c7 commit 5b9be25Copy full SHA for 5b9be25
neural_compressor/training.py
@@ -77,6 +77,7 @@ def on_train_begin(self, dataloader=None):
77
def on_train_end(self):
78
""" called after the end of epochs"""
79
self.callbacks.on_train_end()
80
+ logger.info("Training finished!")
81
82
def on_epoch_begin(self, epoch):
83
""" called on the beginning of epochs"""
0 commit comments