tff.simulation.datasets.build_single_label_dataset
Stay organized with collections
Save and categorize content based on your preferences.
Build a new dataset that only yields examples with a particular label.
tff.simulation.datasets.build_single_label_dataset(
dataset, label_key, desired_label
)
This can be used for creating pathological non-iid (in label space) datasets.
Args |
dataset
|
The base tf.data.Dataset that yields examples that are structures
of string key -> tensor value pairs.
|
label_key
|
The str key that holds the label for the example.
|
desired_label
|
The label value to restrict the resulting dataset to.
|
Returns |
A tf.data.Dataset that is composed of only examples that have a label
matching desired_label .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-20 UTC."],[],[]]