1. 20 12月, 2018 1 次提交
    • W
      [Feature] Fp16 training for resnet50 (#14850) · 3d750f9c
      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
      3d750f9c
  2. 29 10月, 2018 1 次提交
  3. 26 10月, 2018 2 次提交
  4. 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
  5. 08 10月, 2018 1 次提交
  6. 17 8月, 2018 1 次提交
  7. 16 8月, 2018 1 次提交
  8. 04 5月, 2018 1 次提交
  9. 03 5月, 2018 1 次提交
    • D
      Fix/fp64 (#10346) · f63ff90b
      dzhwinter 提交于
      * "fix double type error"
      
      * "fix ci"
      
      * "softmax fp64"
      
      * "fix momentum"
      
      * "fix ci"
      f63ff90b
  10. 02 5月, 2018 1 次提交
  11. 13 4月, 2018 1 次提交
  12. 12 2月, 2018 1 次提交
  13. 10 2月, 2018 2 次提交
  14. 26 12月, 2017 1 次提交
  15. 25 12月, 2017 1 次提交
  16. 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
  17. 31 10月, 2017 1 次提交
  18. 28 9月, 2017 1 次提交
  19. 23 9月, 2017 1 次提交
  20. 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