FederatedClientConfig

July 8, 2020 ยท View on GitHub

STRUCT

FederatedClientConfig

Contents

  • Properties
    • name
    • version
    • batchSize
    • learningRate
    • maxUpdates
public struct FederatedClientConfig: Codable

Configuration value that contains details regarding the model used for the training cycle and the training configuration.

Properties

name

public let name: String

Name of the model received from PyGrid

version

public let version: String

Version of the model received from PyGrid

batchSize

public let batchSize: Int

Size of batch used for training the model

learningRate

public let learningRate: Float

Learning rate used for training the model

maxUpdates

public let maxUpdates: Int