1. 30 10月, 2019 5 次提交
    • SYSU_BOND's avatar
      Update lexical_analysis code for paddle 1.6 (#3823) · dc8ecdf1
      SYSU_BOND 提交于
      * update PaddleNLP  lexical_analysis for Release/1.6 (#3664)
      
      * update for paddle 1.6
      
      * update optimize op in paddle 1.6
      
      * fix ernie based in paddle 1.6
      
      * fix coding for windows
      
      * update downloads.py (#3672)
      
      * Fix infer bug on Release/1.6  
      
      * fix bug on ernie based inferring
      
      * replace open with io.open to be compatible with windows (#3707)
      
      * update README.md
      dc8ecdf1
    • B
      Cherry pick PaddleNLP emotion_detection and ernie from release1.6 to develop (#3815) · 482f33ff
      bbking 提交于
      * update PaddleNLP emotion_detection and ernie for Release/1.6 (#3608)
      
      * emotion-detection => 1.6
      
      * ERNIE => 1.6
      
      * [PaddleNLP] update emotion_detection readme
      
      * [PaddleNLP] emotion_detection add download.py (#3649)
      
      * emotion-detection => 1.6
      
      * ERNIE => 1.6
      
      * [PaddleNLP] update emotion_detection readme
      
      * [PaddleNLP] emotion_detection add download.py for windows user
      
      * [PaddleNLP] fix emotion_detection open problem, add paddlehub version (#3706)
      
      * update emotion-detection readme and fix open problem
      
      * fix ernie
      482f33ff
    • Y
      Add submodule PALM (#3814) · aaa6a96d
      Yibing Liu 提交于
      aaa6a96d
    • D
      cherry pick from release/1.6 simnet (#3816) · 597d9058
      Dilyar 提交于
      * update simnet
      
      597d9058
    • F
      fix typos in PaddleNLP/README.md (#3808) · 97aab0ef
      Feiyu Chan 提交于
      fix typos in PaddleNLP/README.md
      97aab0ef
  2. 28 10月, 2019 2 次提交
    • G
      Cherry pick paddleMT (#3786) · 160b7fa2
      Guo Sheng 提交于
      * Update Transformer using Paddle-1.6 apis. (#3614)
      
      * Update Transformer using Paddle-1.6 apis.
      
      * Add check_version for Paddle-1.6 and reorganize utils including check, configuration, etc.
      
      * mv neural_machine_translation to  PaddleMT (#3732)
      
      * Paddle1.6 transformer fix (#3755)
      
      * Revert "mv neural_machine_translation to  PaddleMT (#3732)"
      
      This reverts commit a46365b6.
      
      * Delete Transformer unremoved palm dir.
      
      * Rename neural_machine_translation as PaddleMT.
      
      * Update to PaddleMT in README.md
      160b7fa2
    • 1024的传说's avatar
      PaddleTextGEN Cherry pick from 1.6 (#3785) · 6e375fda
      1024的传说 提交于
      * add new seq2seq example: rnn_search (#3574)
      
      * re-commit seq2eq example: rnn search
      
      * add new_seq2seq examples: rnn_search and vae_text
      
      * modify dataset description in vae_text/README.md
      
      * modify vae_text/README.md and vae_text/download.py
      
      * update vae_text/infer.sh and vae_text/README.md
      
      * add multi-gpu support for rnn_search; fix windows support for rnn_search and vae_text
      
      * remove parallel argument in args.py
      
      * remove hard codes
      
      * remove hard codes
      
      * update download.py for windows download
      
      * fix model path for windows in vae_text/infer.py
      
      * fix python2 utf-encoding
      
      * fix utf-8 error in python2 when predict (#3721)
      
      * change rnn_search to seq2seq; change vae_text to variational seq2seq (#3734)
      
      * re-commit seq2eq example: rnn search
      
      * add new_seq2seq examples: rnn_search and vae_text
      
      * modify dataset description in vae_text/README.md
      
      * modify vae_text/README.md and vae_text/download.py
      
      * update vae_text/infer.sh and vae_text/README.md
      
      * add multi-gpu support for rnn_search; fix windows support for rnn_search and vae_text
      
      * remove parallel argument in args.py
      
      * remove hard codes
      
      * remove hard codes
      
      * update download.py for windows download
      
      * fix model path for windows in vae_text/infer.py
      
      * fix python2 utf-encoding
      
      * change rnn_search to seq2seq; change vae_text to variational seq2seq
      
      * change rnn_search to seq2seq; change vae_text to variational seq2seq
      
      * mv variational seq2seq to variational_seq2seq
      
      * remove old projects (#3736)
      
      * fix use_gpu=False error (#3775)
      
      * update_seq2seq_readme (#3783)
      6e375fda
  3. 25 10月, 2019 1 次提交
    • L
      Cherry pick from 1.6 to develop (#3765) · 9e5cfbf8
      Li Fuchen 提交于
      * Use new save/load api and change fluid.layers.data to fluid.data (#3547)
      
      * Use new save/load api and change fluid.layers.data to fluid.data
      
      * add check for paddle version
      
      * Use new save/load api in ptb_lm (#3546)
      
      * Use new save/load api in ptb_lm
      
      * add check for paddle version
      
      * unify reader to dataloader (#3488)
      
      unify reader to dataloader
      
      * Use new save/load api and change fluid.layers.data to fluid.data (#3547)
      
      * Use new save/load api and change fluid.layers.data to fluid.data
      
      * add check for paddle version
      9e5cfbf8
  4. 24 10月, 2019 2 次提交
  5. 22 10月, 2019 4 次提交
  6. 21 10月, 2019 2 次提交
  7. 18 10月, 2019 3 次提交
  8. 17 10月, 2019 2 次提交
  9. 16 10月, 2019 7 次提交
  10. 15 10月, 2019 1 次提交
  11. 11 10月, 2019 1 次提交
  12. 10 10月, 2019 2 次提交
  13. 08 10月, 2019 2 次提交
    • D
      Fix some problems of simnet (#3433) · e19f4bc7
      Dilyar 提交于
      * update
      
      * update
      
      * Update README.md
      
      * Update run.sh
      e19f4bc7
    • 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
  14. 30 9月, 2019 2 次提交
  15. 29 9月, 2019 2 次提交
  16. 26 9月, 2019 2 次提交