Low-rank-Multimodal-Fusion icon indicating copy to clipboard operation
Low-rank-Multimodal-Fusion copied to clipboard

This is the repository for "Efficient Low-rank Multimodal Fusion with Modality-Specific Factors", Liu and Shen, et. al. ACL 2018

Results 11 Low-rank-Multimodal-Fusion issues
Sort by recently updated
recently updated
newest added

Epoch 0 complete! Average Training loss: nan Training got into NaN values... Model initialized Epoch 0 complete! Average Training loss: nan Training got into NaN values... Model initialized Epoch 0...

Hello, there is an error ' Cannot pickle local object 'load_mosi..MOSI',Is there a problem with the torch version?

Hi, The train, test, valid numbers are not matching with the paper. And also, the pickle contains the binary labels. how do you run the scripts for multilabel. Can I...

Can't pickle local object 'load_mosi..MOSI'

Thank you for sharing your work ! I'm confused about the data read from dataset IEMOCAP.pkl ` iemocap_data = pickle.load(open(data_path + "iemocap.pkl", 'rb'), encoding='bytes') print(np.sum(iemocap_data[b'happy'][TRAIN][TEXT])) print("------------------------------------") print(np.sum(iemocap_data[b'sad'][TRAIN][TEXT])) print("------------------------------------") print(np.sum(iemocap_data[b'angry'][TRAIN][TEXT])) print("------------------------------------")...

train iemocap keyerror happy

Hello. How do you fix the nan and inf value in the mosi dataset? I just replace the inf value with 0, but the result is bad. Acc-2 is only...

how to solve this problem?please Traceback (most recent call last): File "train_pom.py", line 274, in main(PARAMS) File "train _pom.py", line 248, in main results = [ahid, vhid,thid,adr,vd, tdr,factor_lr,lr, x, batch_sz,...

I tried to save this model on colab. model_save_name = 'classifier.pt' path = F"/content/gdrive/My Drive/{model_save_name}" torch.save(LMF.state_dict(), path) but found error TypeError Traceback (most recent call last) in () 1 model_save_name...

Hi, There are two columns in the label field in the iemocap.pkl file and the value is only 0 and 1. Could you please provide me with information on whether...