1. 28 2月, 2020 4 次提交
    • Z
      add ce for transformer (#4359) · a6a4a300
      zhengya01 提交于
      a6a4a300
    • P
      Add word2vec dygraph model (#4357) · 5bc12f64
      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.
      
      * move danet to Paddle/Contrib (#4285)
      
      * update new api for rrpn (#4296)
      
      update new api for rrpn
      
      * Fix transformer save_inference_model (#4306)
      
      * upgrade save and load interface (#4311)
      
      * upgrade dcn and xdeepfm, change from all old save/load api to fluid.save and fluid.load
      * test=develop
      
      * modify save and load to 1.7 api for rrpn (#4310)
      
      * modify save and load to 1.7 api
      
      * add func to load parm
      
      * Add VOT models (#4257)
      
      * First version for VOT models.
      * Include SiamFC and ATOM.
      * A unified architecture for ATOM and Siames series models.
      
      * update vot code (#4338)
      
      * [VOT]Remove local.py generate step, add tracking gif to README (#4344)
      
      * update vot code
      * remove local.py generate step, add tracking gif to README
      * fix word usage in readme
      * add got10k download website
      * add pip install paddlepaddle-gpu
      * fix word usage
      
      * do not print stack frame when train process killed (#4346)
      
      * do not print stack frame when train process killed
      * add note about VOT does not support windows platform!
      
      * test=develop add word2vec demo
      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>
      Co-authored-by: Nwangguanzhong <jerrywgz@126.com>
      Co-authored-by: Nchengjuntao <18222160892@163.com>
      Co-authored-by: Nliu zhengxi <380185688@qq.com>
      Co-authored-by: Nxujiaqi01 <173596896@qq.com>
      Co-authored-by: NDouble_V <liuvv0203@163.com>
      5bc12f64
    • 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
    • S
      fix fluid.io.save/load to fluid.save/load (#4337) · 8dc42c73
      SunGaofeng 提交于
      * fix fluid.io.save/load into fluid.save/load
      
      * make the filename of saved params consistent with that in readme
      8dc42c73
  2. 27 2月, 2020 2 次提交
  3. 26 2月, 2020 1 次提交
    • D
      Cherry pick- upload VOT code to release/1.7 (#4345) · ac075199
      Double_V 提交于
      * Add VOT models (#4257)
      * First version for VOT models.
      * Include SiamFC and ATOM.
      * A unified architecture for ATOM and Siames series models.
      * update vot code (#4338)
      * [VOT]Remove local.py generate step, add tracking gif to README (#4344)
      * update vot code
      * remove local.py generate step, add tracking gif to README
      * fix word usage in readme
      * add got10k download website
      * add pip install paddlepaddle-gpu
      * fix word usage
      ac075199
  4. 25 2月, 2020 3 次提交
    • X
      polish the yolov3 dygraph (#4343) · 9e87942a
      xiaoting 提交于
      * remove num_workers
      
      * fix devices_num
      
      * fix data loader
      
      * remove args syncbn
      
      * fix typo
      9e87942a
    • fix a bug in pointwise mode of dygraph/similarity_net (#4339) · a027cb59
      王肖 提交于
      * 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
      Co-authored-by: Npkpk <xiyzhouang@gmail.com>
      Co-authored-by: NKaipeng Deng <dengkaipeng@baidu.com>
      a027cb59
    • Fix some bugs running on the GPU of dygraph/similarity_net (#4334) · fd1ee0ef
      王肖 提交于
      * 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
      Co-authored-by: Npkpk <xiyzhouang@gmail.com>
      Co-authored-by: NKaipeng Deng <dengkaipeng@baidu.com>
      fd1ee0ef
  5. 24 2月, 2020 1 次提交
  6. 22 2月, 2020 2 次提交
  7. 21 2月, 2020 2 次提交
  8. 20 2月, 2020 8 次提交
  9. 18 2月, 2020 2 次提交
  10. 17 2月, 2020 7 次提交
  11. 16 2月, 2020 2 次提交
  12. 14 2月, 2020 5 次提交
  13. 13 2月, 2020 1 次提交