586 Commits (ba28702e689a2ea063849c2d3b098049d3fd8cfc)
 

Author SHA1 Message Date
  FengZiYjun db0a789d61 * final clean up 7 years ago
  yunfan 267baec224 add dataloader register 7 years ago
  FengZiYjun 720a264eb3 * rename DataSet.get_fields() into get_all_fields() 7 years ago
  FengZiYjun 447746d9f5 * remove unused codes in losses.py & metrics.py 7 years ago
  yh 72877c6ed5 optimizer初始化调整参数顺序 7 years ago
  FengZiYjun 27e9453d19 * fix processor.py 7 years ago
  yh 306eee9690 Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer 7 years ago
  yh cd83866527 bug fix in LossInForward 7 years ago
  FengZiYjun 6129a31c1d * fix tests 7 years ago
  yh aea931812b 1. trainer中losser修改为loss 7 years ago
  yh 1158556236 1. 优化trainer checkcode过程的报错信息 7 years ago
  yh f7c29b85d7 Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer 7 years ago
  yh e779409cf8 conflict fix 7 years ago
  FengZiYjun 5855adbc03 fix FieldArray bug: do type check only when is_target or is_input is True 7 years ago
  yh 4dff3ec81f 修改losses中直接使用F.cross_entropy的情况,因为这些函数的signature是(input, target) 7 years ago
  FengZiYjun f26f11608b * 更新教程,放在在./tutorial 7 years ago
  yh 7c261faf19 Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer 7 years ago
  yh 87e5d44b01 7 years ago
  yunfan 52b1b18a76 fix bugs in vocab 7 years ago
  yh 79ae38738f conflict solved 7 years ago
  yh 62c63f159a test loss 7 years ago
  FengZiYjun 27833d06ae FieldArray only check type when is_input or is_target is set. 7 years ago
  yunfan 5edd9de841 fix bugs 7 years ago
  FengZiYjun 9acdb54fc8 优化loss在missing和duplicate时报错的信息:返回loss初始化约定接受的key 7 years ago
  yh abe5ec7261 Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer 7 years ago
  yh a1a41c2d8b 1. unused报错运行错误修复 7 years ago
  FengZiYjun 4b099bb0dd * add tqdm in requirements.txt 7 years ago
  FengZiYjun 661780b975 Improve FieldArray. Support nested list and a list of np.array 7 years ago
  yh 1fb1df4a31 1. metric修改fast_param 7 years ago
  yh 785c41ded5 Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer 7 years ago
  yh beb55f5288 * change trainer iterating into tqdm 7 years ago
  yunfan 1421b7dfba add this feature totally for yh 7 years ago
  yunfan ad3c5b6ef0 add magic iter in dataset 7 years ago
  FengZiYjun 513876d5db Updates: 7 years ago
  yunfan 9c8ec45742 Merge branch 'trainer' of https://github.com/FengZiYjun/fastNLP into dataset 7 years ago
  yunfan 131e1ccd3b add _fast_param_map 7 years ago
  FengZiYjun 6f58ec34b4 Updates: 7 years ago
  FengZiYjun f62060339e All tests pass. Ready to merge. 7 years ago
  yh 9e3fd0fe4c Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer 7 years ago
  yh 77f8ac77da 对trainer中check code的报错信息进行了增强;将tester中的output修改为pred_dict 7 years ago
  FengZiYjun cc440b5ed6 All tests pass. 7 years ago
  yh d4af19ec1f Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer 7 years ago
  yh 88949ba1da 修改dataset.py的apply signature; batch当中增加num_batches属性; tester的format_eval_results修改; metric增加fast_evaluate_call机制 7 years ago
  FengZiYjun 5824b7f4c7 跑通tutorial,修复一些bugs: 7 years ago
  yh b2e09b745e Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer 7 years ago
  yh d19850b397 * add _fast_call_evaluate mechanism in MetricBase 7 years ago
  FengZiYjun 11c82ab2e7 跑通test_trainer.py,联调结束,准备发布 7 years ago
  FengZiYjun 201f5109d6 Updates: 7 years ago
  yh 8dd73a9205 Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer 7 years ago
  yh 234ceb6fa3 fix bug in MetricBase 7 years ago