Last active
July 17, 2019 18:10
-
-
Save Hanrui-Wang/c2021b0c43fbe68b20b0070d01265ae2 to your computer and use it in GitHub Desktop.
random
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 | |
| np.random.randint(0, h - new_h) | |
| np.random.randn(in_size, out_size) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment