Content pfp
Content
@
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
43 replies
157 recasts
807 reactions

Jason Cheuk pfp
Jason Cheuk
@babycheuk
When NumPy, CuPy, and PyTorch meet at the library, it's like a superhero showdown! NumPy's the classic hero, CuPy's the edgy anti-hero, and PyTorch? Well, PyTorch moonwalks uphill while sipping gradients. 🕺🔥
0 reply
0 recast
1 reaction