Skip to content

Instantly share code, notes, and snippets.

@siddharthganjoo
Created September 4, 2021 09:19
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 siddharthganjoo/32b6d1f8649ff89c7be95740a4ab183b to your computer and use it in GitHub Desktop.
Save siddharthganjoo/32b6d1f8649ff89c7be95740a4ab183b to your computer and use it in GitHub Desktop.
print(x_train.shape)
print(y_train.shape)
print(x_val.shape)
print(y_val.shape)
print(x_test.shape)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment