A Modular and Extensible Deep Learning Toolkit for Computer Audition Tasks.
Project description
autrainer
A Modular and Extensible Deep Learning Toolkit for Computer Audition Tasks.
autrainer is built on top of PyTorch and Hydra, offering a modular and extensible way to perform reproducible deep learning experiments for computer audition tasks using YAML configuration files and the command line.
Installation
It is recommended to install autrainer within a virtual environment. To create a new virtual environment, refer to the Python venv documentation.
Next, install autrainer using pip.
pip install autrainer
The following optional dependencies can be installed to enable additional features:
latex for LaTeX plotting (requires a LaTeX installation).
mlflow for MLflow logging.
tensorboard for TensorBoard logging.
opensmile for audio feature extraction with openSMILE.
albumentations for image augmentations with Albumentations.
audiomentations for audio augmentations with audiomentations.
torch-audiomentations for audio augmentations with torch-audiomentations.
pip install autrainer[latex]
pip install autrainer[mlflow]
pip install autrainer[tensorboard]
pip install autrainer[opensmile]
pip install autrainer[albumentations]
pip install autrainer[audiomentations]
pip install autrainer[torch-audiomentations]
To install autrainer with all optional dependencies, use the following command:
pip install autrainer[all]
To install autrainer from source, refer to the contribution guide.
Next Steps
To get started using autrainer, the quickstart guide outlines the creation of a simple training configuration and tutorials provide examples for implementing custom modules including their configurations.
For a complete list of available CLI commands, refer to the CLI reference or the CLI wrapper.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autrainer-0.10.0.tar.gz.
File metadata
- Download URL: autrainer-0.10.0.tar.gz
- Upload date:
- Size: 129.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7041d1e6f7862b679a39a0a9d1557282747c2a6f5ea145e0b9bcdfd5e0f228c5
|
|
| MD5 |
68289c53bbd769079a88ce82f2a49fd4
|
|
| BLAKE2b-256 |
4aaad9523db0f732a9ef651da9cb2c1d3be845c4b678e368dfeba310a34da292
|
File details
Details for the file autrainer-0.10.0-py3-none-any.whl.
File metadata
- Download URL: autrainer-0.10.0-py3-none-any.whl
- Upload date:
- Size: 290.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cb151cfb79c379cf0a4b7c07db04b235836ee86624529b388acb71845851e9a
|
|
| MD5 |
db83adafea9e8e75e55dd1b3a335b727
|
|
| BLAKE2b-256 |
b03627b8af6ac6e2ca06b0439503a0e6d721d342074152631f2b1cc30aa1cf4f
|