38 Commits (dd94641a271f3e14fb14bc2d5fb2271fa4056565)

Author SHA1 Message Date
  ChenXin b874fba8f2 add the test for modules.utils.summary 6 years ago
  Yige Xu fccb6d9b1b add __init__.py in test dir to solve file conflicts. 6 years ago
  yh 8d3cab5f7d Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 6 years ago
  yh 5ebce3176f 增加部分测试 6 years ago
  Yige Xu 4e2ca6c95a add test code for testing pooling 6 years ago
  Yige Xu d15ad75d96 fix a bug in test code 6 years ago
  yh 1994029ab8 1.当前支持的encoding_type都支持从tag_vocab中自动判断;避免触发无意识导致的metric bug; 2. 修复部分inplace操作无法求导的问题; 3.Vocabulary将一些属性通过property暴露 6 years ago
  Yige Xu 4440801dbf 1. update bert.py and fix a bug in bert_embedding to adapt torch 1.2.0; 2. update models/bert.py and add BertForSentenceMatching model, now a BertEmbedding param should be passed to these five models; 3. create a small bert version for testing and modify test/models/test_bert.py; 4. move small glove and word2vec files to data_for_tests/embedding/small_static_embedding dir and fix relevant test codes; 5. delete some __init__.py files in test dir. 6 years ago
  yh 3ae383efc3 修复BertEmbedding中长度会额外加长的bug 6 years ago
  yh 014e9786c7 1. 分类DataSetLoader中的Loader功能Pipe功能; 2. 增加数据集自动下载; 3.修复vocabulary中的bug 6 years ago
  xuyige 570b214dfb 增加fastNLP.embeddings模块并修改对应的现有代码以适配fastNLP.embeddings 6 years ago
  xuyige 089009f9f2 大幅度更新: 6 years ago
  yh_cc 2f5d8967a3 1. 适配将Batch修改为pytorch的DataLoader的修改 6 years ago
  xuyige 016f02be3b fix bugs in model/bert.py and add testing codes 6 years ago
  ChenXin ff1d695aa4 修改了 modules 模块的__all__ 和 import 6 years ago
  ChenXin 51b493d716 修改 io 的测试文件; 删除了一些过时的测试 6 years ago
  yh_cc 56ff4ac7a1 统一不同位置的seq_len_to_mask, 现统一到core.utils.seq_len_to_mask 6 years ago
  yunfan 702fa1d95c - update attention 6 years ago
  yh_cc f65c0935f6 Merge branch 'dev' of github.com:choosewhatulike/fastNLP-private into dev 6 years ago
  yh_cc 06891cf90a 补充注释,并修改部分代码 6 years ago
  xuyige ee49f4177e update char level encoder 6 years ago
  yunfan e025350ea8 Merge branch 'dev' of https://github.com/choosewhatulike/fastNLP-private into pr 6 years ago
  yh_cc 29f81e79ad 准备发布0.4.0版本“ 7 years ago
  yunfan e12041513f Merge remote-tracking branch 'private/dev' into pr 7 years ago
  yh e5f68bbd5b 修复CRF为负数的bug 7 years ago
  yh f2d7d01bb7 修复CRF中可能存在的bug 7 years ago
  yunfan 7c7f28f2ac - add star-transformer 7 years ago
  yh 897c43fc3b 1. CRF增加constrain, 用于限制跃迁,比如BMES中B不能跃迁到S 7 years ago
  FengZiYjun 3d66975091 * refine code comments 7 years ago
  yunfan 8ea529404e fix test 7 years ago
  FengZiYjun fb806163c3 remove unused codes; add more tests 7 years ago
  FengZiYjun 5be4cb7bb5 Merge Preprocessor into DataSet. 7 years ago
  FengZiYjun 28a0683853 1. add tests in test_fastNLP.py & test_sampler.py; increase test coverage to 81% 7 years ago
  xuyige beee885689 add test code for testing variational rnn 7 years ago
  xuyige 2bc54c6d17 add test code for testing masked rnn 7 years ago
  xuyige 7a54a20908 add codes testing utils 7 years ago
  xuyige 246908bf45 find a bug that bilinear must have bias 7 years ago
  xuyige e58295d657 add test code for testing other modules 7 years ago