View on TensorFlow.org
|
Run in Google Colab
|
View source on GitHub
|
Download notebook
|
This tutorial provides an example of loading data from NumPy arrays into a tf.data.Dataset.
This example loads the MNIST dataset from a .npz file. However, the source of the NumPy arrays is not important.
Setup
import numpy as
View on TensorFlow.org
Run in Google Colab
View source on GitHub
Download notebook