Skip to content

Instantly share code, notes, and snippets.

@kiddojazz
Created January 15, 2023 16:44
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 kiddojazz/3d2ba81e97a3402b761a140c87cf86cb to your computer and use it in GitHub Desktop.
Save kiddojazz/3d2ba81e97a3402b761a140c87cf86cb to your computer and use it in GitHub Desktop.
#Convert the data to a numpy array
x_test = np.array(x_test)#Reshape the data
x_test = np.reshape(x_test, (x_test.shape[0], x_test.shape[1], 1 ))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment