• G
    Move out sequential and replace save_dygraph and load_dygraph (#48709) · 7ff66973
    GGBond8488 提交于
    * remove fluid.save_dygraph and fluid.load_dygraph use paddle.save and paddle.load instead
    
    * move Sequential to paddle.nn
    
    * modify convert_call_func.py Sequential reference
    
    * remove related unitests
    
    * remove fluid.dynamic.Sequntial
    
    * test remove conver_call_func
    
    * fix conflicts
    
    * fix typro
    
    * fix unitests
    
    * fix sample_code
    
    * fix unitest
    
    * fix __init__
    7ff66973
parallel_UT_rule.py 100.0 KB