- 30 9月, 2022 1 次提交
-
-
由 sneaxiy 提交于
* support pure bfloat16 * support bf16 linear * update PR to pass CI * tiny fix where_grad_kernel.cu * add bfloat16 to selu_grad to pass CI * fix selu grad compilation error
-
- 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
-
- 26 8月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
-
- 25 8月, 2022 1 次提交
-
-
由 hong 提交于
* add python final state * fix bug * fix bugs * fix bug * fix bug * revert impl, final state mul not support selected rows * fix softmax use cudnn error * add softlable false unitest * revert loss.py
-
- 18 8月, 2022 2 次提交
-
-
由 Weilong Wu 提交于
* [Eager] add get_tensor_from_selected_rows * add PADDLE_ENFORCE to check SelectedRows * use _ prefix in temp
-
由 zyfncg 提交于
-
- 25 7月, 2022 1 次提交
-
-
由 lyq 提交于
-
- 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
-
- 23 4月, 2022 1 次提交
-
-
由 Aurelius84 提交于
-
- 18 4月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
* update * add conv yaml * add backward * remove useless code * fix bug * fix bug * revert fluid dygraph conv2d * remove useless infermeta function * fix meta fn deluplicat error * conv using custom impl * remove amp include * fix bug * use final op in maskrcnn and hrnet * refine Co-authored-by: Nphlrain <phliuhongyu@126.com>
-
- 28 3月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
* [Eager] Support SelectedRows in eager mode * Remove unnecessary codes * Adapt new dygraph flag
-
- 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
-
- 19 2月, 2022 1 次提交
-
-
由 sneaxiy 提交于
* add DistributedFusedLamb op * polish code * fix compile error * compatible with pten changement * fix rocm compile error * improve converage * update upstream/develop * fix cast_with_ptr.h * add FLAGS_distributed_lamb_divide_nranks_when_allreduce=1 * fix clip before allreduce * add use_master_param_norm * code polish * fix bug * fix ROCM ci
-
- 27 12月, 2021 1 次提交
-
-
由 zhangbo9674 提交于
* refine clip * delete unused code * refine logic for clip
-
- 22 12月, 2021 1 次提交
-
-
由 Zhanlue Yang 提交于
-
- 17 12月, 2021 1 次提交
-
-
由 sneaxiy 提交于
* support multi precision update for LAMB * hide some api * fix ci uts * fix lamb output of dygraph * remove some changes to some PR * try to fix Py3 CI compile error * fix test_imperative_optimizer, add lars ut, add layer_norm ut * fix ut, fix format * fix ut * fix windows ci
-
- 13 10月, 2021 1 次提交
-
-
由 zhangbo9674 提交于
* add fp16 for clip_by_norm api * support ClipByGlobalNorm for fp16 in dygraph * add unittest for dygraph clipGlobalNorm * refine unittest for dygraph clipGlobalNorm for mac and windows * refine unittest * add unittest for fp64 * refine unittest for fp64
-
- 11 10月, 2021 1 次提交
-
-
由 Yuang Liu 提交于
-
- 14 9月, 2021 1 次提交
-
-
由 WangXi 提交于
-
- 10 9月, 2021 1 次提交
-
-
由 huangxu96 提交于
This PR supports gradient clip (ClipGradByGlobalNorm) when training with AMP(auto mixed precision).
-
- 18 8月, 2021 1 次提交
-
-
由 WangXi 提交于
-
- 06 8月, 2021 1 次提交
-
-
由 sunzhongkai588 提交于
* fix paddle.optimizer test=document_fix * fix paddle.optimizer test=document_fix * fix bugs in paddle.nn.functional document test=document_fix * fix bugs in paddle.nn.functional document test=document_fix * fix bugs in paddle.nn.functional document test=document_fix * fix bugs in paddle.nn.functional document test=document_fix * fix nn formula bugs test=document_fix * fix nn formula bugs test=document_fix * fix nn formula bugs test=document_fix
-
- 05 8月, 2021 1 次提交
-
-
由 WangXi 提交于
-
- 24 11月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* upgrade comment string to raw string * fix string in * fix string with ' ' * revert update on comments * upgrade only necessary * fix sample code checker * fix comments with '''
-
- 26 10月, 2020 1 次提交
-
-
由 mapingshuo 提交于
* add sharding
-
- 09 10月, 2020 1 次提交
-
-
由 Qi Li 提交于
-
- 30 9月, 2020 1 次提交
-
-
由 Qi Li 提交于
-
- 24 9月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
* fix dtype of gradientclipbyglobalnorm * fix dtype bug of GradientClipbyGlobalnorm
-
- 02 9月, 2020 1 次提交
-
-
由 Yang Zhang 提交于
-
- 14 8月, 2020 1 次提交
-
-
由 Yang Zhang 提交于
* Upgrade `no_grad` decorator test=develop - match torch decorator usage (i.e., with parenthesis) - handle generator functions - add `paddle.no_grad` alias * Switch from `functools` to `decorator` preserves signature * Reword decorator usage note
-
- 14 5月, 2020 1 次提交
-
-
由 Cindy Cai 提交于
* test=develop, test=document_fix * test=develop, test=document_fix Co-authored-by: Nswtkiwi <1208425345@qq.com>
-
- 22 4月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-
- 17 4月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-
- 07 4月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
梯度裁剪的策略进行了升级,配合修复相应的 裁剪API、minimize、ParamAttr 的API英文文档。 对应API变动的文档: #23224 对应中文文档PR:PaddlePaddle/FluidDoc#1942
-
- 02 4月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-
- 11 3月, 2020 1 次提交
-
-
由 Chengmo 提交于
speed create clip op
-
- 28 2月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 07 1月, 2020 1 次提交
-
-
由 Chengmo 提交于
* fix grad clip, clip op belongs to Backward op when running in Parameter Server mode.
-
- 11 10月, 2019 1 次提交
-
-
由 GaoWei8 提交于
* fix GradientClipByNorm english doc test=develop test=document_fix
-