Multimodal_Classification_Co_Attention
Multimodal_Classification_Co_Attention copied to clipboard
Multimodal classification solution for the SIGIR eCOM using Co-attention and transformer language models
Results
1
Multimodal_Classification_Co_Attention issues
Sort by
recently updated
recently updated
newest added
when I run your code, I find that: ``` Multimodal_Classification_Co_Attention-master/model.py: encoded_embeddings = torch.stack([a * b for a, b in zip(all_layer_embeddings, self.bert_weights)]) TypeError: only integer tensors of a single element can...