Created
June 22, 2019 10:52
-
-
Save cycyyy/1a4b6224dc0d42ed2567be5bf18e5090 to your computer and use it in GitHub Desktop.
This file contains 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
#!/usr/bin/python | |
# -*- coding: UTF-8 -*- | |
import os | |
import numpy as np | |
size = 10000 | |
arr1 = np.random.rand(size, size) | |
arr1 = np.random.rand(size, size) | |
arr1 = np.random.rand(size, size) | |
arr1 = np.random.rand(size, size) | |
arr1 = np.random.rand(size, size) | |
arr1 = np.random.rand(size, size) | |
arr1 = np.random.rand(size, size) | |
arr1 = np.random.rand(size, size) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment