View source on GitHub
|
Libraries for constructing baseline learning tasks suitable for simulation.
Modules
cifar100 module: Libraries for constructing baseline tasks for the CIFAR-100 dataset.
emnist module: Libraries for constructing baseline tasks for the EMNIST dataset.
landmark module: Libraries for constructing baseline tasks for the GLDv2 dataset.
shakespeare module: Libraries for constructing baseline tasks for the Shakespeare dataset.
stackoverflow module: Libraries for constructing baseline tasks for the Stack Overflow dataset.
Classes
class BaselineTask: Specification for a baseline learning simulation.
class BaselineTaskDatasets: A convenience class for a task's data and preprocessing logic.
class ClientSpec: Contains information for configuring clients within a training task.
View source on GitHub