diff options
Diffstat (limited to 'misc/py-pytorch/pkg-descr')
-rw-r--r-- | misc/py-pytorch/pkg-descr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/py-pytorch/pkg-descr b/misc/py-pytorch/pkg-descr new file mode 100644 index 000000000000..6378f7a68ec8 --- /dev/null +++ b/misc/py-pytorch/pkg-descr @@ -0,0 +1,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 |