- 06 9月, 2023 2 次提交
-
-
由 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>
-
- 28 8月, 2023 1 次提交
-
-
由 Aditya Raj 提交于
* Update loss.py --refactored fluid_softmax_with_cross_entropy * Update loss.py
-
- 31 7月, 2023 1 次提交
-
-
由 LielinJiang 提交于
-
- 28 6月, 2023 1 次提交
-
-
由 Siming Dai 提交于
* add pos_weight in kernel * fix unittest * fix xpu * fix bce unittest, change infermeta order
-
- 12 6月, 2023 1 次提交
-
-
由 Nyakku Shigure 提交于
-
- 23 5月, 2023 1 次提交
-
-
由 cyberslack_lee 提交于
-
- 22 5月, 2023 1 次提交
-
-
由 Meteor Liu 提交于
* [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * fixed cyclic reference that caused patial import * fixed bad change * fix bad import * fix bad import * fix bad import * fix ut failed caused by change in_dynamic_mode * fix ut failed caused by change in_dynamic_mode * fixed usage of in_dynamic_mode() or in_dygraph_mode() * revert python3 to python in .pre-commit-config.yaml * fix merge conflicts
-
- 16 5月, 2023 2 次提交
-
-
由 co63oc 提交于
-
由 zhouweiwei2014 提交于
-
- 11 5月, 2023 1 次提交
-
-
由 张春乔 提交于
-
- 08 5月, 2023 1 次提交
-
-
由 LyndonKong 提交于
-
- 18 4月, 2023 1 次提交
-
-
由 张春乔 提交于
-
- 17 4月, 2023 1 次提交
-
-
由 thunder95 提交于
* untracked files * bce_loss_fp16 * remove unused files * back max_rel_erro still big * simplify code * upd * fix max_relative_error * restart ci * Update test_bce_loss.py * Update test_bce_loss.py * Update test_bce_loss.py * Update test_bce_loss.py * try to pass test * restore file * remove error value * fix bug --------- Co-authored-by: NZhang Ting <Douyaer2020@qq.com>
-
- 13 4月, 2023 2 次提交
-
-
由 Zman 提交于
* Add GaussianNLLLoss API. * Change `rotl` `atol`.Check `var` in dynamic graph * remove assertTrue * update unittest * update unittest for ci-covarage.add broadcast with same dim. * Supply static err print. * Repair note and example. * Split unitest. * empty commit. * for standard commit. * for standard commit. * Add int dynamic graph test. * Repair parameters name. * Repair unitest parameters name. * Repair unitest parameters name * Repair unitest parameters name * Repair unitest parameters name * add square in code-block * fit few notes. * fit few notes. * fit few notes. * fit few notes. * add few interpretations. * add few interpretations. * add few interpretations. * fix import. * fix space. * empty commit for ci.
-
由 lzydev 提交于
* fix bug in cross_entropy in static mode * fix ci-coverage
-
- 11 4月, 2023 1 次提交
-
-
由 zhangyuqin1998 提交于
-
- 10 4月, 2023 2 次提交
-
-
由 LyndonKong 提交于
* add PoissonNLLLoss API * update unittests * Fix poisson_nll_loss init and update data type support * remove type comment * Update doc string * Fix doc string erro * Fix doc string math equation format * Add float16 and bfloat16 support
-
由 lzydev 提交于
* autogen softmax_with_cross_entropy * fix error in softmax_with_cross_entropy version
-
- 31 3月, 2023 1 次提交
-
-
由 张春乔 提交于
* autofix Co-authored-by: NLiyulingyue <83450930+Liyulingyue@users.noreply.github.com> * revert changes in python/paddle/distributed/fleet/utils/hybrid_parallel_util.py * empty commit, trigger ci * fix test_slice --------- Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 28 3月, 2023 1 次提交
-
-
由 cyberslack_lee 提交于
* fix huber_loss * fix * fix ops.yaml add intermediate * fix * fix test
-
- 25 3月, 2023 2 次提交
- 06 3月, 2023 1 次提交
-
-
由 supplyout 提交于
-
- 14 2月, 2023 1 次提交
-
-
由 mhy-666 提交于
-
- 06 2月, 2023 1 次提交
-
-
由 YuhangLi 提交于
-
- 03 2月, 2023 1 次提交
-
-
由 shentanyue 提交于
* fix cross_entropy * update
-
- 01 2月, 2023 1 次提交
-
-
由 zqw_1997 提交于
remove fluid.initializer.UniformInitializer, ConstantInitializer, NormalInitializer, TruncatedNormalInitializer, XavierInitializer, BilinearInitializer, MSRAInitializer, NumpyArrayInitializer and calculate_gain.. (#49498) * move UniformInitializer and ConstantInitializer * more modify * circular import resolved * another circular import resolved? * more circular import 2 * circular import 3 * change import paddle in metric.py * BuildStrategy import from fluid * modify the framework import path in common.py * change rnn.py import, from static to original framework * change import static in the nn folder * default_main_program should import from common_ops_import * add import paddle in param_attr.py * use core not paddle module for using VarDesc * another old uniform * mistake that use Uniform instead of UniformInitializer * modify UniformInitializer doc * move fluid.NormalInitializer to nn.initializer.NormalInitializer * remove import of Normal in fluid.layers.nn.py * remove more import of old Normal * remove more import of old Normal * sample code modify and tests modify import * is_listen_failed passing arg should be log file * problem solved * a mistake solved * comments resoleved and remove paddle.fluid.initializer.TruncatedNormalInitializer * remove paddle.fluid.initializer.XavierInitializer and paddle.fluid.initializer.MSRAInitializer * remove paddle.fluid.initializer.BilinearInitializer NumpyArrayInitializer and set_global_initializer * change fluid to static * change static to fluid to avoid circular import in distributed_strategy.py * fix example code and test_initializer * ValueType * sample code fix * change set_global_initializer back to fluid * put paddle.static.BuildStrategy.ReduceStrategy into the fuction to avoid circular import * remove calculate_gain, delete BilinearInitializer and revert set_global_initializer * change the time of using UniformInitializer, ConstantInitializer, NormalInitializer, TruncatedNormalInitializer, XavierInitializer, MSRAInitializer, NumpyArrayInitializer as few as possible * fix argument incampatible * fix more arg incompatible * fix test_prelu_op_xpu.py Constant * fix inaccurate doc * more doc fix: default value
-
- 13 1月, 2023 1 次提交
-
-
由 Weilong Wu 提交于
* [Eager] polish some apis logic * polish api logic
-
- 11 1月, 2023 2 次提交
-
-
由 Linjie Chen 提交于
-
由 Linjie Chen 提交于
* fix nll_loss * fix nll_loss * update * update * update * fix
-
- 10 1月, 2023 1 次提交
-
-
由 FlyingQianMM 提交于
* [Zero-Dim] support input 0D Tensor for maximum,minimum,allclose,sigmoid_focal_loss * [Zero-Dim] add backward test for sigmoid_focal_loss with 0-D input Tensor
-
- 05 1月, 2023 1 次提交
-
-
由 ucsk 提交于
-
- 04 1月, 2023 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 28 12月, 2022 1 次提交
-
-
由 姜永久 提交于
* rm legacy nn part2 * rm _non_static_mode * modify * modify unpool test * modify unpool test * modify loss * keep legacy for layer_norm
-
- 23 12月, 2022 3 次提交
-
-
由 学渣戊 提交于
* fix docstrings: 1. 修复了 python/paddle/nn/layer/conv.py 中出现的 Tex 语法问题; 2. 为 python/paddle/nn/functional/conv.py 修复 Tex 语法问题,修改 note 及参数说明格式,尝试添加论文链接; 3. 修改 python/paddle/nn/layer/loss.py、python/paddle/nn/functional/loss.py 中参数说明的格式; 4. 修改 python/paddle/nn/layer/common.py、python/paddle/nn/functional/common.py 中参数说明的格式,添加 optional 说明。 * fix docstring format, add paper's hyperlink. * fix formula Tex. * fix format error; test=docs_preview * fix reference hyperlink; test=docs_preview * fix docstring; test=docs_preview * fix Tex format. * fix api reference; test=docs_preview * test=document_fix * Update conv.py * formula; test=document_fix * test=document_fix * formula; test=document_fix Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
由 Hui Zhang 提交于
* add warp transducer code
-
由 huangjun12 提交于
-
- 20 12月, 2022 1 次提交
-
-
由 姜永久 提交于
* remove unittests eager guard tests part2 * rm bicubic eager guard tests * review * fix * fix dtype bug in bce_loss_with_logits
-
- 16 12月, 2022 1 次提交
-
-
由 学渣戊 提交于
* fix docstring: 1. 去除 python/paddle/fluid/dygraph/nn.py 中 BatchNorm 类说明中示例代码里 numpy 的使用,为参数 data_layout 说明中 "NCHW" 里的各字母含义做了具体说明; 2. 为 python/paddle/nn/functional/norm.py 中 batch_norm 函数中参数 data_format 说明中的 "NCDHW" 里的各字母含义做了具体说明; 3. 为 python/paddle/nn/layer/norm.py 中 BatchNorm、BatchNorm1D、BatchNorm2D 以及 BatchNorm3D 类中参数 data_format 说明中的 "NCDHW" 里的各字母含义做了具体说明; 4. 修正 python/paddle/nn/layer/loss.py 中 BCELoss 类的 Shapes 说明格式错误问题,以及 BCEWithLogitsLoss 类的 Shapes 说明格式错误问题和 Examples 出错问题; 5. 修改 python/paddle/nn/functional/loss.py 中 binary_cross_entropy 函数以及 binary_cross_entropy_with_logits 函数 Returns 说明的描述,使它们与其他函数说明相似; 6. 将 python/paddle/nn/decode.py 中 BeamSearchDecoder 类 `__init__` 方法 docstring 里的参数说明提前到类说明中去。 * 根据 Review 意见进行修改。 * 修正 在线文档 中提及的错误。
-