galsang/BIMPM-pytorch
Re-implementation of BIMPM (Bilateral Multi-Perspective Matching for Natural Language Sentences, Zhiguo Wang et al.) on Pytorch.
Python
Issues
- 0
Access to pretrained model
#16 opened by jaytimbadia - 2
About the vocabulary constructed on snli
#14 opened by Howardqlz - 0
self.TEXT.build_vocab(self.train, self.dev, self.test, vectors=GloVe(name='840B', dim=300)) ,the error always exists.
#15 opened by jams-xin - 1
RuntimeError: Expected object of backend CUDA but got backend CPU for argument #3 'index'
#13 opened by ouening - 2
Improving performance
#8 opened by Arjunsankarlal - 0
The hyper parameter for SNLI and QQP
#9 opened by Albert-Ma - 1
Size([400, 350]) instead of ([400, 300])
#7 opened by tamio96 - 1
- 5
Memory error
#4 opened by hzeng-otterai - 1
Less accuracy in reimplementation
#5 opened by amirkargar - 1
- 1
- 1
Memory issues
#1 opened by galsang