- 07 5月, 2021 1 次提交
-
-
由 zhiboniu 提交于
* [OPs] Bug fix, fix the segment mean for illegal syncthreads usage. (#32596) (#32610) * [OPs] Bug fix, fix the segment mean for illegal syncthreads usage. * remove packages in __all__ * create new public api level paddle.callbacks;paddle.hub;paddle.utils.unique_name Co-authored-by: NZhong Hui <zhonghui.net@gmail.com>
-
- 29 4月, 2021 2 次提交
- 26 4月, 2021 2 次提交
- 25 4月, 2021 1 次提交
-
-
由 Wenyu 提交于
* add Hub Module for easy to use pre-trained models. * support list, load, help fucntions. * support load models by github, gitee, local Co-authored-by: NLielinJiang <jianglielin@baidu.com>
-
- 23 4月, 2021 1 次提交
-
-
由 Baibaifan 提交于
solve hccl communicate conflict (#32447)
-
- 21 4月, 2021 1 次提交
-
-
由 zhang wenhui 提交于
* add allreduce and broadcast without test (#31024) add allreduce and broadcast without test * Refactor HCCLCommContext to be compatible with Paddle (#31359) Refactor HCCLCommContext to be compatible with Paddle (#31359) * [NPU] add npu kernel for communication op (#31437) * add allreduce and broadcast without test * add c_broadcast_test case * build c_comm_init and c_create_group operators * make the whole thing compile * add broadcast and init op test case but run failed * make unit test compile * fix broadcast test bug and change into hcom for ccl * change c_comm_init and c_create_group ops accordingly * make tests compile * transfer code to 27 * compiled successfully in 28, but run failed * test broadcast in 28, but failed * make hcom primitives work * change hccl data type for base.h * fix broadcast bug * make attributes work * fix group name bug * add allreduce but test failed * allreduce bug for qiuliang * allreduce finished * add allgather and reducescatter * merge all op code * add allgather test * finish run all ccl op test exclude send/recv * all all op and test exclude send/recv * send_v2_npu.cc recv_v2_npiu.cc compiled * fix ccl core dump bug and test allgather, reducescatter, broadcast op * fix allreduce bug just for test * hcom send&recv test pass, without hcom_destroy * for qiuliang test * Ascend Send&Recv Test Pass * all op (ex send/recv) ok * fix bug * merge all ccl op * style merge to PaddlePaddle * merge style * new merge style * merge style 2 * insert an empty at the end * disable ctest for hcom to pass ci Co-authored-by: Nvoid-main <voidmain1313113@gmail.com> Co-authored-by: Nf2hkop <f2huestc@outlook.com> * Add auto-increasing tag id for Hcom OPs (#31702) * add c_reduce_sum op (#31793) add c_reduce_sum op * update Ascendrc hccl to 20.3 (#32126) update Ascendrc hccl to 20.3 (#32126) * fix merge code * change cmake.txt1 * [NPU] Support npu kernel for c sync stream op (#31386) * sync stream npu op * add with_ascend_acl * update c++ unittest * compile all failed * try to pre commit * after pre commit * merge&compile&test hccl successfully! * fix code style * fix code style * fix bugs about hccl * fix some bugs * fix code style * fix style * fix style * fix * fixed * merge develop Co-authored-by: Nlw921014 <liuwei921014@yeah.net> Co-authored-by: NVoid Main <voidmain1313113@gmail.com> Co-authored-by: Nf2hkop <f2huestc@outlook.com> Co-authored-by: Nxiayanming <41795079@qq.com>
-
- 15 4月, 2021 1 次提交
-
-
由 Jiaqi Liu 提交于
* make hapi support amp, and add unittest * make unittest only support GPU * update parameters for amp in hapi.Model * update hapi.Model.prepare interface, and update unittest * fix test_model.py unittest bug * add grad clear in dygraph * use_fp16_guard defaults to True, which could avoid nan * add input check, and add internal doc link to low level api * update doc, and decrease the sample num of dataset to avoid timeout * make hapi amp param support str 'O1' or 'O2' * resume calling , modify the code of the check part * upgrade the usage of Fleet API, and disable 'pure_fp16' param
-
- 15 3月, 2021 1 次提交
-
-
由 LielinJiang 提交于
* fix summary bug
-
- 24 2月, 2021 1 次提交
-
-
由 qingqing01 提交于
test=document_fix
-
- 23 2月, 2021 1 次提交
-
-
由 yukavio 提交于
* remove PrettyTable dependence from paddle.flops * fix bug in python2.7 * fix flops * fix flops * fix bug * fix bug
-
- 25 1月, 2021 1 次提交
-
-
由 yukavio 提交于
-
- 11 1月, 2021 1 次提交
-
-
由 LielinJiang 提交于
* fix warning and no grad
-
- 07 1月, 2021 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 23 12月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* update condition of logger print
-
- 22 12月, 2020 1 次提交
-
-
由 yukavio 提交于
-
- 21 12月, 2020 1 次提交
-
-
由 yukavio 提交于
* fix flops * fix flops
-
- 17 12月, 2020 1 次提交
-
-
由 LiuChiachi 提交于
* update EarlyStopping doc * update EarlyStopping doc, test=document_fix
-
- 14 12月, 2020 1 次提交
-
-
由 yukavio 提交于
-
- 03 12月, 2020 1 次提交
-
-
由 LielinJiang 提交于
-
- 01 12月, 2020 1 次提交
-
-
由 yukavio 提交于
-
- 28 11月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* add ReduceLROnPlateau
-
- 27 11月, 2020 3 次提交
-
-
由 ShenLiang 提交于
* add reducer * refine envent for memorycopy * add concat&split for allreduce * apply concat & split for fuse tensor * fix nccl dep * fix the untest, compile problem and ddp initialize problem * fix untest for mac & add some comments & solve the repeated param in sublayers * fix untest for windows & fix document
-
由 yukavio 提交于
* solve pretty table dependent in flops api * add unittest dependent * temp
-
由 LielinJiang 提交于
* enhance logger callback for benchmark
-
- 26 11月, 2020 2 次提交
-
-
由 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
- 25 11月, 2020 1 次提交
-
-
由 qingqing01 提交于
* Fix doc format for callbacks, metrics and Model * Fix code sample and doc
-
- 23 11月, 2020 3 次提交
-
-
由 LiuChiachi 提交于
* add early stopping * add doc for early stopping * fix sample code bugs * update infer of mode, update doc, add unittests to increase coverage rate * fix sample code for early stopping * update sample code and unittests * reduce time cost of test_callbacks unittest * fix model.py code style error
-
由 LiuChiachi 提交于
* update hapi save_inference_model output pathname * update hapi save_inference_model output pathname * use new 2.0-api paddle.static.io.load_inference_model * add unittests to increase coverage rate
-
由 LielinJiang 提交于
* add lr scheduler
-
- 16 11月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* fix summary for rnn gru lstm
-
- 13 11月, 2020 1 次提交
-
-
由 LiuChiachi 提交于
-
- 30 10月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* return pil image as default according backend
-
- 29 10月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* fix lr scheduler * fix code style
-
- 22 10月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* update hapi predict interface * fix code style * fix docs * fix docs * fix docs * update docs * fix codes style * fix unittest * fix unittest * fix coverage
-
- 21 10月, 2020 1 次提交
-
-
由 cnn 提交于
* rename manual_seed to seed * rename xxx1d-->xxx1D, xxx2d-->xxx2D, xxx3d-->xxx3D * rename manual_seed --> seed * do not rename .cc, .cu and .h file * rename manual_seed --> seed * rename manual_seed --> seed * rename manual_seed --> seed * rename manual_seed --> seed * disable_static on doc example code * donot change manual_seed on generator * add enable_static on sample code * convert python/paddle/fluid/layers/nn.py to bak * fix typo * fix code style * fix seed to manual_seed when call functions of Generator() * fix bug
-
- 19 10月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* hapi/model step learning rate on batch end. test=develop
-
- 15 10月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* step lr_scheduler on epoch end in hapi/model.py fit. test=develop
-