1. 23 12月, 2019 1 次提交
    • u010070587's avatar
      update ce (#4106) · 8cad30f0
      u010070587 提交于
      * modify ce for deeplabv3+
      
      modify ce for auto_dialogue_evaluation
      
      add ce for human_pose_estimation
      
      * modify gru4rec ce
      8cad30f0
  2. 17 12月, 2019 1 次提交
  3. 12 12月, 2019 1 次提交
  4. 10 12月, 2019 1 次提交
  5. 09 12月, 2019 3 次提交
  6. 04 12月, 2019 1 次提交
  7. 02 12月, 2019 1 次提交
  8. 27 11月, 2019 2 次提交
  9. 26 11月, 2019 2 次提交
  10. 21 11月, 2019 3 次提交
  11. 20 11月, 2019 2 次提交
  12. 18 11月, 2019 1 次提交
  13. 14 11月, 2019 1 次提交
  14. 13 11月, 2019 2 次提交
  15. 11 11月, 2019 1 次提交
  16. 08 11月, 2019 1 次提交
  17. 06 11月, 2019 3 次提交
  18. 31 10月, 2019 5 次提交
  19. 30 10月, 2019 6 次提交
  20. 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