Created
December 12, 2018 23:13
-
-
Save athena15/7eb7e816bd426a448ca6149aee3b7f50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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