542 Commits (e267f925cf5fadacc43697fdb637054145845780)
 

Author SHA1 Message Date
  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
  FengZiYjun 125c2718e4 Update 7 years ago
  yh c2d2137500 bug fix in MetricAccuracy 7 years ago
  yh 8d7d2b428c initial test for AccuracyMetric 7 years ago
  yh 50f1c28b74 metric bug fix 7 years ago
  yh a90a62ab9b metric bug fix 7 years ago
  yh a05ffd31cd trainer增加对evaluate结果的check 7 years ago
  yh f76851b982 Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer 7 years ago
  FengZiYjun d74901e037 Trainer Update: 7 years ago
  FengZiYjun fb5215ae73 fix bug in Trainer about metric_key 7 years ago
  yh 84024aaaa4 _prepare_metric函数增加检查evaluate与get_metric方法 7 years ago
  yh bd94dd2c7f metrics中实现AccuracyMetric, 并将metric的计算方式由一把计算修改为batch by batch 7 years ago
  yh f24fca1b21 change the calculation of metric to batch by batch. The older design is to concat all data before calculation. 7 years ago
  yh 1b961f136c conflict in trainer solved 7 years ago
  yh 3daa889bb0 LossInForward update 7 years ago
  yh 3a4a729314 trainer and tester change check_code 7 years ago
  xuyige ba7b17661c Merge branch 'trainer' of https://github.com/FengZiYjun/fastNLP into check 7 years ago
  xuyige 6d36190be4 update LossBase class 7 years ago
  FengZiYjun 8a7077fed2 更新Optimizer: 7 years ago
  FengZiYjun 08375d51b0 Merge remote-tracking branch 'FengZiYjun/trainer' into trainer 7 years ago
  FengZiYjun e5e7f29d72 更新Trainer: 7 years ago
  FengZiYjun e6864ea7e0 更新embed_loader: 7 years ago
  yh 0d4720b1d9 CheckError add function 7 years ago
  yh 2c8bd9575a add _method_function 7 years ago
  xuyige 84eb50a810 Merge branch 'trainer' of https://github.com/FengZiYjun/fastNLP into check 7 years ago
  yh 7c439e7a98 Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer 7 years ago
  xuyige 37e282d324 update LossBase class 7 years ago
  yh ad0a8c1775 增加metric 7 years ago
  xuyige fc505b8de2 Merge branch 'trainer' of https://github.com/FengZiYjun/fastNLP into HEAD 7 years ago
  xuyige d8a80ad6c6 update LossBase class 7 years ago
  FengZiYjun 3120cdd09a 更新embed_loader: 7 years ago
  FengZiYjun 6427e85e8f 升级Vocab: 7 years ago
  yh fe0f99b76b Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer 7 years ago
  yh 3d91f2f024 trainer迭代 7 years ago
  FengZiYjun 07e227aa4d add interface of Loss 7 years ago
  FengZiYjun 6839bb91cc Add auto type detection/conversion in FieldArray 7 years ago
  FengZiYjun da901ed5b0 * DataSet __getitem__ returns copy of Instance 7 years ago
  FengZiYjun 117b12a698 * update README.md 7 years ago
  yhcc 15262bda64
Merge pull request #107 from yhcc/dataset 7 years ago
  yunfan 26a4324342 fix test 7 years ago
  yunfan 04206f8099 Merge branch 'master' into dataset-res 7 years ago
  yunfan 2aaa381827 refine git commits 7 years ago
  yunfan e1e0661deb add doc comments 7 years ago
  yunfan 941b88f26b fix dataset.read_csv 7 years ago