https://github.com/samyc2002/hcl_audio
https://github.com/samyc2002/hcl_audio
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samyc2002/hcl_audio
- Owner: Samyc2002
- Created: 2024-02-01T12:45:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T04:56:58.000Z (over 1 year ago)
- Last Synced: 2024-10-30T08:26:25.986Z (about 1 year ago)
- Language: Python
- Size: 116 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
```