Created
March 12, 2018 11:23
-
-
Save kvalv/23abcf7ba7a16c519ee4c336cc93ed50 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
| float_matrix = np.random.randint(1, 100, size=(100, 100), dtype=np.float64) | |
| int_matrix = np.array(float_matrix, np.int64) # alternatively use np.int8 also | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment