declare-lab / dialogue-understanding

This repository contains PyTorch implementation for the baseline models from the paper Utterance-level Dialogue Understanding: An Empirical Study
MIT License
124 stars 21 forks source link

A problem. #1

Closed mianzhang closed 4 years ago

mianzhang commented 4 years ago

Hi, I encounter an error when executing the codes using the command "python train.py --dataset iemocap --classify emotion --cls-model lstm --residual". image Is there something wrong with the codes?

mianzhang commented 4 years ago

In glove-end-to-end.

deepanwayx commented 4 years ago

Can you pull the latest branch and try again? It should be fixed now in https://github.com/declare-lab/dialogue-understanding/commit/4fef597c423bdb2dc1642030c80763ee45c826ff

mianzhang commented 4 years ago

Fixed, thanks a lot.