Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samyc2002/hcl_audio


https://github.com/samyc2002/hcl_audio

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# HCL_Audio

To run the code, please install the dependencies first:

```bash
pip install -r requirements.txt
```

Then, for training, run the main.py file:

```bash
python main.py -d dcase19 -n 200 -b 32 --debug True
```

For evaluation, run the evqaluation.py file:

```bash
python evaluation.py -d dcase19 -n 200 -b 32 --debug True
```

For help, run the following:

```bash
python main.py --help
```