1. 14 9月, 2017 2 次提交
  2. 13 9月, 2017 1 次提交
  3. 08 9月, 2017 1 次提交
  4. 06 9月, 2017 1 次提交
  5. 05 9月, 2017 1 次提交
  6. 04 9月, 2017 3 次提交
  7. 03 9月, 2017 2 次提交
  8. 23 8月, 2017 1 次提交
  9. 20 8月, 2017 1 次提交
  10. 17 8月, 2017 2 次提交
  11. 16 8月, 2017 5 次提交
  12. 15 8月, 2017 1 次提交
  13. 14 8月, 2017 4 次提交
  14. 12 8月, 2017 9 次提交
  15. 11 8月, 2017 1 次提交
  16. 10 8月, 2017 1 次提交
  17. 09 8月, 2017 3 次提交
  18. 08 8月, 2017 1 次提交
    • Q
      add gradient test framework (#3226) · e31a469e
      Qiao Longfei 提交于
      * init grad op checker
      
      * can run
      
      * add GradeChecker class
      
      * use get_numeric_gradient
      
      * refine code
      
      * add softmax and cross entropy auto grad test
      
      * use close to judge op_grad and numeric_grad
      
      * add cpu and gpu compare
      
      * add comments
      
      * add support_gpu
      
      * fix allclose
      
      * fix name error and symplify code
      
      * optimize gradient checker
      
      * add test_cross_entropy_op
      
      * update gradient_checker.py
      
      * optimize code
      
      * use random.uniform instead of random.random
      
      * fix type bug
      
      * optimize check_grad
      
      * put SupportGPU into OperatorBase
      
      * typo
      e31a469e