-
Perhaps it is a MatchZoo issue.
Code:
```python
import pyterrier as pt
if not pt.started():
pt.init(tqdm='notebook')
import onir_pt
```
Log:
```python
-----------------------------…
-
Hi, I have a question regarding choosing the epochs and doing hyperparameter tuning in general.
I am currently using `matchzoo.trainers.trainer` to train my models with the default number of epochs…
-
### Describe the bug
error occurs when import matchzoo
### Describe your attempts
>>> import matchzoo as mz
Traceback (most recent call last):
File "", line 1, in
File "/app/python_venv/l…
-
### Describe the bug
the project needs TensorFlow, but set_up.py does not contain the package. Although the requirements.txt contain the package, but when execute the command: pip install -e ., it wi…
-
Similar to https://github.com/NTMC-Community/MatchZoo
-
### Describe the bug
`pip install amtchzoo` does not copy data files such as `train.csv` into '/usr/local/lib/python3/site-packages/matchzoo/datasets/toy`.
### To Reproduce
Do the following to in…
-
### Describe the bug
When I run the tutorial code for DSSM, the following error appears:
**RuntimeError: Expected object of scalar type Float but got scalar type Double for argument #2 'mat1' in…
-
### Describe the bug
Hi, I have the following issue:
when I am trying to train my model using `trainer.run()`, I get the following error:
```
Traceback (most recent call last):
File "/Users/xx/…
-
Hello! I recently watched the github/NTMC-Community/MatchZoo program and read the tutorial to understand it, but watching matchzoo is a bit embarrassing. I want to try using the toy dataset, run the p…
-
### Describe the Question
Please provide a clear and concise description of what the question is.
### Describe your attempts
- [x] I walked through the tutorials
- [x] I checked the documentatio…