서버

Flower 서버.

함수

start_server(*[, server_address, server, ...])

gRPC transport layer를 사용하여 Flower 서버를 실행하세요.

클래스

ClientManager()

Flower 클라이언트를 관리하기 위한 Abstract base class.

Driver()

Deprecated abstract base class Driver, use Grid instead.

Grid()

Abstract base class Grid to send/receive messages.

History()

메트릭 콜렉션을 훈련 및 평가하기 위한 History class.

LegacyContext(context[, config, strategy, ...])

레거시 콘텍스트.

Server(*, client_manager[, strategy])

Flower 서버.

ServerApp([server, config, strategy, ...])

Flower 서버.

ServerAppComponents([server, config, ...])

Components to construct a ServerApp.

ServerConfig([num_rounds, round_timeout])

Flower 서버 설정.

SimpleClientManager()

사용 가능한 클라이언트 그룹 제공.

Modules

strategy

Contains the strategy abstraction and different implementations.

workflow

Workflows.