Skip to content

Instantly share code, notes, and snippets.

@CaptainAshis
Last active August 27, 2018 09:15
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/ac736a4e2cb38e612ba6559e35128634 to your computer and use it in GitHub Desktop.
Save CaptainAshis/ac736a4e2cb38e612ba6559e35128634 to your computer and use it in GitHub Desktop.
imag_clas fastai
len(data.trn_ds),len(data.test_ds)
### (8178, 10357)
len(data.classes),data.classes[:5]
##################################
# (120,
# ['affenpinscher',
# 'afghan_hound',
# 'african_hunting_dog',
# 'airedale',
# 'american_staffordshire_terrier'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment