MatchZoo
MatchZoo copied to clipboard
Facilitating the design, comparison and sharing of deep text matching models.
### 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 install matchzoo pip install tensorflow pip...
I need a model for text matching IR (QA). I just have short sentences but less data (about 20 000 examples). Up to now I tried a deep CNN siamese...
### Describe the bug When calling `preprocessor = mz.preprocessors.DSSMPreprocessor() train_processed = preprocessor.fit_transform(train_pack)` the preprocessor does not automatically initialise preprocessor.context like when calling `train_processed = preprocessor.fit(train_pack)` ### To Reproduce ```python import...
大家有没有知道MatchACNN框架的?可以打开https://github.com/NTMC-Community/MatchZoo/tree/master/matchzoo/models/match_acnn这个链接吗?我看着怎么没有这个文件目录?
Bumps [keras](https://github.com/keras-team/keras) from 2.3.0 to 2.13.1. Release notes Sourced from keras's releases. Keras Release 2.13.1 What's Changed Fix timeseries_dataset_from_array counts when sequence_stride > 1 by @basjacobs93 in keras-team/keras#17396 Fix doc...