Attempt to use a pretrained VGG model as described here to train a classifier using the RAVDESS emotion dataset.
- Download the pretrained VGG model from here
- Move the VGG model into
./pretrained_models/
- Download the RAVDESS speech dataset from here
- Extract the zip into
./data
- Install conda
- Install dependencies:
conda env create -f environment.yml
- Activate environment:
source activate vggec
- Run jupyter:
jupyter notebook
Notebooks with the relevant code can be found in experiments