1. The official repository for the project ESRelation:
Paper Title: Exploring Inter-Node Relations in CNNs for Environmental Sound Classification
2. ☞ Project Page for dynamic visualization examples.
- click here (pw:
hack
) to download the trained models
Model | 5Fold-CV |
---|---|
ResNeXt-GMP (baseline) | 90.3 |
ResNext-GMP + RBlock (our best) | 91.9 |
Model | 10fold-CV |
---|---|
ResNeXt-GMP (baseline) | 84.7 |
ResNeXt-GMP + RBlock (our best) | 85.9 |
Model | Fold1 |
---|---|
ResNeXt-GAP (baseline) | 77.24 |
ResNeXt-GAP + RBlock (our best) | 79.15 |
- Install python environment, see
requirements.yaml
- The code is based on
torch1.6.0
andpython3.6.10
- The code is based on
# needs to change the prefix in requirements.yaml file to your own directory
conda env create -f requirements.yaml
- Run with config files, under cfgs/ folders
python main.py --cfg <cfg-file>