- 14 10月, 2019 2 次提交
-
-
由 Zhaolong Xing 提交于
test=release/1.6
-
由 hong19860320 提交于
test=release/1.6 * fix the error message of zeros op test=develop * Fix unittest of zeros op test=develop
-
- 13 10月, 2019 7 次提交
-
-
由 Guo Sheng 提交于
* Add seq2seq api related code (#19820) * fix expand bug (#20340) * fix expand bug test=develop * fix style test=develop * fix style test=develop * fix style test=develop * fix style test=develop * Fix the assign data check (#20564) * Fix the assign data check. test=develop * Fix test_assign_op.py. test=develop * Update API.spec
-
由 Yuan Shuai 提交于
Refine error message of transpose. fix en doc about unsqueeze, unstack, transpose, multiplex. test=develop, test=document_preview, test=document_fix (#20594)
-
由 Double_V 提交于
* support reshape doubel grad, test=develop * fix reshape double grad, pass converage, test=develop * fix review, test=develop
-
由 liym27 提交于
1. fill_constant support Tensor; 2. fix bug in backward.py: using fill_constant instead of fill_constant_batch_size_like 3. fix bug in ExpandGradOp. test=release/1.6 (#20521)
-
由 zhaoyuchen2018 提交于
* Add input check and refine error message * Refine test case and comments test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 liym27 提交于
-
由 wangchaochaohu 提交于
-
- 12 10月, 2019 10 次提交
-
-
由 hong19860320 提交于
test=develop, test=release/1.6 * Fix the error message of assign op test=develop * Refine input type checking for assign op test=develop * Refine unittest of assign op test=develop
-
由 lanxianghit 提交于
[Cherry-pick #20263] to Add API 'fluid.requird_version(min_version, max_version=None)' to check if the installed PaddlePaddle version is satisfied please see #20263 for details
-
由 danleifeng 提交于
* fix error message for elementwise_add/mul;test=develop * edit error message;test=develop
-
由 JesseyXujin 提交于
* add input type and dtype check for accuracy_op * add input type and dtype check for accuracy_op * modify python error on accuracy_op,add test=develop * modify details on accuracy_op, test=develop * test float16, test=develop * add warning, test=develop
-
由 silingtong123 提交于
* add unittest of seed failed work * tadd unittest of seed failed work * fix the parameter seed failed to work
-
由 wawltor 提交于
fix sign op input error check test=release/1.6
-
由 mapingshuo 提交于
* special case: strategy is None
-
由 Zhang Ting 提交于
[cherry-pick] fix Attr(scale)'s bug for image_resize and modified unittest, test=release/1.6 (#19983) (#20460)
-
由 Aurelius84 提交于
-
由 GaoWei8 提交于
[cherry-pick] add input type and dtype check for elu_op (#20106) fix GradientClipByNorm english doc (#20224) (#20457) * fix GradientClipByNorm english doc (#20224) * fix GradientClipByNorm english doc test=develop test=document_fix * add input type and dtype check for elu_op (#20106) * elu input check test=develop * test=develop
-
- 11 10月, 2019 10 次提交
-
-
由 Aurelius84 提交于
test=release/1.6 * Add fp16 in input.dtype check test=develop * Add warning of fp16 in CPU test=develop * add unittest code for fp16 test=develop * fix float16 list error test=develop
-
由 qingqing01 提交于
-
由 wopeizl 提交于
* cherry-pick fix prroi op test=develop test=release/1.6
-
由 FDInSky 提交于
-
由 wopeizl 提交于
-
由 hong 提交于
* add new save load interface; test=develop * add new save interface; test=develop * add save load interface ; * fix save load error; * fix dygraph set dict bug; * add save load unit test; test=develop * fix test_imperative_optimizer bug; test=develop * fix unitest optimizer bug; test=develop * fix code coverage; test=develop * fix converage; test=develop * add document for apis; test=develop * fix unitest error; test=develop * fix save load unit test error; test=develop * fix error message; test=develop * change set_parameter set_optimizer to save_dygraph; test=develop * add load_graph check; test=develop * fix api spec; test=develop
-
由 wawltor 提交于
Fix the api input type and data dtype check in the op of sign test=release/1.6
-
由 Dong Daxiang 提交于
* rm unused ckpt and sort ckpt
-
由 gongweibao 提交于
* cherry pick test=develop * cleanup test=develop test=release/1.6 * cleanup test=develop test=release/1.6
-
由 Aurelius84 提交于
* add api check in fc test=develop * enforce shape error info of sum op test=develop * fix spelling test=develop * print x_dims info test=develop * enhance shape error info test=develop
-
- 10 10月, 2019 6 次提交
-
-
由 liym27 提交于
enhance shape error messages for reshape op. test=release/1.6
-
由 Tao Luo 提交于
test=release/1.6
-
由 liym27 提交于
-
由 Huihuang Zheng 提交于
* Add support for None for fluid.data (#20228) * Refine Error Message for New Data API (#20204) * Modify English doc of fluid.data (#20248)
-
由 Yibing Liu 提交于
* Add detailed error messages for nce layer * Fix some problems * Fix unit test coverage test=release/1.6
-
由 chengduo 提交于
test=release/1.6
-
- 09 10月, 2019 1 次提交
-
-
由 wangchaochaohu 提交于
* fix the error message for reduce_mean and reduce_sum op (#20063) * fix the error message for reduce_mean and reduce_sum op test=develop * fix typo test=develop * fix according review advice test=develop * fix the test test=develop * fix test=develop * Fill constant error message fix (#20075) * fix the constant error message test=develop * fix typo test=develop * fix typo test=develop * fix code style test=develop * fix comment and bugs test=develop * fix the bug test=develop * fix and add unittest test=develop * fix the typo test=develop * add support for the fill_constant op test=develop * add test for ci coverage test=develop
-
- 08 10月, 2019 3 次提交
-
-
由 lvmengsi 提交于
* add error log
-
由 Zhang Ting 提交于
-
由 tangwei12 提交于
add executor.FetchHandler for train/infer from the dataset
-
- 07 10月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
* test=develop, fix docker with paddle nccl problem * test=develop, Add Variable api and refine dygraph related API * test=develop, Add Variable api and refine dygraph related API * test=develop, refine test for new api and error info * test=develop, refine error info and test_layers * test=develop, add API.spec * test=devleop, fix to_string python2 and python3 compat error and refien doc * test=devleop, add API spec * test=devleop, update API spec * test=devleop, update API spec * test=develop, invoke ci * test=develop, fix example code * test=develop, update API spec * test=develop, fix auto_prune_error_on_leaf * test=develop, fix auto prune error on loss stop_gradient * test=develop, remove useless error check * test=develop, add more ut for sorted gradient
-