An open API service indexing awesome lists of open source software.

https://github.com/audeering/audtorch

Utils and data sets for audio and PyTorch
https://github.com/audeering/audtorch

audio machine-learning torch

Last synced: about 1 year ago
JSON representation

Utils and data sets for audio and PyTorch

Awesome Lists containing this project

README

          

========
audtorch
========

|tests| |coverage| |docs| |python-versions| |license|

Deep learning with PyTorch_ and audio.

Have a look at the installation_ and usage_ instructions as a starting point.

If you are interested in PyTorch_ and audio you should also check out the
efforts to integrate more audio directly into PyTorch_:

* `pytorch/audio`_
* `keunwoochoi/torchaudio-contrib`_

.. _installation: https://audeering.github.io/audtorch/install.html
.. _keunwoochoi/torchaudio-contrib: https://github.com/keunwoochoi/torchaudio-contrib
.. _PyTorch: https://pytorch.org
.. _pytorch/audio: https://github.com/pytorch/audio
.. _usage: https://audeering.github.io/audtorch/usage.html

.. |tests| image:: https://github.com/audeering/audtorch/workflows/Test/badge.svg
:target: https://github.com/audeering/audtorch/actions?query=workflow%3ATest
:alt: Test status
.. |coverage| image:: https://codecov.io/gh/audeering/audtorch/branch/master/graph/badge.svg?token=PUA9P2UJW1
:target: https://codecov.io/gh/audeering/audtorch/
:alt: code coverage
.. |docs| image:: https://img.shields.io/pypi/v/audtorch?label=docs
   :target: https://audeering.github.io/audtorch/
   :alt: audtorch's documentation
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/audtorch.svg
:target: https://pypi.org/project/audtorch/
:alt: audtorch's supported Python versions
.. |license| image:: https://img.shields.io/badge/license-MIT-green.svg
:target: https://github.com/audeering/audtorch/blob/master/LICENSE
:alt: audtorch's MIT license