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.
PyTorch Uses Own Tensor Engine, Not NumPy
By
–
Leave a Reply