- 08 9月, 2023 1 次提交
-
-
由 Aurelius84 提交于
* [Dy2St]Renae in_declarative_mode into in_to_static_mode [Dy2St]Renae in_declarative_mode into in_to_static_mode fix comment
-
- 07 9月, 2023 4 次提交
-
-
由 Difer 提交于
* rename fluid to base * fix setup and rename paddle.fluid * fix protobuf generated paddle.fluid * fix some errors * fix cmake depends * fix some error * try to fix cache error * fix codestyle && some doc error * remove build change * fix some error --------- Co-authored-by: NXiangGao <jeff41404@gmail.com>
-
由 Shaopeng Ling 提交于
* fix doc typo * fix doc typo and missing part
-
由 Ruibin Cheung 提交于
-
由 yangguohao 提交于
* complex op logsigmoid * fix 2023-08-31
-
- 06 9月, 2023 3 次提交
-
-
由 zhangbo9674 提交于
* fix bug * fix bug
-
由 akshatvishu 提交于
-
由 iSerendipity 提交于
[xdoctest][task 79] reformat example code with google style in `python/paddle/nn/functional/loss.py` (#56901) * [Doctest] fix No.79, test=docs_preview * Apply suggestions from code review * fix gpu * fix * fix --------- Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
-
- 04 9月, 2023 1 次提交
-
-
由 zhangbo9674 提交于
* add code * add code * refine code * add code * fix bug * fix bug * fix bug * add code * add ut * polish code * fix bug * refine code * fix bug * refine code * fix bug * refine code * fix bug * refine code * fix bug * refine code * add code * fix bug * fix bug * fix bug * fix bug * fix bug * refine code
-
- 31 8月, 2023 2 次提交
-
-
由 iSerendipity 提交于
[xdoctest][task 292] reformat example code with google style in `python/paddle/nn/functional/norm.py` (#56825)
-
由 yuchen202 提交于
-
- 29 8月, 2023 1 次提交
-
-
由 张春乔 提交于
-
- 28 8月, 2023 2 次提交
-
-
由 张春乔 提交于
[API Enhancement] No.6 support single `int` input in UpsamplingNearest2D and UpsamplingBilinear2D (#56470) * enhance single int input in UpsamplingNearest2D and UpsamplingBilinear2D * add unittest * add unittest
-
由 Aditya Raj 提交于
* Update loss.py --refactored fluid_softmax_with_cross_entropy * Update loss.py
-
- 25 8月, 2023 1 次提交
-
-
由 FormlessUnit 提交于
-
- 24 8月, 2023 1 次提交
-
-
由 InsaneOnion 提交于
* Fixed a mismatch between Chinese and English documents for the CrossEntropyLoss #50424 * Update python/paddle/nn/layer/loss.py Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com> * Update python/paddle/nn/layer/loss.py Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com> * update fix * update fix * Uniform Context Format --------- Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
-
- 22 8月, 2023 2 次提交
-
-
由 张春乔 提交于
* Update backend.py * transform_parameters * Update transform_parameters.py * Update transform_parameters.py * Update transform_parameters.py * Update transform_parameters.py * Update python/paddle/nn/utils/transform_parameters.py * Apply suggestions from code review * Apply suggestions from code review
-
由 FormlessUnit 提交于
* Modify kernels to support quantized_matmul --------- Co-authored-by: Nsuperxf <1208713646@qq.com>
-
- 21 8月, 2023 2 次提交
-
-
由 Candy2Tang 提交于
[xdoctest][task 113] Reformat example code with google style in python/paddle/nn/layer/container.py (#56229) * [xdoctest][task 113] test=docs_preview * test=document_fix * test=document_fix
-
由 Candy2Tang 提交于
[xdoctest][task 114] Reformat example code with google style in python/paddle/nn/functional/vision.py (#56230) * [xdoctest][task 114] test=docs_preview * test=document_fix * test=document_fix * adjust indent --------- Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 15 8月, 2023 1 次提交
-
-
由 yinwei 提交于
--------- Co-authored-by: Ntianhaodongbd <tianhaodong@baidu.com>
-
- 14 8月, 2023 1 次提交
-
-
由 张春乔 提交于
* weight_norm_hook * Update weight_norm_hook.py * Update weight_norm_hook.py * Update python/paddle/nn/utils/weight_norm_hook.py * Update python/paddle/nn/utils/weight_norm_hook.py * Update python/paddle/nn/utils/weight_norm_hook.py Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com> --------- Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
-
- 11 8月, 2023 1 次提交
-
-
由 Difer 提交于
* move fluid apis * fix type error * remove static exponential_decay * fix some import error * remove nn.py * fix some error * fix type error
-
- 09 8月, 2023 3 次提交
-
-
由 umiswing 提交于
-
由 Kaedeharai 提交于
-
由 张春乔 提交于
* input.py * Update python/paddle/nn/functional/input.py * Update input.py
-
- 08 8月, 2023 2 次提交
- 07 8月, 2023 2 次提交
-
-
由 yin wei 提交于
* add mask * add backword * add enforce info * update scale * integrate code * update enforce * add enforce eq * add error type * update enforce * add test_flash_attention * Polish codes and fix compiling errors. * Set num_splits to 0 for flash-attn with tensor mask. * Fix the compiling error for non flash-attn case. --------- Co-authored-by: NLiu Yiqun <liuyiqun01@baidu.com>
-
由 xiongkun 提交于
* add paddle-symbolic-trace to paddle * add symoblic trace * delete swp * support Layer in symbolic trace * fix test-symbolic-trace, make symbolic trace return a StaticFunction * template the error message * fix some unittest * Modify the execution mode of test * Modify the module name * add dy2static unittest decorator * change some unittest files by @ast_only_test * fix unittest. * test-symbolic-trace * update test_write_python_container.py * update * fix test_param_parse.py * add submodule and ln -sf in cmakefile * update * update * fix some ast only errors * update * Polish ut * fix unittests * update * update * fix unittests * update * test warning ast only * update * Ast only some uts * Fix unitests * test_error ast only * update * update * Support build_strategy for sot * update * import sot as a third party module * update * update * Polish code * update * update * update * update * update * remove old fluid api and use paddle.nn.relu instead * fix * comment the print of ast code * add try-finally block * fix dy2static stop-gradient bugs * fix code * remove unused submodule and minor codestyle fix * fix * fix cast error * fix interpolate meets int64 in static model * add evalframe support for py311 * fix * fix err * switch ENABLE_FALL_BACK=False * fix * Fix CI for some unittest * add ENABLE_SOT * remove setup.py dependences --------- Co-authored-by: NNotHaozi <zhangmenghao@baidu.com> Co-authored-by: Nfeifei-111 <2364819892@qq.com> Co-authored-by: N0x45f <wangzhen45@baidu.com> Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 04 8月, 2023 1 次提交
-
-
由 cyberslack_lee 提交于
* test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview
-
- 03 8月, 2023 3 次提交
-
-
由 cyberslack_lee 提交于
* test=docs_preview * test=docs_preview
-
由 cyberslack_lee 提交于
* norm, test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview
-
由 cyberslack_lee 提交于
* [Doctest]fix No.80-85, test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview * fix * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview --------- Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
-
- 02 8月, 2023 3 次提交
-
-
由 yangjianfengo1 提交于
[Inference] Replace groupNorm when data types are bf16 and fp16, and data format is NHWC implementation. (#55399) * finish * cpergroup odd * fix bf16 * single channel * code style * jingdu duiqi * add head_file * add bf16 head file * bf16 2 * bf16 * bf16 head * bf16 compile * py test * bf16 compile * bf16 compile * unset py test * nhwc * test * mean var * bf16 success * su * ctest success * use is_same_as * is_same * use is_same * rtol * gpu_stream * del sigmod * fix bfloat16 type * use cuda_bf16_hpp * use_cuda_arch * bfloat162float2 * del inplace_tol * del max_releative_tol * temp store * jingdu duiqi * temp store * plugin * jingdu duiqi * duiqi * include cuda.h * del half * half single * ci * add const * ci * cudamemset * del printf * fp16 test * add half compute * del br16 ci * del ci * ci approve * del fluid include
-
由 ooooo-create 提交于
* [Doctest]fix No.21, test=docs_preview * Revert "[Doctest]fix No.21, test=docs_preview" This reverts commit 76bcdb280e254d682be6fc6f85588f1940bb1ade. * [Doctest]fix No.21, test=docs_preview * fix bugs,test=docs_preview * [Doctest]fix No.22-24,26,27, test=docs_preview * update fix * with pre-commit, test=docs_preview * fix seed, test=docs_preview * fix error, test=docs_preview * fix seed, test=docs_preview * fix seed, test=docs_preview
-
由 zhenhailiu 提交于
-
- 31 7月, 2023 3 次提交
-
-
由 Difer 提交于
* simple reaplce * for debug * fix bugs * fix some bugs * del fill_constant_batch_size_like
-
由 wanghuancoder 提交于
support stride
-
由 LielinJiang 提交于
-