Created
January 30, 2021 18:12
-
-
Save GeorgeSeif/248fc08cde076e82502fce057b0be163 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
import numpy as np | |
data_size = 1000 | |
data = np.random.normal((100, 100, 100), (20, 20, 20), (data_size, 3)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment