View source on GitHub |
Loads the FLAIR dataset.
tff.simulation.datasets.flair.load_data(
cache_dir: str
) -> tuple[_CLIENT_DATA, _CLIENT_DATA, _CLIENT_DATA]
Args | |
---|---|
cache_dir
|
A string representing the directory containing the output of
write_data .
|
Returns | |
---|---|
A three-tuple of tff.simulation.datasets.ClientData representing the
train, validation, and test split of the FLAIR dataset.
|