Skip to content

Instantly share code, notes, and snippets.

@CaptainAshis
Created August 25, 2018 05:32
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/4e2534114637795c5e7909e401d56877 to your computer and use it in GitHub Desktop.
Save CaptainAshis/4e2534114637795c5e7909e401d56877 to your computer and use it in GitHub Desktop.
validation fastai
label_csv=f'{PATH}labels.csv'
n=len(list(open(label_csv)))-1
val_idxs=get_cv_idxs(n)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment