1. 08 10月, 2019 2 次提交
    • S
      remove mem opt strategies settings, test=develop · 6bf268f9
      sneaxiy 提交于
      6bf268f9
    • SYSU_BOND's avatar
      Update PaddleNLP LAC model for new codestyle (#3463) · e9c7c30e
      SYSU_BOND 提交于
      * reconstruct the run_sequence_labeling.py into train.py predict.py eval.py & add yalm configure
      
      * reconstruct the ERNIE based LAC model
      
      * Update train_ernie.py
      
      recurrent multi-GPU nan
      
      * update the ernie base model
      
      * configure update
      
      * update configure
      
      * add inference model
      
      * specification code
      
      * delete unused run_sequence_labeling.py
      
      * rename evaluate.py to compare.py
      
      * add postfix '.pdckpt' to model
      
      * update README.md
      
      * add LAC class(for predict conveniently)
      
      * add LAC class(for predict conveniently)
      
      * update README.md
      
      * fixed bug on run_ernie
      
      * update default setting
      
      * fix infenence bug in windows
      
      * fix infenence bug in windows
      
      * update new model and dateset
      
      * delete the postfix .pdckpt of model checkpoint directory
      
      * update new model's performance
      
      * fixed the bug for empty input
      
      * unusing of tqdm tools
      
      * fix the bug of train_data
      e9c7c30e