• G
    Fix paddle save for multi-processing (#49657) · 504db4f5
    Ghost Screaming 提交于
    * Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result
    is wrong.
    
    * Remove climits.
    
    * Fix bug of paddle.save. It may cause bug for saving sharded optimizer
    state_dict() in parallel.
    504db4f5
io.py 41.9 KB