Closed chewxy closed 3 years ago
When I was doing this livestream, I caught a bug:
T := tensor.New(tensor.WithShape(4,4), tensor.Range(tensor.Int, 0,16)) S, _ := T.Slice(S(1, 4), S(1,4))= s, _ := Sum(S) // wrong value
When I was doing this livestream, I caught a bug: