1. 10 8月, 2017 8 次提交
  2. 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
  3. 07 8月, 2017 1 次提交
  4. 04 8月, 2017 4 次提交
  5. 03 8月, 2017 1 次提交
  6. 02 8月, 2017 1 次提交
  7. 26 7月, 2017 4 次提交
  8. 25 7月, 2017 1 次提交
  9. 24 7月, 2017 4 次提交
  10. 20 7月, 2017 5 次提交
  11. 19 7月, 2017 4 次提交
  12. 18 7月, 2017 5 次提交
  13. 17 7月, 2017 1 次提交
    • Y
      Op varient inputs (#2901) · a0caf234
      Yan Chunwei 提交于
      * add inputs
      
      * add ut for multiple inputs
      
      * fix AddToLayer
      
      * op_desc -> op_proto
      
      * CreateArgumentOffsetMap -> CreateInOutOffsetMap
      
      * move CreateInOutOffsetMap from OperatorBase to op registry
      
      * arg_idxs_ -> in_out_idxs_
      a0caf234