Skip to content

Instantly share code, notes, and snippets.

@athena15
Created December 12, 2018 23:13
Show Gist options
  • Save athena15/7eb7e816bd426a448ca6149aee3b7f50 to your computer and use it in GitHub Desktop.
Save athena15/7eb7e816bd426a448ca6149aee3b7f50 to your computer and use it in GitHub Desktop.
X_data = np.array(X_data, dtype = 'float32')
X_data = np.stack((X_data,) * 3, axis=-1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment