Multimodal-Transformer
Multimodal-Transformer copied to clipboard
[ACL'19] [PyTorch] Multimodal Transformer
Hi, I have variable length sequences for my task and those sequences are padded to a prespecified maximum length. How can I ensure that the padded part of the sequence...
I found that the formula for calculating the f1 score is: f_score = f1_score((test_preds[non_zeros] > 0), (test_truth[non_zeros] > 0), average='weighted') However, as far as I know, the f1 score should...
@yaohungt , I am beginner, hence these questions. I am trying to understand how accuracies are calculated for IEMOCAP as it is multi class and multi label emotions. Do we...
I noticed there are data stored in pkl files but there is no implementations of how these pkl files have been made after preprocessing. How can i reproduce the results...