1. 28 11月, 2020 5 次提交
  2. 27 11月, 2020 27 次提交
  3. 26 11月, 2020 8 次提交
    • L
      add paddle.broadcast_to api which is a alias of paddle.expand (#28706) · 449903de
      lilong12 提交于
      * update, test=develop
      449903de
    • N
      Fix ops doc for some ops · da71173b
      Noel 提交于
      Fix ops doc for some ops 
      da71173b
    • 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
    • S
      fix InMemoryDataset doc (#28688) · cddc7096
      ShenLiang 提交于
      * add Inmemorydataset
      cddc7096
    • S
    • Y
      Revert "add hapi api flops (#28755)" (#29144) · 29b50507
      yukavio 提交于
      This reverts commit 63e90ee3.
      29b50507
    • 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