- 10 10月, 2022 1 次提交
-
-
由 Shuangchi He 提交于
[CodeStyle][F401] remove unused imports in python_paddle/proto_onnx_optimizer_hapi_autograd_framework. (#46754)
-
- 27 9月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle] remove all future import * revert test_error.py * restore future import in example code
-
- 14 9月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* trim trailing whitespace * fix `.cmake-format.py` * revert npu ut changes, avoid npu ci error
-
- 11 7月, 2022 1 次提交
-
-
由 Leo Chen 提交于
-
- 23 6月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* rewrite all code examples, test=document_fix * refine arguments, test=document_fix * fix desc format error, test=document_fix * capitalize the first letter, test=document_fix * refine api desc, test=document_fix * fix wrong COPY-FROM label in Model docs, test=document_fix * refine returns, test=document_fix * refine returns, test=document_fix * add a blank line in code block, test=document_fix
-
- 17 6月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* add copy-from label for code examples, test=document_fix * refine docs, test=document_fix * add some output for code example, test=document_fix * add `optional`, test=document_fix * add missing parameters, test=document_fix * add missing links for `ProgBarLogger` and `ModelCheckpoint`, test=document_fix * update eval_batch example, test=document_fix * fix typos in stack_outputs, test=document_fix * np.random -> paddle.random, test=document_fix
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* use yapf to format all python file * yapf exclude two unittests file for they rely on writing and reading file, and format will break them * disable diff_py_file because too many diff files cause command following failed
-
- 13 5月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
* [Eager] Support test_dist_hapi_model under eager mode * [Eager] Polish code * Fix code-format issue, coverage-ci issue
-
- 12 5月, 2022 1 次提交
-
-
由 Shuangchi He 提交于
-
- 25 3月, 2022 1 次提交
-
-
由 Jiabin Yang 提交于
* refactor eager flags * fix flags error when we switch from eager to dygraph * fix ci problem * fix ci * fix ci * merge develop and fix code style * merge develop and fix code style * fix op test error * fix op test error * fix op test error * fix op test error * fix op test error * merge develop
-
- 21 3月, 2022 1 次提交
-
-
由 hong 提交于
* switch eager mode and change it * set default is eager * set default is eager * fix error; test=develop * fix some error; test=develop * update * upd * update code; test=develop * update * fix some bug; test=develop * fix bug; test=develop * fix bug; test=develop * fix bug; test=develop * fix error; test=develop * format; test=develop Co-authored-by: NJiabinYang <360788950@qq.com>
-
- 22 10月, 2021 1 次提交
-
-
由 Leo Chen 提交于
* [hapi] support dygrapg amp O2 * fix problem of static pure fp16 in hapi * fix bug * fix format * fix ut * follow comments * update ut * update amp save/load * fix ut * refine code format
-
- 29 7月, 2021 1 次提交
-
-
由 wangna11BD 提交于
* add input option in model.summary
-
- 23 7月, 2021 1 次提交
-
-
由 shangliang Xu 提交于
-
- 22 7月, 2021 1 次提交
-
-
由 Jiaqi Liu 提交于
-
- 08 7月, 2021 1 次提交
-
-
由 shangliang Xu 提交于
* add num_iters in fit/evalate, test=develop
-
- 28 6月, 2021 8 次提交
- 21 6月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
* del py2 code2 * fix test timeout
-
- 11 6月, 2021 1 次提交
-
-
由 zhiboniu 提交于
* update 2.0 public api in vision * fix some flake8 errors
-
- 09 6月, 2021 1 次提交
-
-
由 LielinJiang 提交于
* add option verbose for predict api
-
- 07 6月, 2021 1 次提交
-
-
由 zhangchunle 提交于
-
- 29 4月, 2021 1 次提交
-
-
由 zhiboniu 提交于
-
- 26 4月, 2021 2 次提交
- 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
-
- 11 1月, 2021 1 次提交
-
-
由 LielinJiang 提交于
* fix warning and no grad
-
- 07 1月, 2021 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 27 11月, 2020 2 次提交
-
-
由 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
-
由 LielinJiang 提交于
* enhance logger callback for benchmark
-
- 25 11月, 2020 1 次提交
-
-
由 qingqing01 提交于
* Fix doc format for callbacks, metrics and Model * Fix code sample and doc
-
- 23 11月, 2020 1 次提交
-
-
由 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
-