Skip to content

Releases: NTMC-Community/MatchZoo-py

Version 1.1.1

12 Dec 02:48
0f08a4f
Compare
Choose a tag to compare
  • Optimize Dataset and DataLoader
  • Sort vocabulary for reproducibility when setting seed

Version 1.1

28 Oct 03:14
91a1258
Compare
Choose a tag to compare
  • Add new models: MVLSTM, MatchPyramid, HBMP, DUET, MatchSRNN, aNMM and DIIN
  • Add activation to classification models
  • Add Ngram callbacks for Dataset
  • Remove DSSMPreprocessor, CDSSMPreprocessor and CDSSMPadding
  • Add BERT attention_mask and token_type_ids
  • Support specifying GPUs for DataParallel and remove parameter data_parallel in trainer
  • Fix other bugs

Version 1.0

22 Aug 01:57
8883d09
Compare
Choose a tag to compare
  • Written based on PyTorch
  • Add BertPreprocessor, BertPadding, BertModule and Bert model
  • Speed up loading embedding & support word2vec, GloVe and fastText
  • Implement a majority of matching models
  • Support dynamic padding
  • Auto check task when defining a task
  • Support multiprocess DataLoader
  • Support early stopping, clipping gradient norm, validation interval and auto save best model