1714 Commits (801d19d3402175e70e468f3a8be4d7640e9f42f2)
 

Author SHA1 Message Date
  yh_cc 801d19d340 Merge branch 'dev' of gitee.com:fastnlp/fastNLP into dev 5 years ago
  yh_cc 9939528760 修复Trainer fp16的bug; 添加使用中文词进行分类的例子 5 years ago
  yunfan f711d3070a dist_trainer for fp16 5 years ago
  yh_cc 69a6cbbf09 bug fix for Trainer fp16 5 years ago
  yh_cc 2e8350cd16 Trainer支持fp16 5 years ago
  yh_cc 35d0371955 update DistTrainer 5 years ago
  yh_cc 3e2380aa0c t Merge branch 'dev' of gitee.com:fastnlp/fastNLP into dev 5 years ago
  yh_cc eaff7cafc6 update to avoid warning 5 years ago
  willqvq 350772f518 修改读取测试数据的位置 5 years ago
  willqvq fc8f8f6913 把测试文件夹 test 改名为 tests 5 years ago
  yh_cc 2ba336945c 1.在DistTrainer中增加对sampler的控制; 2.在trainer和disttrainer中支持其它optimizer 5 years ago
  WillQvQ c49c849aee !4 update fastNLP/modules/encoder/seq2seq_encoder.py. 5 years ago
  刘向阳 9b7562a13a update fastNLP/modules/encoder/seq2seq_encoder.py. 5 years ago
  WillQvQ e4e6597ac0 Merge branch 'master' into dev 5 years ago
  WillQvQ d476678044 !2 发布 fastNLP 的 0.6.0 版本 5 years ago
  yh_cc 60423c2d0d Merge branch 'dev' of gitee.com:fastnlp/fastNLP into dev 5 years ago
  Yige Xu 9c4f802b6b optimize BertEmbedding and RoBERTaEmbedding 5 years ago
  willqvq a6e6f875d7 Preparing for version 0.6.0 5 years ago
  WillQvQ f58e10d094 !1 修复一个 CRF 的 bug 5 years ago
  willqvq 850561728b update the .Jenkinsfile 5 years ago
  yh_cc c707cd4336 CRF维特比解码BUG修复 5 years ago
  WillQvQ 148ad1dcb7 ADD .Jenkinsfile; 5 years ago
  yh_cc ca9db68cdd Merge branch 'master' of github.com:fastnlp/fastNLP 5 years ago
  ChenXin 2a09dea235 1. SKIP test_process_from_file 5 years ago
  ChenXin 661f57074e 将 nltk 从依赖中删除 5 years ago
  yh_cc 89ad195411 添加__all__属性 5 years ago
  ChenXin ca25baf6b9 1. SKIP test_process_from_file 5 years ago
  ChenXin 4c457e9924 将 nltk 从依赖中删除 5 years ago
  yh_cc 13480d67b5 update import 5 years ago
  Gosicfly 9a9732a86f Update vocabulary.py (#325) 5 years ago
  yh_cc 0ca22b6b17 1.修改部分文档中的typo; 2.支持对transformers embedding 5 years ago
  w.g 81bcb51314
当activation=lambda x: x出现错误 (#330) 5 years ago
  stratoes 3270b8b48b
token_type_id_rev (#329) 5 years ago
  yh_cc 08cf1a51d7 Merge branch 'master' of github.com:fastnlp/fastNLP 5 years ago
  yh_cc ba2304556c update travis 5 years ago
  Gosicfly 0c990e7b50
Update vocabulary.py (#325) 5 years ago
  yh_cc edd3022bde 新增ConstantTokenNumSampler使得每个sample中token数量一致,可以最大化利用GPU的显存 5 years ago
  yh_cc fe7ce8e448 Merge branch 'master' of github.com:fastnlp/fastNLP 5 years ago
  yh_cc ee584e71dc 修复seq2seq_generator的bug 5 years ago
  yunfan 8d08626d67 [update] fix padding masking in viterbi_decode() of CRF 5 years ago
  yh_cc 0d0a6f746a 修复测试失败问题 5 years ago
  ROGERDJQ b6a07be364
[test] fix f1 test (#314) 5 years ago
  yh_cc 40bec21684 修复save_path在dev为空的时候的bug 5 years ago
  Yining Zheng 720d7b8729
Update .travis.yml 5 years ago
  liuxiaoxiong acdebfccbc
[bugfix]修复 coreference resolution复现代码中参数名字不对应的bug (#323) 5 years ago
  roger b9b688d233 f1 fix 5 years ago
  yh_cc 14ea125687 Merge branch 'master' of github.com:fastnlp/fastNLP 5 years ago
  yh_cc 206f7758b5 1.新增一个sortedSampler,可以用于测试的时候加速; 2.修改BeamSearch中的bug; 3.修改Trainer中的循环代码,解决BatchSampler场景下可能出现evaluate时机不对的问题 5 years ago
  ROGERDJQ 228cca44e9
[new] add show-result-list for confusion_matrix (#309) 5 years ago
  yh_cc c957ed69c1 loader中load先将filename排序保证一致的load顺序, 避免测试不通过 5 years ago