Deep-Semantic-Similarity-Model-PyTorch
Deep-Semantic-Similarity-Model-PyTorch copied to clipboard
My PyTorch implementation of the Deep Semantic Similarity Model (DSSM)/Convolutional Latent Semantic Model (CLSM) described here: http://research.microsoft.com/pubs/226585/cikm2014_cdssm_final.pdf.
Results
1
Deep-Semantic-Similarity-Model-PyTorch issues
Sort by
recently updated
recently updated
newest added
hi, it is obsession me that the l_Qs[i].transpose(1,2) when i test this method, i found that this method does not work ~~~python import torch from torch.autograd import Variable import numpy...