mnist_image_dataset {tfio}R Documentation

Creates a MNISTImageDataset.

Description

This creates a dataset for MNIST images.

Usage

mnist_image_dataset(filenames, compression_type = NULL)

Arguments

filenames

A tf.string tensor containing one or more filenames.

compression_type

A tf.string scalar evaluating to one of "" (no compression), "ZLIB", or "GZIP".


[Package tfio version 0.4.1 Index]