View source on GitHub |
Returns a small synthetic dataset for testing.
tff.simulation.datasets.cifar100.get_synthetic()
The two clients produced have exactly 5 examples apiece. The images and labels are derived from a fixed set of hard-coded images.
Returns | |
---|---|
A tff.simulation.datasets.ClientData object that matches the
characteristics (other than size) of those provided by
tff.simulation.datasets.cifar100.load_data .
|