1. 02 12月, 2020 1 次提交
  2. 01 12月, 2020 4 次提交
  3. 30 11月, 2020 11 次提交
  4. 28 11月, 2020 4 次提交
  5. 27 11月, 2020 12 次提交
  6. 26 11月, 2020 8 次提交
    • L
      add paddle.broadcast_to api which is a alias of paddle.expand (#28706) · 449903de
      lilong12 提交于
      * update, test=develop
      449903de
    • L
      Split train_mode and has_grad for tracer (#29064) · 770395cb
      Leo Chen 提交于
      * split train_mode and has_grad
      
      * fix format
      
      * fix ci problems
      
      * fix sample code
      770395cb
    • Y
      disable ut test_static_save_load (#29119) · 27d04a3b
      YUNSHEN XIE 提交于
      27d04a3b
    • J
      [sharding] doc, api, bug fixed (#28983) · 0dadacc4
      JZ-LIANG 提交于
      * add lars to fleet meta optimizer
      
      * add lamb to proto
      
      * add lamb to fleet meta optimizer
      
      * fixed syntax bug
      
      * fixed syntax bug
      
      * fixed syntax error in lamb, add config setter of lamb in distributed_strategy
      
      * trigger unitest to rerun
      
      * add new unitest func for lamb
      
      * revise unitest for lars and lamb
      
      * revise dgc meta unitest
      
      * revise lars document in distribute_strategy
      
      * revise lars lamb document in distributed_strategy.py
      
      * revise lars lamb document in distributed_strategy.py
      
      * add weight decay exclude logic to lars
      
      * restore optimzier.py
      
      * restore optimizer.py as develop except lars
      
      * add epsilon and exclude fn to distributed_sttrategy
      
      * add lars epsilon
      
      * revise unitest for fleet lars and lamb
      
      * revise lars lamb unitest for CI coverage
      
      * revise lars argument api
      
      * revise lars argument api
      
      * revise lars argument api
      
      * revise api doc of lars
      
      * fix op role
      
      * add sharding save and add_sync_comm_for_test function
      
      * add comm_analyse to utlis
      
      * revise sharding_utils
      
      * add sharding saving unittest
      
      * revise sharding utils for unittest
      
      * revise sharding en doc
      
      * update sharding utils api
      
      * add doc for sharding
      
      * fixed bug in sharding var size count
      
      * update varsize count in sharding
      
      * fix sharding num_nccl_comm
      
      * Revert "fix sharding num_nccl_comm"
      
      This reverts commit d51587c15e9323acf226ddd36154275f0d1daf76.
      0dadacc4
    • Y
      fix crypto ut test error for windows ci (#29090) · dd417750
      Yanghello 提交于
      dd417750
    • W
      Fix multi nccl comm & wait server ready (#28663) · e931c7ba
      WangXi 提交于
      e931c7ba
    • S
      add API serialize_program, serialize_persistables, save_to_file,... · db412585
      Shibo Tao 提交于
      add API serialize_program, serialize_persistables, save_to_file, deserialize_program, deserialize_persistables, load_from_file. (#29034)
      
      db412585
    • K
      remove BatchSampler type check (#29114) · b052149d
      Kaipeng Deng 提交于
      * remove BatchSampler type check. test=develop
      b052149d