5.1.1.6.1.5. FedEval.role.node

5.1.1.6.1.5.1. Module Contents

5.1.1.6.1.5.1.1. Classes

Node

the basic of a node in federated learning network.

class FedEval.role.node.Node[source]

the basic of a node in federated learning network. This class should be inherited instead of directly instantiate.

name

the name of this node instance.

Type:

str

fed_model

federated strategy instance constructed according to the given configurations.

Type:

FedStrategyInterface

_init_logger(logger_name: str, log_dir_name: str)[source]
static config_gpu(container_id=None)[source]