keras/keras_core/datasets/__init__.py

11 lines
391 B
Python
Raw Normal View History

"""Small NumPy datasets for debugging/testing."""
2023-05-14 00:33:48 +00:00
from keras_core.datasets import boston_housing
from keras_core.datasets import california_housing
from keras_core.datasets import cifar10
from keras_core.datasets import cifar100
from keras_core.datasets import fashion_mnist
from keras_core.datasets import imdb
from keras_core.datasets import mnist
from keras_core.datasets import reuters