Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samyc2002/hcl_audio
https://github.com/samyc2002/hcl_audio
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samyc2002/hcl_audio
- Owner: Samyc2002
- Created: 2024-02-01T12:45:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T11:04:10.000Z (7 months ago)
- Last Synced: 2024-04-07T12:23:18.585Z (7 months ago)
- Language: Python
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```