Skip to content

Instantly share code, notes, and snippets.

@jurand71
Created November 16, 2022 08:03
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 jurand71/4b0dbdfecf489967afcc1a86905be4c8 to your computer and use it in GitHub Desktop.
Save jurand71/4b0dbdfecf489967afcc1a86905be4c8 to your computer and use it in GitHub Desktop.
X_train = np.reshape(X_train, (X_train.shape[0], -1))
X_test = np.reshape(X_test, (X_test.shape[0], -1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment