def on_train_begin()

in realbook/callbacks/debugging.py [0:0]


    def on_train_begin(self, logs: Any) -> None:
        """
        Runs at the beginning of training and starts the measurement thread.
        """
        self.monitoring_thread.start()