1. 14 10月, 2020 1 次提交
  2. 29 8月, 2020 1 次提交
    • J
      Adadelta Optimizer (#26590) · a1b99fae
      Jiawei Wang 提交于
      * add doc; notest
      
      * fix doc; notest
      
      * update doc; notest
      
      * refine optimizer && adam
      
      * refine optimizer; notest
      
      * add adam
      
      * fix doc
      
      * fix doc && add adamw; notest
      
      * add error message
      
      * bug fix
      
      * refine rmsprop && adamax
      
      * fix ci
      
      * buf fix
      
      * update comment
      
      * unify arguments place; notest
      
      * fix ut, test=develop
      
      * bug fix
      
      * fix conflicts, test=develop
      
      * add examples code
      
      * bug fix
      
      * fix comments
      
      * fix sample code
      
      * add sample code for Optimizer
      
      * add adamax ut, test=develop
      
      * fix rmsprop ut, test=develop
      
      * add ut for optimizer.py and adamw.py
      
      * first commit of adadelta optimizer
      
      * fix learning rate
      
      * fix adadelta doc and add sgd momentum
      
      * remove unused fluid
      
      * fix codestyle
      
      * Update test_adam_op.py
      
      * Update test_adam_op.py
      
      * fix SGD in 2 unittests
      
      * fix SGD in 2 unittests
      
      * fix ci
      
      * fix ut
      Co-authored-by: NMRXLT <xlt2024@gmail.com>
      Co-authored-by: Nmapingshuo <mps2012@yeah.net>
      a1b99fae
  3. 25 8月, 2020 1 次提交
  4. 17 2月, 2020 1 次提交
    • J
      Add TopK Op Grad CPU&GPU Kernel test=develop (#22628) · 8f035fb6
      Jiawei Wang 提交于
      * Add TopK Op Grad CPU&GPU Kernel test=develop
      
      * Add TopK Op Grad, modify grad op maker test=develop
      
      * Add TopK Op Grad, modify grad op maker test=develop
      
      * Add TopK Op Grad, modify PADDLE_ENFORCE test=develop
      
      * Add TopK Op Grad, modify PADDLE_THROW test=develop
      
      * Add TopK Op Grad, modify unittest test=develop
      
      * fix ngraph top k op unittest test=develop
      8f035fb6
  5. 25 12月, 2019 1 次提交
  6. 20 11月, 2019 1 次提交
  7. 14 11月, 2019 1 次提交
  8. 30 8月, 2019 1 次提交
  9. 26 12月, 2018 2 次提交
    • W
      Make topk op support variable k. (#15044) · 2314f2eb
      whs 提交于
      * Make topk op support variable k.
      test=develop
      
      * Fix tensor type.
      test=develop
      2314f2eb
    • W
      Fp16 training (#14992) · 856f0da0
      Wu Yi 提交于
      * wip
      
      * wip
      
      * wip
      
      * wip for test
      
      * add fp16 tests test=develop
      
      * fix cpu build test=develop
      
      * fix test=develop
      
      * fix py3 tests test=develop
      
      * fix lr_scheduler dtype test=develop
      
      * fix test=dvelop
      
      * test fix ci compile test=develop
      
      * fix build and merge test=develop
      
      * fallback momentumop change to general test=develop
      
      * make fp16 lr schedule simple test=develop
      
      * fix ut test=develop
      
      * fix tests test=develop
      
      * remove fp16 learning rate cast test=develop
      856f0da0
  10. 20 12月, 2018 2 次提交
  11. 29 10月, 2018 1 次提交
  12. 26 10月, 2018 2 次提交
  13. 24 10月, 2018 1 次提交
    • Q
      Fix top_k op (#14034) · c7379a73
      qingqing01 提交于
      1. Fix CUDA kernel when height is large than 2048.
      2. Support input with more than 2D.
      3. Fix unit test when k is large than 1.
      4. Enhence unit testing.
      
      test=develop
      c7379a73
  14. 08 10月, 2018 1 次提交
  15. 17 8月, 2018 1 次提交
  16. 16 8月, 2018 1 次提交
  17. 04 5月, 2018 1 次提交
  18. 03 5月, 2018 1 次提交
    • D
      Fix/fp64 (#10346) · f63ff90b
      dzhwinter 提交于
      * "fix double type error"
      
      * "fix ci"
      
      * "softmax fp64"
      
      * "fix momentum"
      
      * "fix ci"
      f63ff90b
  19. 02 5月, 2018 1 次提交
  20. 13 4月, 2018 1 次提交
  21. 12 2月, 2018 1 次提交
  22. 10 2月, 2018 2 次提交
  23. 26 12月, 2017 1 次提交
  24. 25 12月, 2017 1 次提交
  25. 12 12月, 2017 1 次提交
    • Q
      Refine device context (#6433) · 61ec0b95
      QI JUN 提交于
      There are mainly following fixes:
      
      - take `DeviceContext` as the template parameter of math functors and OpKernel instead of `Place`
      - remove `eigen_device` interface in base class  `DeviceContext`
      - remove `GetEigenDevice` interface in `ExecutionContext` and base class `DeviceContext`
      - remove unused `platform::EigenDeviceConverter`
      - rename `REGISTER_OP_GPU_KERNEL` to `REGISTER_OP_CUDA_KERNEL`
      - rename `USE_GPU_ONLY_OP` to `USE_CUDA_ONLY_OP`
      61ec0b95
  26. 31 10月, 2017 1 次提交
  27. 28 9月, 2017 1 次提交
  28. 23 9月, 2017 1 次提交
  29. 07 9月, 2017 1 次提交
    • Add topk op (#3760) · 3fbb692d
      武毅 提交于
      * init add
      
      * add topk op
      
      * someupdate
      
      * fix style check
      
      * add test py file
      
      * update top k cuda kernel
      
      * follow comments
      
      * remove debug print
      
      * fix casting error
      
      * fix casting error
      
      * fix casting error
      
      * fix rename bug...
      
      * fix travis
      3fbb692d