Domestic environment sound event detection task.
Baseline DCASE Task 4 recipes:
Updates are on the website and join us in the dedicated slack channel.
Go to ./recipes/YOUR_DESIRED_RECIPE
and follow the instructions there in the README.md
In each recipe we provide a conda script which creates a suitable conda environment with all dependencies, including pytorch with GPU support in order to run the recipe. There are also instructions for data download and preparation.
Run python setup.py install
to install the desed_task package
If you want to share your recipe in this repo, do not hesitate to create a pull request.
To be able to contribute/modify the code install desed_task
via python setup.py develop
.
By default a pre-commit
is installed via requirements.txt
.
The pre-commit hook checks for Black formatting on the whole repository.
Black ensures that code style is consistent through the whole repository and recipes for better readability.