- 27 7月, 2020 6 次提交
-
-
由 wangchaochaohu 提交于
-
由 Wojciech Uss 提交于
test=develop
-
由 LutaoChu 提交于
fix the cross OP behavior is not as expected when axis=0
-
由 tianshuo78520a 提交于
-
由 mapingshuo 提交于
-
由 Yi Liu 提交于
test=develop
-
- 24 7月, 2020 14 次提交
-
-
由 Huihuang Zheng 提交于
Based on the comment here https://github.com/PaddlePaddle/Paddle/blob/b5f8784cab94eae785659787fc529870c87b254c/paddle/fluid/framework/details/build_strategy.h#L49 The unit test which compares Reduce and AllReduce must have diff. The PR_CI_Night runs on P40 machine and it has 8GB GPU, which is smaller than the 16GB normal CI machines. So we decrease the batch size in the past to make it runnable: https://github.com/PaddlePaddle/Paddle/pull/24651/files . Decreasing the batch size makes the difference occurs often. So this PR replace the absolute delta by relative delta. Before this PR, the unit test failure happens with probability about 1/100. After this PR it doesn't happen.
-
由 Zhen Wang 提交于
* fix the double grad bug for the star gan. test=develop * update the retain_graph parameter doc. test=develop * add the unit test for the retain_graph parameter. test=develop
-
由 Chen Weihang 提交于
* fix jit.save input type change error * add unittes
-
由 Chen Weihang 提交于
* polish framework error meg part2 * polish details
-
由 Dong Daxiang 提交于
-
由 Dong Daxiang 提交于
-
由 123malin 提交于
* test=develop, add logo
-
由 mapingshuo 提交于
-
由 qingqing01 提交于
* Refine Model 1. Take the network (instance of Layer) as the input of Model. 2. Refine set_dict/load_dict of Layer. 3. Refine Input interface, so update code sample about Input
-
由 xujiaqi01 提交于
* add fleet distributed metrics * test=develop
-
由 Adam 提交于
-
由 Wilber 提交于
-
由 Chen Weihang 提交于
-
由 wanghuancoder 提交于
* fix error msg report in ir/, about 19 files, test=develop * modified some unclear descriptions, test=develop * modified some unclear descriptions, test=develop * modify unit test pass_test.cc, because the error report in pass.cc is used by pass_test.cc, test=develop
-
- 23 7月, 2020 8 次提交
-
-
由 Leo Chen 提交于
* refine squeeze, test=develop * update squeeze, test=develop * refine compile-time infershape, test=develop * add more unittest, test=develop * follow comments, test=develop * add update_api, test=develop * follow comments, test=develop
-
由 Dong Daxiang 提交于
* fix gen nccl id bug
-
由 joanna.wozna.intel 提交于
test=develop
-
由 cnn 提交于
* New features, add sinh and cosh op, test=develop * remove duplicate test function and remove out paramters, test=develop * Add out paramters temporary, remove later. test=develop * remove out args, PR 25570, test=develop * remove TestParameter, test=developx * add test api for static dygraph, test=develop * add backword unittests for sinh and cosh, test=develop
-
由 Leo Chen 提交于
-
由 Zhang Ting 提交于
-
由 Dong Daxiang 提交于
* add approval
-
由 mapingshuo 提交于
add fp64 support in sequence_pool, test=develop
-
- 22 7月, 2020 8 次提交
-
-
由 LielinJiang 提交于
* add more vision transfrom apis
-
由 Leo Chen 提交于
* fix best_fit_allocator_test on windows, test=develop * enable best_fit_allocator_test and test_math_op_patch_var_base, test=develop
-
由 xujiaqi01 提交于
* fix dataset py3 error * test=develop
-
由 GaoWei8 提交于
Fix the condition of concat dimension judgment.
-
由 Aurelius84 提交于
-
由 Leo Chen 提交于
-
由 donproc 提交于
-
由 石晓伟 提交于
* update ResetHolder, test=develop * add TensorShare for lite engine, test=develop * tensor data changed from copying to sharing, test=develop * supports xpu runtime, test=develop * fix code styles, test=develop
-
- 21 7月, 2020 4 次提交
-
-
由 Chen Weihang 提交于
* polish some error message in framework, test=develop * fix unittest error, test=develop * replace PADDLE_ENFORCE, test=develop * polish details based review comment, test=develop
-
由 Leo Chen 提交于
* add ci check for changing op-related api without core.ops, test=develop * generate api_source_md5 file when build, test=develop * add failed example, test=develop * add failed example, test=develop * handle exception, test=develop
-
由 Chen Weihang 提交于
-
由 Shibo Tao 提交于
* add op multiply, delete op elementwise_mul from math.py. test=develop,test=document_fix * bug fix. test=develop,test=document_fix * bug fix. test=develop,test=document_fix * bug fix. test=develop,test=document_fix * bug fix. test=develop,test=document_fix * add unittest for multiply op. test=develop. * fix code style. test=develop * use random input. test=develop * add test error case for static computation graph. test=develop * add np.random.seed(7) * increase input ndarray size. test=develop * change float32 to float64. test=develop
-