
lili
@slim1
266 Following
61 Followers
1 reply
4 recasts
6 reactions
0 reply
1 recast
1 reaction
1 reply
2 recasts
0 reaction
0 reply
1 recast
1 reaction
8 replies
178 recasts
1379 reactions
0 reply
1 recast
2 reactions
0 reply
0 recast
1 reaction
0 reply
0 recast
0 reaction
12 replies
183 recasts
137 reactions
0 reply
1 recast
3 reactions
1 reply
2 recasts
4 reactions
The differences between the APIs of numpy, cupy and torch are so fascinating....
```
>>> import torch as np
>>> np.arange(10)
tensor([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])
>>> a = np.zeros(20)
>>> a[19:-1:-2] = np.arange(10)
```
Torch doesn't let you have ranges that go backwards 🤣
Would love more consistency 19 replies
439 recasts
1783 reactions
13 replies
53 recasts
560 reactions
3 replies
1 recast
1 reaction
0 reply
0 recast
0 reaction
77 replies
857 recasts
5214 reactions
0 reply
1 recast
2 reactions
1 reply
1 recast
0 reaction
0 reply
1 recast
2 reactions
0 reply
1 recast
1 reaction