-
Create a new python virtual environment on your machine and activate
-
Install PyTorch using the official instruction: https://pytorch.org/
-
Run
pip install -r requirements.txtto install the rest of the libraries
python BiLSTM_predict.py --valence_model models/subtask1_val.pt --arousal_model models/subtask1_aro.pt --input .\data\test_subtask1.csv --output pred_subtask1.csv
python tft_subtask2a.py
python lm_rnn_subtask2b.py