[ 原始碼: pytorch ]
套件:libtorch-dev(1.7.1-7)
Tensors and Dynamic neural networks in Python with strong GPU acceleration
PyTorch is a Python package that provides two high-level features:
(1) Tensor computation (like NumPy) with strong GPU acceleration (2) Deep neural networks built on a tape-based autograd system
You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed.
This is the CPU-only version of PyTorch and Caffe2 (Development files).
其他與 libtorch-dev 有關的套件
|
|
|
|
-
- dep: libgflags-dev
- commandline flags module for C++ (development files)
-
- dep: libgoogle-glog-dev
- library that implements application-level logging.
-
- dep: libtorch1.7 (= 1.7.1-7)
- Tensors and Dynamic neural networks in Python with strong GPU acceleration
-
- dep: python3-all-dev
- package depending on all supported Python 3 development packages