• J
    [Bug Fix]Fix gradient accumulator (#39577) · a7cbd3ef
    Jiabin Yang 提交于
    * merge legacy to fluid
    
    * Remove legacy code
    
    * Remove legacy code
    
    * Remove DataType test
    
    * Using Tensor directly instead of using EagerTensor
    
    * support gradient_accumulation
    
    * make test_imperative_lod_tensor_to_selected_rows longer
    
    * make test_imperative_lod_tensor_to_selected_rows longer
    
    * refine code
    
    * Rename all EagerTensor to Tensor
    
    * Rename some EagerTensor to Tensor
    
    * rename EagerTensor to EagerVariable
    
    * add more test
    
    * fix different device gradient_accmulator bug
    
    * merge develop
    
    * remove useless tests
    a7cbd3ef
test_gradient_accmulator.cc 17.4 KB