25 Commits (70d572cb3efa1b331178c1fe707e73a0fd80d133)

Author SHA1 Message Date
  yh 70d572cb3e Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 5 years ago
  yh 7e41b9d355 1.新增CMRC2018的metric,loss,pipe,loader等; 2. 新增中文Bert的使用教程 5 years ago
  Yige Xu da2416a1b8 fix test bugs in: 1. use prettytable to print instance; 2. CNXNLI loader and pipe. 5 years ago
  yh_cc 8c8e22cc9b DataSet中增加print_field_meta方法,使得其可以获取field的input和target信息 5 years ago
  xuyige 5d8a8c98c6 1. delete io/data_loader dir; 2. delete model/enas*; 3. delete legacy dir; 4. delete DateSetLoader and relevant codes; 5. fix a test code error in core/test_dataset.py; 6. delete io.BaseLoader and relevant code. 5 years ago
  yh 22a8702d22 1. Trainer支持使用DistributedDataParallel训练; 但是还没有经过广泛测试,谨慎使用; 2. 修复import os bug; 3.FitlogCallback支持不传入任何DataSet; 4. NullOptimizer的construct_from_optimer返回self; 5. 修复Bert中pooled_cls的bug;“ 5 years ago
  ChenXin 881ce01762
Dev0.4.0 (#149) 6 years ago
  FengZiYjun e4f997d52a refactor type system in FieldArray: 6 years ago
  FengZiYjun c0b67a2bc9 fix tests 6 years ago
  FengZiYjun db0a789d61 * final clean up 6 years ago
  FengZiYjun 720a264eb3 * rename DataSet.get_fields() into get_all_fields() 6 years ago
  FengZiYjun 6129a31c1d * fix tests 6 years ago
  yh 1158556236 1. 优化trainer checkcode过程的报错信息 6 years ago
  yh e779409cf8 conflict fix 6 years ago
  FengZiYjun f26f11608b * 更新教程,放在在./tutorial 6 years ago
  yh 87e5d44b01 6 years ago
  yunfan ad3c5b6ef0 add magic iter in dataset 6 years ago
  FengZiYjun 6f58ec34b4 Updates: 6 years ago
  FengZiYjun da901ed5b0 * DataSet __getitem__ returns copy of Instance 6 years ago
  FengZiYjun 3d66975091 * refine code comments 6 years ago
  FengZiYjun 837bef47dc * add unit tests for instance, vocabulary 6 years ago
  FengZiYjun 090f7aef5b * fixing unit tests 6 years ago
  FengZiYjun e9d7074ba1 * delete readme_example.py because it is oooooooout of date. 6 years ago
  yunfan a4c9786ca4 update dataset & loader 6 years ago
  FengZiYjun 5be4cb7bb5 Merge Preprocessor into DataSet. 6 years ago