- 17 1月, 2023 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 13 1月, 2023 1 次提交
-
-
由 Weilong Wu 提交于
* [Eager] polish some apis logic * polish api logic
-
- 12 1月, 2023 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 10 1月, 2023 2 次提交
-
-
由 Guanghua Yu 提交于
-
由 Yulong Ao 提交于
* [Auto Parallel] Remove some fluid APIs * [Auto Parallel] Fix the wrong import * [Auto Parallel] Remove unnecessary comments * [Auto Parallel] Fix the importing bug
-
- 06 1月, 2023 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 05 1月, 2023 1 次提交
-
-
由 zhouzj 提交于
-
- 03 1月, 2023 2 次提交
-
-
由 Charles-hit 提交于
* move fc from fluid to paddle2.0 * fix unit test * fix some examples * fix some examples
-
由 Guanghua Yu 提交于
-
- 30 12月, 2022 2 次提交
-
-
由 zhouzj 提交于
-
由 Sanbu 提交于
* 1219 * temporarily change the num_diff_files limit, test=document_fix * Revert "temporarily change the num_diff_files limit, test=document_fix" This reverts commit 8e70f00ef468d2dad0e38b3da06295ed62990d20. * for codestyle * remove duplicate license * `static mode` -> `static graph mode` * Update hybrid_parallel_inference.py * Update layer_function_generator.py * Update manipulation.py * reset Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com> Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 23 12月, 2022 1 次提交
-
-
由 LoneRanger 提交于
* 修改linspace参数"stop"的介绍 * 更新了conv2d_transpose英文文档中 1.公式异常 2.参数说明异常 3.padding=SAME和VALID的公式说明; test=docs_preview * 解决了 1.英文版Note中的api_fluid_layers_conv2d的链接失效, 2. 英文版参数中的padding_start的参数错误 3. 参数中bias_attr和param_attr的链接失效 4. 参数缺少optional * 更新了paddle.static.auc的英文文档的Return描述以及函数的参数 * Update python/paddle/tensor/creation.py Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com> * 更新了shard_index的ignore_value描述 * 修改了英文文档的paddle.static.nn.conv3d_transpose的公式介绍 * add py_func COPY-FROM label; test=document_fix * Update python/paddle/tensor/manipulation.py Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com> * formula; test=document_fix * formula; test=document_fix * formula; test=document_fix Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
- 22 12月, 2022 2 次提交
-
-
由 JYChen 提交于
-
由 Ghost Screaming 提交于
* Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result is wrong. * Remove climits. * Clean Fluid APIs in python/paddle/fluid/layers/nn.py, migrate spectral_norm and row_conv APIs, and remove ont_hot. Including following files: 1. python/paddle/fluid/layers/nn.py 2. python/paddle/fluid/tests/unittests/collective/fleet/parallel_dygraph_transformer.py 3. python/paddle/fluid/tests/unittests/dist_transformer.py 4. python/paddle/fluid/tests/unittests/dygraph_to_static/transformer_dygraph_model.py 5. python/paddle/fluid/tests/unittests/ipu/test_one_hot_op_ipu.py 6. python/paddle/fluid/tests/unittests/test_imperative_auto_prune.py 7. python/paddle/fluid/tests/unittests/test_imperative_load_static_param.py 8. python/paddle/fluid/tests/unittests/test_layers.py 9. python/paddle/fluid/tests/unittests/test_one_hot_op.py 10. python/paddle/fluid/tests/unittests/test_row_conv_op.py 11. python/paddle/fluid/tests/unittests/test_runtime_and_compiletime_exception.py 12. python/paddle/fluid/tests/unittests/test_spectral_norm_op.py 13. python/paddle/static/nn/__init__.py 14. python/paddle/static/nn/common.py * Polish code. * Fix some bugs. * Remove useless unittest. * Fix some bug. * Polish example code. * Fix some bugs. * Fix some bugs.
-
- 21 12月, 2022 2 次提交
-
-
由 zqw_1997 提交于
* remove paddle.fluid.layers.layer_norm * templatedoc import from paddle.fluid.layers.layer_function_generator * del import of fluid.layers.layer_norm in __init__.py * add import of ..common.layer_norm in __init__.py * fix bug in UT * fix doc
-
由 GGBond8488 提交于
* move out sparsity from fluid * fix typro * fix circle import error * fix circle import * fix circle import * fix conflicts * remove paddle.static.sparsity * remove paddle.asp * Undo history modifications * remove sparsity in static package * modify setup.py * add missing modifications on unitest files * remove redundant sparsiy hierarchy * fix unitest file
-
- 20 12月, 2022 1 次提交
-
-
由 Zhibao Li 提交于
* fix api docs format problems 121-131 * fix English docs #49042 * resolve conflict; test=document_fix Co-authored-by: Ligoml <limengliu@tiaozhan.com>
-
- 19 12月, 2022 1 次提交
-
-
由 xiaoguoguo626807 提交于
* move conv2d * code-style and build bug * restore c++ * code-style * rm fluid init conv2d * remove nn.conv2d * modify doc
-
- 15 12月, 2022 2 次提交
-
-
由 学渣戊 提交于
* Update docstring: 1. 去除 python/paddle/tensor/manipulation.py 中 cast 函数描述中的 This OP; 2. 调整 python/paddle/fluid/layers/control_flow.py 中 Print 函数中参数描述的顺序,添加 optional 描述; 3. 为 python/paddle/tensor/logic.py 中 logical_and 函数添加 optional 描述; 4. 为 python/paddle/fluid/reader.py 中 DataLoader 类中 from_generator、from_dataset 函数添加 optional 描述; 5. 在 python/paddle/fluid/layers/nn.py 中 crf_decoding 函数的 param_attr 在使用中确实可视为存在默认值 None,故添加 optional 描述; 6. 修复 python/paddle/static/nn/common.py 中 data_norm 函数描述里 tex 语法错误的问题,并一并修复同一文件中的相同问题。 * 根据 review 意见修改部分内容。 * 将谓语动词去掉第三人称单数形式。 * 同步中文文档变更。 * string-->str; test=document_fix Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
由 HydrogenSulfate 提交于
* remove density_prior_box * remove anchor_generator * remove roi_perspective_transform * remove generate_proposal_labels * remove generate_mask_labels * remove generate_proposals * remove box_clip * remove retinanet_detection_output * remove multiclass_nms * remove locality_aware_nms * remove matrix_nms * remove distribute_fpn_proposals * remove box_decoder_and_assign * remove collect_fpn_proposals * remove 2 trt files * move prior_box to static/nn/common.py * move multi_box_head to static/nn/common.py * fix for CI/CE * remove retinanet_detection_output * restore compile_vs_runtime_white_list.py * restore test_retinanet_detection_output to white list * replace nn.flatten by paddle.flatten, and fix doc for retinanet_target_assign * add enable_static in demo and fix bug * remove roi_perspective_transform in test_layers * remove multi_box_head * change self.multiclass_nms to _legacy_C_ops.multiclass_nms * empty commit * empty commit * check code style * fix prior_box * fix CI * remove redundant prior_box in detection.py * fix docs * remove detection * fix prior_box en doc * delete prior_box in common * remote proir_box from __init__.py
-
- 14 12月, 2022 1 次提交
-
-
由 feifei-111 提交于
* del array_write & array_read * fix import err * fix import err * fix example codes
-
- 13 12月, 2022 3 次提交
-
-
由 JYChen 提交于
* remove non-public apis from __all__ * fix code style
-
由 ccrrong 提交于
* remove linear_chain_crf and crf_decoding
-
由 wangzhen38 提交于
* [api move] cvm * [api move] cvm * [api move] cvm * [api move] cvm * [api move] cvm * [api move] cvm * [api move] cvm * [api move] ci test * [api move] ci test * [api move] ci test
-
- 12 12月, 2022 2 次提交
-
-
由 feifei-111 提交于
-
由 Roc 提交于
-
- 09 12月, 2022 1 次提交
-
-
由 cyber-pioneer 提交于
-
- 08 12月, 2022 1 次提交
-
-
由 Ghost Screaming 提交于
* Merge branch 'reduce_sum' of https://github.com/GhostScreaming/Paddle into mine_fluid_clean_common. * Fix some bugs. * Clean APIs in python/paddle/fluid/layers/control_flow.py * Polish code style. * Change API. * Fix some bugs. * Fix some bugs.
-
- 07 12月, 2022 2 次提交
-
-
由 wangzhen38 提交于
* [remove fluid] PRelu BilinearTensorProduct * [remove fluid] PRelu BilinearTensorProduct Conv2DTranspose SequenceConv RowConv * [remove fluid] PRelu BilinearTensorProduct Conv2DTranspose SequenceConv RowConv * [remove fluid] PRelu BilinearTensorProduct Conv2DTranspose SequenceConv RowConv * [remove fluid] PRelu BilinearTensorProduct Conv2DTranspose SequenceConv RowConv * [remove fluid] PRelu BilinearTensorProduct Conv2DTranspose SequenceConv RowConv * [remove fluid] PRelu BilinearTensorProduct Conv2DTranspose SequenceConv RowConv * [remove fluid] PRelu BilinearTensorProduct Conv2DTranspose SequenceConv RowConv
-
由 xiaoguoguo626807 提交于
* modify slice infershape * code style * modify slice_unittest * temp fix * batch_norm api move * code_style * codestyle * ci_static * add __init__ * reset other change * revert .cc * add import batchnorm * conflict and revert * fix bug * fix third conflict one day * fix conflict * fix conflict bug * fix conflict bug * modify api * code_style * modify doc * add lost doc stable * fix conflict bug * ci lack of gpu
-
- 05 12月, 2022 2 次提交
-
-
由 yunyaoXYY 提交于
* Clean fliud hash * clean fluid grid_sampler * clean log_loss * Move bilinear_tensor_product from fluid to static * Fix unitests when remove log_loss * Fix bug when move bilinear_tensor_product * fix test_fleet_nocvm_1.py * Add bilinear_tensor_product into all list * Fix code style * Fix comments in bilinear_tensor_product * Fix comments in bilinear_tensor_product * Fix comments
-
由 heyanru 提交于
-
- 02 12月, 2022 2 次提交
-
-
由 cyber-pioneer 提交于
move paddle.fluid.layers.tensor.create_parameter to paddle.tensor.creation.create_parameter (#48579)
-
由 cyber-pioneer 提交于
-
- 01 12月, 2022 2 次提交
-
-
由 Roc 提交于
* mv accuracy and auc * rm distributions * rm get_places * replace metric
-
由 Nyakku Shigure 提交于
-
- 29 11月, 2022 3 次提交
-
-
由 Nyakku Shigure 提交于
* isort all files * revert conflicting files * revert conflicting files * revert conflicting files
-
由 傅剑寒 提交于
-
由 LiYuRio 提交于
* move instance_norm from fluid to static * move group_norm, data_norm to static
-
- 28 11月, 2022 1 次提交
-
-
由 yuehuayingxueluo 提交于
* clear fluid api: warpctc, nce, identity_loss * fix test_layers.py __init__.py * fix loss.py * change __init__.py and api calling method * fix nce * fix nce * fix fluid.data * delete warpctc api document * fix loss.py * fix ctc_loss * fix test_warpctc_op.py * fix test_layers.py * fix some bug * fix conflict * fix ci bug * Empty Commit test=allcase * fix ci bug
-