Skip to content

Instantly share code, notes, and snippets.

@sid321axn
Created August 26, 2020 13:51
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 sid321axn/f24118e12b36cdc8326f41d411323684 to your computer and use it in GitHub Desktop.
Save sid321axn/f24118e12b36cdc8326f41d411323684 to your computer and use it in GitHub Desktop.
X_tr_t = X_train.reshape(X_train.shape[0], 1, X_train.shape[1])
X_tst_t = X_test.reshape(X_test.shape[0], 1, X_test.shape[1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment