Skip to content

Instantly share code, notes, and snippets.

@shayaf84
Last active July 31, 2020 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shayaf84/035b0308dabc3f73c11a49d2628e4c75 to your computer and use it in GitHub Desktop.
Save shayaf84/035b0308dabc3f73c11a49d2628e4c75 to your computer and use it in GitHub Desktop.
Run the function plot_one_image (access it in plot_image.py) to plot one image
train_data, train_labels = get_train_data()
test_data, test_labels = get_test_data()
plot_one_image(train_data,train_labels,1)
plot_one_image(train_data,train_labels,40)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment