- 25 12月, 2022 3 次提交
-
-
由 wanghuancoder 提交于
-
由 wanghuancoder 提交于
* delete legacy dygraph code in python/paddle/distributed * refine
-
由 risemeup1 提交于
* support cinn ci * modify .whl dir * support CINN * support cinn * support kunlun200 and kunlun200test * support cinn * fix tests in kunlun200 * fix bug that can't find libxpu.so.1 * test
-
- 23 12月, 2022 21 次提交
-
-
由 QingshuChen 提交于
-
由 lzy 提交于
-
由 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>
-
由 Yuanle Liu 提交于
-
由 JZ-LIANG 提交于
* memcpy overlap * memcpy newexe
-
由 Zhang Jun 提交于
-
由 学渣戊 提交于
* 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>
-
由 Charles-hit 提交于
* fix matmul double and triple grad * remove some comment * add matmul_double_grad unit test * fix matmul triple grad * fix dot triple grad and add unit test * modify codestyle * fix dot_grad * refactor dot triple grad * disable some unit test * fix unit test * fix unit test in double grad
-
由 zqw_1997 提交于
* rm paddle.fluid.contrib.layers.BasicLSTMUnit basic_lstm BasicGRUUnit basic_gru * rm dependency in __init__.py
-
由 姜永久 提交于
* rm eager guard test * retain grad for xpu test
-
由 HongyuJia 提交于
* fix custom double_grad backward=None * fix custom_relu.cu bug && polish testcase of double_grad * remove old dynamic graph test
-
由 whs 提交于
-
由 haosicheng 提交于
-
由 Hui Zhang 提交于
* add warp transducer code
-
由 Wangzheee 提交于
* add ouutput(CLSInds) for fused_token_prune
-
由 huangjun12 提交于
-
由 MarDino 提交于
-
由 MarDino 提交于
* register half datatype * register roll grad fp16 kernel
-
由 Yuanle Liu 提交于
-
由 jiangcheng 提交于
-
由 houj04 提交于
-
- 22 12月, 2022 16 次提交
-
-
由 HongyuJia 提交于
-
由 Wangzheee 提交于
-
由 Wangzheee 提交于
* fix reshape, gather_nd
-
由 Guanghua Yu 提交于
-
由 Weilong Wu 提交于
* [eager] use CPUAllocator directly * modify pstring sizeof 48 default * rm CPU test for NaiveBestFitAllocator * fix Mac ci compile errors * use UNUSED to state unused_obj * mv UNUSED statement to allocator_facade.cc * fix roi_align * fix yolov3 test case * recover original code * recover original code * fix trt roi_align test Co-authored-by: Njerrywgz <jerrywgz@126.com>
-
由 xiaoxiaohehe001 提交于
-
由 wanghuancoder 提交于
* delete distribute old dygraph test cast
-
由 JYChen 提交于
-
由 姜永久 提交于
* remove custom op eager guard tests * rm custom_runtime eager guard tests * rm xccl eager tests * modify * modify * set grad retain for custom_relu test * retain grad for custom relu op * modify custom_relu test
-
由 xiaoxiaohehe001 提交于
-
由 Ruibiao Chen 提交于
-
由 Zhang Zheng 提交于
* Optimize performance of batch_norm_bwd with NHWC layout and infer mode * fix
-
由 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.
-
由 Zhang Zheng 提交于
-
由 Ligoml 提交于
-
由 QingshuChen 提交于
-