Skip to content

Instantly share code, notes, and snippets.

@rpalo
Created August 21, 2019 13:04
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 rpalo/e352f154761b064a12a9284ab7f43743 to your computer and use it in GitHub Desktop.
Save rpalo/e352f154761b064a12a9284ab7f43743 to your computer and use it in GitHub Desktop.
training = training.reshape((75, 4, 1)) # Add the third axis
training = np.swapaxes(training, 0, 2) # ROTATE!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment