Skip to content

Instantly share code, notes, and snippets.

@girija2204
Created July 20, 2020 03:59
Show Gist options
  • Save girija2204/efe92d8b0482e93caee457a576219485 to your computer and use it in GitHub Desktop.
Save girija2204/efe92d8b0482e93caee457a576219485 to your computer and use it in GitHub Desktop.
load cifar data
(x_train, y_train), (x_test, y_test) = tf.keras.datasets.cifar10.load_data()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment