pytorch-audio 0.7.2-1ubuntu1 source package in Ubuntu

Changelog

pytorch-audio (0.7.2-1ubuntu1) jammy; urgency=medium

  * Build-depend on python3-dev instead of python3-all-dev

 -- Graham Inggs <email address hidden>  Fri, 11 Feb 2022 12:40:44 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pytorch-audio_0.7.2.orig.tar.gz 3.4 MiB 6457ede333e160f4da36abe3a78537556bd14d399837171056a5d97edd7c9bf6
pytorch-audio_0.7.2-1ubuntu1.debian.tar.xz 2.5 KiB 04983f26b346e5794440eb64852d4b9ca1ff62d22f2a9825acecbfeb5815dd59
pytorch-audio_0.7.2-1ubuntu1.dsc 2.3 KiB 799dd8006ad986476424f0c1ae070dd914a0f99766b063c653ac53a673c91cb4

View changes file

Binary packages built by this source

python3-torchaudio: 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.

python3-torchaudio-dbgsym: debug symbols for python3-torchaudio