AI Dynamics

Global AI News Aggregator

About

PyTorch Uses Own Tensor Engine, Not NumPy

Actually, PyTorch does not build on NumPy.
It uses its own tensor engine with GPU support, compilation, etc.
The only dependencies on NumPy is to provide some interoperability between NumPy arrays and Torch tensors.

→ View original post on X — @ylecun