Content pfp
Content
@
https://warpcast.com/~/channel/programming
0 reply
0 recast
0 reaction

Vitalik Buterin pfp
Vitalik Buterin
@vitalik.eth
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
425 recasts
1682 reactions

kevin mfer 🎩 pfp
kevin mfer 🎩
@kevinmfer
idk any coding but i felt that 😂😂😂
0 reply
1 recast
3 reactions

Yash pfp
Yash
@hypeman33
It's a Python Code
0 reply
0 recast
0 reaction