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 bacc802 commit 01fca3aCopy full SHA for 01fca3a
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