562 Commits (0c7e7519fc1e2f4aac1049f66bbf6c2a00b2ac7f)
 

Author SHA1 Message Date
  yh 0c7e7519fc conflict fix 6 years ago
  yh e267f925cf 新增cws的train_context.py 6 years ago
  yh 897c43fc3b 1. CRF增加constrain, 用于限制跃迁,比如BMES中B不能跃迁到S 6 years ago
  FengZiYjun 07c2b87caf fix version number 6 years ago
  FengZiYjun 5d8f6960a7 * fix README figure 6 years ago
  FengZiYjun d43d738536 merge dev branch with master 6 years ago
  FengZiYjun bc7fc71faa * update version number in doc 6 years ago
  Xipeng Qiu dfb62ec817
Merge pull request #115 from hazelnutsgz/conll2003 6 years ago
  hazelnutsgz 5f4ab131ac Add a loader for conll2003 dataset 6 years ago
  Xipeng Qiu 7371593fd9
Merge pull request #113 from FengZiYjun/trainer 7 years ago
  yh 3a2833a69e 1.解决trainer加载模型的问题; 2.删除loss与metric中对*arg的报错 7 years ago
  Xipeng Qiu 7c3cf7e36a
Merge pull request #112 from FengZiYjun/trainer 7 years ago
  Coet 1cfd0ea55f
Update PULL_REQUEST_TEMPLATE.md 7 years ago
  FengZiYjun 337e3035b3 * update most processors to use dataset.apply 7 years ago
  FengZiYjun 23305af733 Fix failed tests. 7 years ago
  Coet eee52672b4
Merge pull request #111 from lyhuang18/docs_new 7 years ago
  lyhuang d91a7c7c48 update docs 7 years ago
  yh 30a0ff4d90 1. optimzer中调整默认参数大小 7 years ago
  lyhuang18 97b3710dcb
Merge pull request #11 from fastnlp/master 7 years ago
  Coet 071c141049
Create PULL_REQUEST_TEMPLATE.md 7 years ago
  yh 490555af20 tutorial_for_developer initial 7 years ago
  Yunfan Shao 426e762ffb
Merge pull request #109 from fastnlp/xuyige-patch-1 7 years ago
  Yige XU f15bd5aacd
update README.md 7 years ago
  Yige XU baac45a741
update README.md 7 years ago
  Yige XU 2793273737
update README.md 7 years ago
  Xipeng Qiu 1b477a95b0
Merge pull request #108 from FengZiYjun/trainer 7 years ago
  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