p2pfl.learning.frameworks.tensorflow.callbacks.keras_logger moduleΒΆ

Keras Logger for P2PFL.

class p2pfl.learning.frameworks.tensorflow.callbacks.keras_logger.FederatedLogger(node_name)[source]ΒΆ

Bases: Callback, P2PFLCallback

Keras Logger for Federated Learning. Handles local training logging.

Parameters:

node_name (str) – Name of the node.

static get_name()[source]ΒΆ

Get the name of the callback.

Return type:

str

on_epoch_end(epoch, logs=None)[source]ΒΆ

Log metrics at the end of each epoch.

on_train_batch_end(batch, logs=None)[source]ΒΆ

Log metrics at the end of each batch (optional).