1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: pytorch-vision
Section: science
Homepage: https://github.com/pytorch/vision
Priority: optional
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/deeplearning-team/pytorch-vision.git
Vcs-Browser: https://salsa.debian.org/deeplearning-team/pytorch-vision
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Rules-Requires-Root: no
Build-Depends: cmake,
debhelper-compat (= 13),
dh-python,
libtorch-dev (>= 1.6.0),
ninja-build,
python3,
python3-numpy,
python3-pillow,
python3-scipy,
python3-torch (>= 1.6.0),
python3-setuptools,
python3-all,
python3-all-dev,
libgflags-dev,
libgoogle-glog-dev,
python3-pybind11,
pybind11-dev,
X-Python3-Version: 3.9
Package: python3-torchvision
Architecture: any
Depends: python3-torch, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Datasets, Transforms and Models specific to Computer Vision
The torchvision package consists of popular datasets, model architectures, and
common image transformations for computer vision.
|