COntextualized GNN based Multimodal Emotion recognitioN
-
We use PyG (PyTorch Geometric) for the GNN component in our architecture. RGCNConv and TransformerConv
-
We use comet for logging all our experiments and its Bayesian optimizer for hyperparameter tuning.
-
For textual features we use SBERT.
python preprocess.py --dataset="iemocap_4"
python train.py --dataset="iemocap_4" --modalities="atv" --from_begin --epochs=55
python eval.py --dataset="iemocap_4" --modalities="atv"