1. 07 12月, 2020 1 次提交
  2. 25 11月, 2020 1 次提交
  3. 20 11月, 2020 1 次提交
  4. 09 11月, 2020 2 次提交
  5. 04 11月, 2020 1 次提交
  6. 25 9月, 2020 4 次提交
  7. 24 9月, 2020 1 次提交
  8. 23 9月, 2020 1 次提交
  9. 22 9月, 2020 1 次提交
  10. 12 9月, 2020 1 次提交
  11. 07 9月, 2020 1 次提交
  12. 06 8月, 2020 1 次提交
  13. 10 7月, 2020 1 次提交
  14. 03 6月, 2020 1 次提交
  15. 19 5月, 2020 1 次提交
  16. 18 5月, 2020 1 次提交
  17. 14 5月, 2020 2 次提交
  18. 11 5月, 2020 1 次提交
  19. 08 5月, 2020 1 次提交
  20. 24 4月, 2020 1 次提交
  21. 03 4月, 2020 1 次提交
  22. 02 4月, 2020 1 次提交
  23. 20 3月, 2020 1 次提交
  24. 17 3月, 2020 1 次提交
  25. 14 3月, 2020 1 次提交
  26. 13 3月, 2020 1 次提交
  27. 11 3月, 2020 1 次提交
  28. 10 3月, 2020 1 次提交
  29. 09 3月, 2020 3 次提交
  30. 01 3月, 2020 1 次提交
    • fix bugs of PaddleNLP/similarity_net & dygraph/similarity_net (#4362) · 851c8c52
      王肖 提交于
      * Update README.md (#4267)
      
      * test=develop (#4269)
      
      * 3d use new api (#4275)
      
      * PointNet++ and PointRCNN use new API
      
      * Update Readme of Dygraph BERT (#4277)
      
      Fix some typos.
      
      * Update run_classifier_multi_gpu.sh (#4279)
      
      remove the CUDA_VISIBLE_DEVICES
      
      * Update README.md (#4280)
      
      * add similarity_net dygraph
      
      * fix similarity_net dygraph
      
      * fix bugs of dygraph/similarity_net
      
      * Fix some bugs running on the GPU of dygraph/similarity_net
      
      * fix a bug in pointwise mode of dygraph/similarity_net
      
      * fix a bug of paddleNLP/similarity_net
      
      * fix a bug and remove unuse files of dygraph/similarity_net
      Co-authored-by: Npkpk <xiyzhouang@gmail.com>
      Co-authored-by: NKaipeng Deng <dengkaipeng@baidu.com>
      851c8c52
  31. 28 2月, 2020 1 次提交
    • P
      refactor the PaddleNLP (#4351) · f492ae4f
      pkpk 提交于
      * Update README.md (#4267)
      
      * test=develop (#4269)
      
      * 3d use new api (#4275)
      
      * PointNet++ and PointRCNN use new API
      
      * Update Readme of Dygraph BERT (#4277)
      
      Fix some typos.
      
      * Update run_classifier_multi_gpu.sh (#4279)
      
      remove the CUDA_VISIBLE_DEVICES
      
      * Update README.md (#4280)
      
      * 17 update api (#4294)
      
      * update1.7 save/load & fluid.data
      
      * update datafeed to dataloader
      
      * Update resnet_acnet.py (#4297)
      
      Bias attr of square conv should be "False" rather than None during training mode.
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test
      Co-authored-by: NKaipeng Deng <dengkaipeng@baidu.com>
      Co-authored-by: Nzhang wenhui <frankwhzhang@126.com>
      Co-authored-by: Nparap1uie-s <parap1uie-s@users.noreply.github.com>
      f492ae4f
  32. 24 2月, 2020 1 次提交
  33. 22 2月, 2020 1 次提交
    • G
      Update PaddleMT to Paddle-1.7 API (#4302) · e15f205a
      Guo Sheng 提交于
      * Update PaddleMT/transformer to use new while_loop API.
      
      * Updata PaddleMT/transformer to new save/load API.
      
      * Change d_key to d_value in cached keys.
      
      * Update PaddleMT/transformer inference_model to use new load API.
      
      * Make Transformer support to load py2 saved models.
      e15f205a