Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created September 23, 2020 02:12
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 abhishek-shrm/3969d48df6dbb84fda09f472862765e7 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/3969d48df6dbb84fda09f472862765e7 to your computer and use it in GitHub Desktop.
print('Shape of Train Split=>',x_train_split.shape,y_train_split.shape)
print('Shape of Validation Split=>',x_valid_split.shape,y_valid_split.shape)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment