Skip to content

Instantly share code, notes, and snippets.

@roboreport
Created September 16, 2019 01:41
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 roboreport/68a59365963046a27c5446b95033d06f to your computer and use it in GitHub Desktop.
Save roboreport/68a59365963046a27c5446b95033d06f to your computer and use it in GitHub Desktop.
X_train_t = X_train.reshape(X_train.shape[0], 12, 1)
X_test_t = X_test.reshape(X_test.shape[0], 12, 1)
print("최종 DATA")
print(X_train_t.shape)
print(X_train_t)
print(y_train)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment