142 Commits (4518a8fccbf0cdfdee8ff4ced6ad5c857a00e2dc)

Author SHA1 Message Date
  yh_cc 4518a8fccb [bug fix] test bug fix 6 years ago
  yunfan 1139986b36 [bugfix] fix logger's logging level 6 years ago
  yh_cc 9293a6c1ab 修复一个小bug 6 years ago
  yh_cc faec3245d4 update CMRC2018Metric测试 6 years ago
  Yige Xu be432c3b39 fix a bug in ClassifyFPRMetric 6 years ago
  Yige Xu 0547572d58 add ClassifyFPRMetric 6 years ago
  yh f887da12a1 解决CrossEntropyLoss测试因为数值问题无法通过测试的问题 6 years ago
  yh 9c0190fbd8 新增对CrossEntropyLoss中class_in_dim的测试 6 years ago
  yh 70d572cb3e Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 6 years ago
  yh 7e41b9d355 1.新增CMRC2018的metric,loss,pipe,loader等; 2. 新增中文Bert的使用教程 6 years ago
  Yige Xu da2416a1b8 fix test bugs in: 1. use prettytable to print instance; 2. CNXNLI loader and pipe. 6 years ago
  yunfan c73f327a3e [bugfix] fix test cases 6 years ago
  ChenXin 4f0ec4a081 add the test for EarlyStopCallback, BUG found! 6 years ago
  ChenXin d8fa75b058 add the test for ControlC callback 6 years ago
  ChenXin e28ecb8b33 hide the EchoCallback 6 years ago
  yunfan 05eb499eb8 [bugfix] dist_trainer's save & load 6 years ago
  yunfan 29e4de36e3 [add] tutorial for callback 6 years ago
  Yige Xu fccb6d9b1b add __init__.py in test dir to solve file conflicts. 6 years ago
  yh 5ebce3176f 增加部分测试 6 years ago
  Yige Xu 5768cbbfef add test code in AdamW 6 years ago
  Yige Xu 9b2317e3e8 delete util functions and test cases in fastNLP/core/losses.py 6 years ago
  Yige Xu 38d5b36be1 Update test_callbacks.py 6 years ago
  Yige Xu a3b4d5e76e remove tensorboard logs after testing TensorboardCallback 6 years ago
  yh_cc 8c8e22cc9b DataSet中增加print_field_meta方法,使得其可以获取field的input和target信息 6 years ago
  yh 1994029ab8 1.当前支持的encoding_type都支持从tag_vocab中自动判断;避免触发无意识导致的metric bug; 2. 修复部分inplace操作无法求导的问题; 3.Vocabulary将一些属性通过property暴露 6 years ago
  Yige Xu 091f24e393 fix some bugs in test code. 6 years ago
  xuyige 8142bad87a Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 6 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. 6 years ago
  yh_cc 55e736bf4c SpanFMetric增加对encoding_type和tag_vocab的检查 6 years ago
  yunfan cacf40366c [fix] distributed trainer 6 years ago
  yunfan 329a18976f [update] distributed trainer, add evaluation part 6 years ago
  yunfan 606d63a5a4 [update] distributed trainer 6 years ago
  yunfan 861f5387a4 [add] very first version of distributed trainer 6 years ago
  xuyige c2d687528e fix bugs and add test codes for: 1. models.snli; 2. core.metrics.extractive_qa; 3. io.data_loader.mnli 6 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;“ 6 years ago
  yh_cc 1babf5384f Vocabulary中no_create_entry的bug修复 6 years ago
  yh_cc e57b8e4fd3 seq_len_to_mask修复测试失败的问题 6 years ago
  yh_cc 8f7ed07441 1. 在vocabulary的from_dataset中增加no_create_entry_dataset选项,用于传递dev和test 6 years ago
  yh 8a766f070b seq_len_to_mask修改为直接使用max_len而不再和句中最大长度对比 6 years ago
  yh_cc 2f5d8967a3 1. 适配将Batch修改为pytorch的DataLoader的修改 6 years ago
  yh_cc 17b5fd0066 1. 删除Trainer中对train_data必须为DataSet的assert 6 years ago
  yunfan efe3574014 Merge remote-tracking branch 'origin/dev0.5.0' into batch 6 years ago
  yunfan 7564818f4b [unstable] change Batch to torch's DataLoader 6 years ago
  xuyige 1a4c3c2d20 fix some bugs in test 6 years ago
  yh e90bbbb3f1 !!!重要更新,DataSet理论上支持任意类型的数据了,但是因为改动非常大,所以可能会有bug 6 years ago
  yh 0257dc6dde 修复Trainer无法捕获Exception的bug 6 years ago
  yh e40447cc84 禁止travis测试非 test之外的文件 6 years ago
  ChenXin 881ce01762
Dev0.4.0 (#149) 6 years ago
  FengZiYjun 986541139a 整理所有dataset loader,建立单元测试 7 years ago
  FengZiYjun 887fc9281f update callbacks: 7 years ago