Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 810 Bytes

File metadata and controls

58 lines (39 loc) · 810 Bytes

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