Skip to content

Instantly share code, notes, and snippets.

@hadifar
Last active December 6, 2018 07:10
Show Gist options
  • Select an option

  • Save hadifar/a1c6b0d0a9275ab2822d2708243afe7c to your computer and use it in GitHub Desktop.

Select an option

Save hadifar/a1c6b0d0a9275ab2822d2708243afe7c to your computer and use it in GitHub Desktop.
x_val = x_train[:10000]
y_val = y_train[:10000]
x_train = x_train[10000:]
y_train = y_train[10000:]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment