/hear2021-eval-kit

Evaluation kit for HEAR 2021 NeurIPS competition

Primary LanguagePythonApache License 2.0Apache-2.0

hear2021-eval-kit

Evaluation kit for HEAR 2021 NeurIPS competition

pip install heareval

Development

Clone repo:

git clone https://github.com/neuralaudio/hear2021-eval-kit
cd hear2021-eval-kit

Install in development mode:

pip install -e ".[dev]"

Make sure you have pre-commit hooks installed:

pre-commit install

Running tests:

python3 -m pytest