1. 14 Sep, 2018 1 commit
  2. 13 Sep, 2018 3 commits
  3. 12 Sep, 2018 2 commits
  4. 11 Sep, 2018 4 commits
  5. 10 Sep, 2018 2 commits
  6. 07 Sep, 2018 1 commit
  7. 06 Sep, 2018 3 commits
  8. 05 Sep, 2018 2 commits
  9. 04 Sep, 2018 1 commit
  10. 03 Sep, 2018 1 commit
  11. 01 Sep, 2018 1 commit
  12. 31 Aug, 2018 2 commits
  13. 30 Aug, 2018 2 commits
  14. 29 Aug, 2018 2 commits
  15. 28 Aug, 2018 2 commits
  16. 27 Aug, 2018 2 commits
  17. 26 Aug, 2018 1 commit
  18. 25 Aug, 2018 3 commits
  19. 24 Aug, 2018 3 commits
  20. 23 Aug, 2018 2 commits
    • [NNVM][TEST] Test against numerical grad (#1505) · 0edf87e8
      * [NNVM][TEST] Numerical gradient testing
      
      * [NNVM][TEST] Make some tests a little faster
      
      * Fix the failing test_top_level3
      
      * Target exclusion for the check_function
      
      * Try to ignore singularities
      
      * grad_input_vars now can't contain shapes
      
      * Don't pass unnecessary grad_input_vars to check_function
      
      * Multiple outputs; fixes; testing of check_function
      
      * Use numerical_grads_params to pass parameters to numgrad checker
      
      * Fail when no action is requested excplicitly
      
      * Pass additional params to functions
      
      * Silence the linter issue
      
      * Simplified numgrad checking
      
      * Improved docs for check_function
      
      * Fixed the error message when no dtype is provided
      
      * Several fixes
      
      * Tests with shape/dtype inference for inputs
      
      * Don't check dense's grads on cuda
      
      * Raise an error if output dtypes haven't been inferred
      
      * Moved shape/dtype inference into a separate function; use float32 as fallback
      
      * Remove redundant dtype=float32
      
      * Fix multiple outputs
      
      * Use check_function in the rest of the test_top_level1
      Sergei Grechanik committed