MatchZoo-py icon indicating copy to clipboard operation
MatchZoo-py copied to clipboard

Facilitating the design, comparison and sharing of deep text matching models.

Results 29 MatchZoo-py issues
Sort by recently updated
recently updated
newest added

### Describe the bug My machine restart when loading word2vec embedding causes the memory issue several times. Is it a bug? this problem also occours at Matchzoo(tensorflow version). [MatchZoo 807](https://github.com/NTMC-Community/MatchZoo/issues/807)

bug

After using trainer.save() to save the model. How can I load this model and evaluate it? Thanks!

question

For example, if I have a model.pt file of a drmm model. How can I print all the parameters of each layer?

question

I make some analysis on wiki qa dataset: - training set: Left num: 2118; Right num: 18841;Relation num: 20360;positive example (with label 1) num: 1040(**5.1%**) - dev set: Left num:...

question

In tutorial, some parameters of class `mz.dataloader.Dataset` are mistakenly placed in class `mz.dataloader.DataLoader`.

### Describe the Question I tried to load 840B+300d GloVe using `mz.embedding.load_from_file`. However, it utilizes more than 60+ GB memory, which looks abnormal. ``` python from pathlib import Path import...

question

### To Match and Rank For matching and ranking texts we have datasets like shopee on Kaggle, I would like to load that dataset and test the models, but in...

question

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.38.0 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...

dependencies