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
- Host: GitHub
- URL: https://github.com/audeering/audtorch
- Owner: audeering
- License: other
- Created: 2019-04-12T07:23:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T13:17:41.000Z (over 4 years ago)
- Last Synced: 2025-05-18T01:04:34.711Z (about 1 year ago)
- Topics: audio, machine-learning, torch
- Language: Python
- Homepage: https://audeering.github.io/audtorch/
- Size: 7.69 MB
- Stars: 85
- Watchers: 7
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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