- 28 5月, 2022 1 次提交
-
-
由 ShenLiang 提交于
* fix alltoall * rename utest
-
- 27 5月, 2022 8 次提交
-
-
由 Weilong Wu 提交于
-
由 zyfncg 提交于
* refactor the optional tensor * remove optiona<MetaTensor> in InferMeta * fix bug * fix optional<vector<Tensor>> * fix bug * fix rmsprop * fix amp of eager_gen * polish code * fix deleted code * fix merge conflict * polish code * remove is_nullopt_ * fix merge conflict * fix merge conflict
-
由 Aurelius84 提交于
* [Dy2Stat]Replace paddle.jit.dy2stat with _jst * [Dy2Stat]Replace paddle.jit.dy2stat with _jst * refine code style * refine code style
-
由 zhangbo9674 提交于
* refine trunc uinttest * refine unittest * refine ut * refine fp64 grad check
-
由 wanghuancoder 提交于
-
由 xiongkun 提交于
-
由 Baibaifan 提交于
-
由 Ruibiao Chen 提交于
* Support memory stats for CPU * Add UTs * Fix typos * Fix typos
-
- 26 5月, 2022 4 次提交
-
-
由 tianshuo78520a 提交于
-
由 danleifeng 提交于
-
由 ShenLiang 提交于
-
由 zlsh80826 提交于
-
- 25 5月, 2022 6 次提交
-
-
由 onecatcn 提交于
PR types Bug fixes PR changes Docs Describe 修复 paddle.metric.accuracy 文档,对应的中文文档修复为 https://github.com/PaddlePaddle/docs/pull/4811 the file was editted based on the discussion in the issue: INT32 Failed on paddle.metric.accuracy: https://github.com/PaddlePaddle/Paddle/issues/42845
-
由 danleifeng 提交于
-
由 fwenguang 提交于
-
由 xiongkun 提交于
* change logic for optimize * modifty * optimize the backward speed of EinsumOp * add cache optimizer for einsum op * EinsumOp: fix new dygraph mode error * fix bug * change Cache->InnerCache * fix code * fix * add nan inf utils for einsum op * add as_extra * Compatible with v2.3 EinsumOp * remove dispensable
-
由 Ming-Xu Huang 提交于
* Dynamic graph support to Automatic SParsity. 1. Added dynamic support to ASP module (paddle.fluid.contrib.sparsity). 2. Added ASP related unit-tests regards to above changes. 3. Put ASP module under paddle.static for now, waiting for APIs confirmation from Paddle. * Modified documents of functions to have correct examples. * Update in_dygraph_mode to paddle.in_dynamic_mode() * Modified documents of functions and added comments * Minor changes. * Fix example errors in asp API. * Code Change for Review 1. Added more examples in documents. 2. Chaged test_asp_pruning_static. * Minor changes * Update ASP function documents. * Update ASP function documents. * Reduce test case size of asp pruning due CI time limit. * Update time limitation to some asp UTs. * Fix sample code errors. * Fix sample code errors. * Fix sample code errors. * Update time limitation to parts of ASP UTs. * Update UTs to fit with CI. * Reduce problem size in python/paddle/fluid/tests/unittests/asp/test_fleet_with_asp_dynamic.py * Added paddle.asp * Fixed type casting error of OpRole.Optimize in new dygraph mode. * Made set_excluded_layers be compatible with 2.2 * Fix example code of calculate_density. * Update code examples. * Move paddle.asp to paddle.incubate.asp * Fixed an example error of calculate_density
-
由 Baibaifan 提交于
* fix_sharding3_offload * fix_fp16dtype_bug
-
- 24 5月, 2022 4 次提交
-
-
由 jakpiase 提交于
-
由 Allen Guo 提交于
* upgrade to sdk2.5.1
-
由 chentianyu03 提交于
* add pad3d_double_grad yaml and test case * add squeeze and unsqueeze double grad * add double grad config * add pad_grad and pad_double_grad yaml * add pad_double_grad in config
-
由 kuizhiqing 提交于
-
- 23 5月, 2022 12 次提交
-
-
由 zyfncg 提交于
* add assign_out_ yaml * fix final_state_assign * fix inplace bug * add inplace_check_blacklist for assign * fix merge conflict
-
由 Chen Weihang 提交于
-
由 Jiabin Yang 提交于
* support to onnx test * add comments * remove log * remove log * update paddle2onnx version
-
由 xiongkun 提交于
-
由 Weilong Wu 提交于
-
由 YuanRisheng 提交于
* add double grad yaml * fix bugs when compile infrt
-
由 pangyoki 提交于
* support inplace in backward * fix final_state_linear * fix format of backward_inplace_map * little change * add subtract in yaml * fix hook mem leak * fix hook use_count * little format change * fix Co-authored-by: NJiabinYang <360788950@qq.com>
-
由 xiongkun 提交于
* add is_train into the cache key * fix unittest error * add unittest * remove import
-
由 zyfncg 提交于
* remove storage * add glog include * add glog include * add glog include
-
由 Ruibiao Chen 提交于
* Reduce test case for test_tensordot * Fix CI errors
-
由 Weilong Wu 提交于
-
由 zhouweiwei2014 提交于
* remove is_init_py of RandomGenerator, and use Global Generator if not OP seed * fix comment
-
- 20 5月, 2022 5 次提交
-
-
由 zyfncg 提交于
-
由 Leo Chen 提交于
* use fp32 compute type for cublasGemmStridedBatchedEx with fp16 input/output * add flags to control compute type * default to false * add unit test * default to true
-
由 Weilong Wu 提交于
-
由 xiaoguoguo626807 提交于
* add tril_indices cpu kernal * modify tril_indice cpu op * modify bug * modify bug * add tril_indices python api * add tril_indices python api * resolve conflict * add tril_indices test * modify details * add tril_indices.cu * pythonapi pass * save tril_indices * CPU tril_indices pass * delete vlog * modify test_tril_indices_op.py * delete tril_indices_kernel.cc.swp * delete tril_indice.cu * modify code style * add newline in creation.py * modify creation.py linux newline * delete annotation * check code style * check .py style add final_state?? * modify code style * add gpu_tril_indices * modify gpu_compiled_juage * modify gpu judge * code style * add test example * modify english document modify english document modify english document modify document modify document * modify pram name * modify pram name * modify pram * reduce test ex
-
由 yaoxuefeng 提交于
-