Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@CaptainAshis
Created September 18, 2018 17:36
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/d99254f3d7352bbae8eff5a2212fa23b to your computer and use it in GitHub Desktop.
Save CaptainAshis/d99254f3d7352bbae8eff5a2212fa23b to your computer and use it in GitHub Desktop.
pl_val_train_fastai
label_csv = f'{PATH}train_v2.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