Type tf.keras.datasets.fashion_mnist
Namespace tensorflow
Public static methods
ValueTuple<object, object> load_data()
Loads the Fashion-MNIST dataset.
Returns
-
ValueTuple<object, object>
- Tuple of Numpy arrays: `(x_train, y_train), (x_test, y_test)`. License: The copyright for Fashion-MNIST is held by Zalando SE. Fashion-MNIST is licensed under the [MIT license]( https://github.com/zalandoresearch/fashion-mnist/blob/master/LICENSE).
object load_data_dyn()
Loads the Fashion-MNIST dataset.
Returns
-
object
- Tuple of Numpy arrays: `(x_train, y_train), (x_test, y_test)`. License: The copyright for Fashion-MNIST is held by Zalando SE. Fashion-MNIST is licensed under the [MIT license]( https://github.com/zalandoresearch/fashion-mnist/blob/master/LICENSE).