Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
537 contributions in the last year
Contribution activity
September 2020
Created an issue in numpy/numpy that received 4 comments
[1.19.1] sum() bug
sum() bug Reproducing code example: while True: np_val = np.random.randint( 2**5, size=(16*512*512,) ).astype(np.float32) np_val_len = len(np_val) #…
4
comments