File: control

package info (click to toggle)
pytorch-audio 0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 5,512 kB
  • sloc: python: 15,606; cpp: 1,352; sh: 257; makefile: 21
file content (38 lines) | stat: -rw-r--r-- 1,697 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-audio
Section: science
Homepage: https://github.com/pytorch/audio
Priority: optional
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/deeplearning-team/pytorch-audio.git
Vcs-Browser: https://salsa.debian.org/deeplearning-team/pytorch-audio
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               libgflags-dev,
               libgoogle-glog-dev,
               libsox-dev,
               libtorch-dev (>= 1.6.0),
               ninja-build,
               pybind11-dev,
               python3-all,
               python3-all-dev,
               python3-parameterized <!nocheck>,
               python3-pytest <!nocheck>,
               python3-scipy <!nocheck>,
               python3-setuptools,
               python3-torch (>= 1.6.0)
X-Python3-Version: 3.9

Package: python3-torchaudio
Architecture: any
Depends: python3-torch, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Data manipulation and transformation for audio signal processing
 The aim of torchaudio is to apply PyTorch to the audio domain. By supporting
 PyTorch, torchaudio follows the same philosophy of providing strong GPU
 acceleration, having a focus on trainable features through the autograd system,
 and having consistent style (tensor names and dimension names). Therefore, it
 is primarily a machine learning library and not a general signal processing
 library. The benefits of Pytorch is be seen in torchaudio through having all
 the computations be through Pytorch operations which makes it easy to use and
 feel like a natural extension.