conda env create -f environment.yml
We use conda to manage python environemnt.
conda activate meta-perser
IEMOCAP datasets need to be downloaded and placed all WAV files into folder data/IEMOCAP/Audios/ with a folder structure like this:
├── data
│ ├── IEMOCAP
│ │ ├── Audios # All WAV files
│ │ ├── split_session # Labels for split session
│ │ ├── no_split_session # Labels for no split session
│ │ ├── all_data.csv # Original IEMOCAP Labels
│ │ ├── ...
running code with script file!
./run.sh
--load_model <path to your checkpoint> \
./run_meta.sh
--testonly # flag to meta-test the load model only
--test_annotator_id 1 # choose the annotator id to test(choices: 1, 3, 6, 7, 9)
--test_session Ses05 # test on unseen data
--wandb # upload training information to Weight and Bias