- 30 7月, 2020 5 次提交
-
-
由 liym27 提交于
-
由 liym27 提交于
[Dy2Stat-ErrorMessage] Add interface:create_origin_info_map and attach_origin_info for AST node (#25627) * Add interface:create_origin_info_map and attach_origin_info for AST node. test=develop * Fix code according to comments from reviewers. test=develop
-
由 hong 提交于
* fix double grad visitid unit; test=develop * change name hash_pair to HashPair; test=develop * follow comment; test=develop
-
由 hong 提交于
* reduce hidden size and loop number; test=develop * change loop number; remove useless code; test=develop
-
由 wawltor 提交于
Fix the argsort and sort op for the api2.0, and update the api
-
- 29 7月, 2020 6 次提交
-
-
由 cc 提交于
* Remove the output for moving_average_abs_max_scale op, test=develop
-
由 Dong Daxiang 提交于
* refine strategy compiler and meta optimizers make async as a_sync
-
由 zhupengyang 提交于
-
由 Chen Weihang 提交于
* remove ProgramTranslator.save_inference_model * adapt save_quantized_model * revert buffer check implemention * remove useless import function
-
由 Chen Weihang 提交于
* simplify buffered reader to improve DataLoader performance * fix 22 failed unittests * fix cuda pinned context condition * fix test_reader_reset failed * fix two failed unittests * change unittest place * polish error messaage * polish cast op GetExpecctedKernelType * remove debug info in unittest
-
由 Huihuang Zheng 提交于
Enhance TracedLayer Error Message Note: this PR uses assert to check type somewhere and check_type somewhere, the reason is that the check_type skips checking when it is under dygraph mode.
-
- 28 7月, 2020 6 次提交
-
-
由 yukavio 提交于
* saving inference model for user defined quantization model * saving inference model for user defined quantization model * fixed ci coverage
-
由 mapingshuo 提交于
-
由 Dong Daxiang 提交于
* add more settings for distributed strategy Basically, DistributedStrategy has several parts of configurations: - BuildStrategy: the same as paddle.fluid.BuildStrategy, but the distributed arguments are moved out of BuildStrategy - ExecutionStrategy: the same as paddle.fluid.ExecutionStrategy - collective communication configs: nccl_comm_num, hierarchical allreduce and so on - distributed algorithms: async_update(mainly used in PS), lars, lamb and so on
-
由 Sylwester Fraczek 提交于
-
由 cc 提交于
-
由 zhupengyang 提交于
-
- 27 7月, 2020 3 次提交
-
-
由 wangchaochaohu 提交于
-
由 Wojciech Uss 提交于
test=develop
-
由 mapingshuo 提交于
-
- 24 7月, 2020 7 次提交
-
-
由 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
-
由 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
-
由 Chen Weihang 提交于
-
- 23 7月, 2020 4 次提交
-
-
由 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
-
由 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
-
由 Zhang Ting 提交于
-
由 mapingshuo 提交于
add fp64 support in sequence_pool, test=develop
-
- 22 7月, 2020 3 次提交
- 21 7月, 2020 6 次提交
-
-
由 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
-
由 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
-
由 Huihuang Zheng 提交于
Modify the print in Dy2stat for dynamic type. Unit test is covered in old test_print.py
-
由 Aurelius84 提交于
-
由 Aurelius84 提交于
* add reinforcement learning model test=develop * align backward test=develop * add gym in paddle_build.sh test=develop * rm pip install in script test=develop * refine paddle_build.sh test=develop * fix sed error in macOS test=develop * polish code test=develop * fix scope problem * refine code by reviewer comment
-
由 wangchaochaohu 提交于
-