Skip to content

Instantly share code, notes, and snippets.

@kamal2230

kamal2230/mc9.py Secret

Created October 11, 2020 07:20
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 kamal2230/69cb9e7563c89502489acb338c9f027a to your computer and use it in GitHub Desktop.
Save kamal2230/69cb9e7563c89502489acb338c9f027a to your computer and use it in GitHub Desktop.
test_img = os.listdir(os.path.join(validation_dir))
test_df = pd.DataFrame({'Image': test_img})
test_df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment