Skip to content

Instantly share code, notes, and snippets.

@MohanaRC
Created June 5, 2023 13:51
Show Gist options
  • Save MohanaRC/2049d29236de340bd00bf07fba1d57f6 to your computer and use it in GitHub Desktop.
Save MohanaRC/2049d29236de340bd00bf07fba1d57f6 to your computer and use it in GitHub Desktop.
train_data, info = tfds.load("mnist", split = "train", with_info = True)
test_data = tfds.load("mnist", split = "test")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment