File: control

package info (click to toggle)
pytorch-vision 0.24.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 21,844 kB
  • sloc: python: 70,433; cpp: 11,502; ansic: 2,588; java: 550; sh: 317; xml: 79; objc: 56; makefile: 33
file content (38 lines) | stat: -rw-r--r-- 1,352 bytes parent folder | download
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
36
37
38
Source: pytorch-vision
Section: science
Homepage: https://github.com/pytorch/vision
Priority: optional
Standards-Version: 4.6.1
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,
               libgflags-dev,
               libgoogle-glog-dev,
               libjpeg-dev,
               libpng-dev,
               libwebp-dev,
               libtorch-dev (>= 2.9.1~),
               ninja-build,
               pybind11-dev,
               python3,
               python3-av,
               python3-dev,
               python3-numpy,
               python3-pillow,
               python3-pybind11,
               python3-scipy,
               python3-setuptools,
               python3-torch (>= 2.9.1~)

Package: python3-torchvision
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
Recommends: python3-av
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.