Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[v1.6.x][Bug Fixed] Fix batch norm when grad_req is add (#18518) #18714

Merged
merged 6 commits into from
Jul 23, 2020

Commits on Jul 14, 2020

  1. [Bug Fixed] Fix batch norm when grad_req is add (apache#18500)

    * fix batch norm when fix_gamma is True
    
    * support gradient accumulation for batch norm
    
    * mkldnn batchnorm support grad add
    
    * unittest for bn
    
    * fix bn arg
    
    * fix lint
    
    * fix mkldnn
    
    * fix mkldnn bn
    
    * fix grad when fixing gamma
    
    * fix naive gpu bn
    
    * fix lint
    
    * fix cudnn bn
    
    * fix flag
    
    * fix lint
    
    * fix testcase
    
    * fix
    
    * use @pytest.mark.parametrize
    
    * combination
    
    * remove redundant test in batchnorm
    
    * npx.batch_norm test
    
    * try to fix test
    
    * reduce the number of tests for batchnorm
    
    * fix
    wkcn authored and ChaiBapchya committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    8e32cd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    e16d314 View commit details
    Browse the repository at this point in the history
  2. [v1.x] backport apache#18500 - [Bug Fixed] Fix batch norm when grad_r…

    …eq is `add` (apache#18518)
    
    * Fix batch norm when grad_req is
    
    * fix
    
    * remove softmax test
    
    * fix
    wkcn authored and ChaiBapchya committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    1c56dd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. Configuration menu
    Copy the full SHA
    834775b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. add copy_size

    wkcn authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    6df63c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    9d9027e View commit details
    Browse the repository at this point in the history