-
本人用python做机器学习相关项目,深度学习框架使用的是TensorFlow,请问有TensorFlow版本的吗?
-
### Describe the bug
When calling
`preprocessor = mz.preprocessors.DSSMPreprocessor()
train_processed = preprocessor.fit_transform(train_pack)`
the preprocessor does not automatically initialise …
-
### Describe the bug
Loading word2vec embedding causes the memory issue. Loading embedding vector in string format require much more memory.
### Solution
Modify the function `matchzoo.embedding.l…
-
Hi,
I just want to know If you can expect a tutorial in wikiqa for the anmm model like for the others to? Otherwise, It is a bit too hacky to implement this by myself.
Also, is it right now poss…
-
Hey guys,
Good work both on MatchZoo and this list!
I would be interested in quick advices/pointers on something related: I'd like to match related parts of texts.
More formally, I've a docu…
-
Is there any tutorial about how to apply the pairwise hinge loss to these models? Seems that all are related to the pointwise loss, but no pairwise loss.
-
-
I am using MatchZoo version 2. I have several models from match zoo working. When i use the prediction, i get a prediction score between 0 and 1. Is there a way i could get 0 or 1 for each row in my t…
-
- [x] I checked to make sure that this is not a duplicate issue
- [x] I'm submitting the request to the correct repository (for model requests, see [here](https://github.com/NTMC-Community/awaresome-…
-
I have trained the Esim and Bert model.
However, I can not found any code for predicting new sentence pair?
Is anyone can help?