Skip to content

Sample TensorFlow Datasets

Some sample TensorFlow datasets are available on the clusters.

Picotte

Sample datasets are located in clearly-named subdirectories of the directory:

/beegfs/Sample_TF_Datasets

Fashion-MNIST

Fashion-MNIST is a dataset of images of items of clothing from Zalando. They are intended as a drop-in replacement for the original MNIST Dataset.[1]

/beegfs/Sample_TF_Datasets/Fashion_MNIST

Flowers

Flowers is a dataset of images of flowers used in the TensorFlow Image Classification Tutorial.[2]

/beegfs/Sample_TF_Datasets/Flowers

MNIST

MNIST is a dataset of images of handwritten digits.[3]

/beegfs/Sample_TF_Datasets/MNIST

References

[1] Zalando Research - Fashion-MNIST GitHub repository

[2] TensorFlow Tutorials - Image Classification

[3] Yann Lecun - The MNIST database of handwritten digits