- 26 11月, 2020 19 次提交
-
-
由 Aurelius84 提交于
-
由 YUNSHEN XIE 提交于
-
由 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.
-
由 lilong12 提交于
* update, test=develop
-
由 whs 提交于
-
由 Yanghello 提交于
-
由 Chen Weihang 提交于
* add static_only for static api * addd static_only for class init * remove static_only for default_main_program * remove creater_parameter & startup_program * remove failed apis * revert py_func import * remove global scope * remove some api * remove cuda pinned place
-
由 WangXi 提交于
-
由 ceci3 提交于
* fix examples, test=document_fix * fix, test=document_fix
-
由 Shibo Tao 提交于
add API serialize_program, serialize_persistables, save_to_file, deserialize_program, deserialize_persistables, load_from_file. (#29034)
-
由 Aurelius84 提交于
-
由 Kaipeng Deng 提交于
* remove BatchSampler type check. test=develop
-
由 yukavio 提交于
* add hapi api flops * fix bug * fix some bug * add unit test * fix unit test * solve ci coverage * fix doc * fix doc * fix static flops * delete the comment * fix some grammar problem in doc * fix some bug * fix some doc * fix some doc
-
由 hutuxian 提交于
-
由 joanna.wozna.intel 提交于
* Add bf16 pool2d and unify bf16 unit tests * Add change default ops test
-
由 gongweibao 提交于
-
由 Guanghua Yu 提交于
-
由 LielinJiang 提交于
- 25 11月, 2020 18 次提交
-
-
由 Chen Weihang 提交于
* default not show cpp statck & add hint * fix failed unittest * fix failed unittests
-
由 Yiqun Liu 提交于
-
由 qingqing01 提交于
* Fix doc format for callbacks, metrics and Model * Fix code sample and doc
-
由 Chen Weihang 提交于
* change load dict file one by one to warn * add unittests for coverage * polish error message * fix cond error
-
由 GaoWei8 提交于
-
由 WeiXin 提交于
* Rename variables when use 'jit.load' * Check whether the original graph contains the variable with the same name * add comment * rename output/input of op and edit unittest * modify the code according to CI * edit code according to CI * edit code according to CI * edit code according to CI * edit code according to CI * edit code according to CI * edit code according to CI
-
由 ceci3 提交于
* fix syncbn * add unittest
-
由 joejiong 提交于
add uint8 for reshape operator
-
由 FlyingQianMM 提交于
* rewrite the sigmoid_focal_loss code example. test=develop * fix spelling mistake in comments of code example.test=develop * change print([.*].numpy()) to print([.*]) in example codes of sigmoid_focal_loss. test=document_fix
-
由 liym27 提交于
* Support pop for dict in dy2stat * Move convert_pop to convert_operators.py and polish convert_pop
-
由 Zhou Wei 提交于
* fix tensor detach to zero copy * fix tensor detach to zero copy
-
由 GaoWei8 提交于
* add reminder of fluid.layers.lstm
-
由 Aurelius84 提交于
-
由 chajchaj 提交于
* save one name in cross_entropy and softmax_cross_entropy, test=develop * change used function in CrossEntropy from softmax_cross_entropy to cross_entropy, test=develop
-
由 taixiurong 提交于
-
由 tianshuo78520a 提交于
-
由 joejiong 提交于
Simple code clean up
-
由 huangxu96 提交于
* Impelement 2.0 API version Conv2d and Linear layer quantization in imperative mode. * use cudnn softmax in static Lenet * Modified ChannelwiseQAT Unittest for 2.0 API. * For CI python coverage.
-
- 24 11月, 2020 3 次提交
-
-
由 Chen Weihang 提交于
* polish parallel api impl & doc details * add unittest for coverage * remove spawn test in py2.7 * add parallel api into white list
-
由 joejiong 提交于
As the title
-
由 YUNSHEN XIE 提交于
-