blob: 6378f7a68ec83790da493d59f3c51cb3ab7e0f2d (
plain) (
blame)
1
2
3
|
PyTorch is a Python package that provides two high-level features:
* Tensor computation (like NumPy) with strong GPU acceleration
* Deep neural networks built on a tape-based autograd system
|