STRUCT
Contents
- Properties
nameversionbatchSizelearningRatemaxUpdates
public struct FederatedClientConfig: CodableConfiguration value that contains details regarding the model used for the training cycle and the training configuration.
public let name: StringName of the model received from PyGrid
public let version: StringVersion of the model received from PyGrid
public let batchSize: IntSize of batch used for training the model
public let learningRate: FloatLearning rate used for training the model
public let maxUpdates: Int