View source on GitHub |
Converts dataset
for use with the output of create_simple_keras_model
.
tff.simulation.models.mnist.keras_dataset_from_emnist(
dataset
)
Args | |
---|---|
dataset
|
An instance of tf.data.Dataset to read from.
|
Returns | |
---|---|
An instance of tf.data.Dataset after conversion.
|