declare-lab/MELD

About the sequence length and sentence length.

KuzmaNg opened this issue · 2 comments

Hi, Meld crew.
I tried running baseline code with text-only sentiment classification, and it worked. However, I got one question in baseline.py (Line 124). It's about the input_length in Embedding layer. I think it should be the sentence_length instead of the sequence_length, since the 2nd dimension of the concatenated_tensor is a negative number (-48) in my case.

Hi. Thank you for noticing the error. We have now corrected the line!

@devamanyu Thank you.