Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.16 KB

Acoustic Scene Classification with Convolutional Neural Network (CNN)


python PyTorch

Before running the code on BC4, make sure the "ADL_DCASE_DATA" is unzipped into the data folder.

Data path:

data
└── ADL_DCASE_DATA
    ├── development
    │   ├── audio/(1170 '*.npy' files)
    │   └── labels.csv
    └── evaluation
        ├── audio/(390 '*.npy' files)
        └── labels.csv

How to run the code on BC4:

$ cd work

$ sbatch train_dcase.sh

Note the data was not altered in this experiment, it's the same as the original DCASE