Skip to content

Instantly share code, notes, and snippets.

@cycyyy
Created June 22, 2019 10:52
Show Gist options
  • Save cycyyy/1a4b6224dc0d42ed2567be5bf18e5090 to your computer and use it in GitHub Desktop.
Save cycyyy/1a4b6224dc0d42ed2567be5bf18e5090 to your computer and use it in GitHub Desktop.
#!/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