Skip to content

Instantly share code, notes, and snippets.

@CaptainAshis
Created August 27, 2018 09:06
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 CaptainAshis/9e0926acbf818f138b11d07d1cdef684 to your computer and use it in GitHub Desktop.
Save CaptainAshis/9e0926acbf818f138b11d07d1cdef684 to your computer and use it in GitHub Desktop.
imag fastai
fn=PATH+data.trn_ds.fnames[1]
fn
## '/content/clouderizer/dogbreed/data/competitions/dog-breed-identification/train/001cdf01b096e06d78e9e5112d419397.jpg'
img=PIL.Image.open(fn)
img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment