- 16 10月, 2019 9 次提交
-
-
由 whs 提交于
-
由 wangchaochaohu 提交于
* add condition judgement for performance improvement test=develop * add condition judgement for performance improvement test=develop * refine code style test=develop
-
由 zhaoyuchen2018 提交于
test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 Youwei Song 提交于
test=release/1.6, test=develop
-
由 Michał Gallus 提交于
test=release/1.6 test=document_fix
-
由 tangwei12 提交于
-
由 qingqing01 提交于
* Support fp16 in fused_elemwise_activation_op. * Fix unit testing in ONLY-CPU mode.
-
由 Tao Luo 提交于
test=release/1.6
-
由 123malin 提交于
* bug fix: invalid learning rate decay in pserver async mode
-
- 15 10月, 2019 8 次提交
-
-
由 Yibing Liu 提交于
-
由 Zeng Jinle 提交于
* refine API.spec, test=develop * add nn.py to test,test=develop * fix by removing new.spec, test=develop, test=document_fix * refine scripts when PYTHON_ABI is empty, follow partial comments, add extra cpp api doc, test=develop, test=document_fix * remove extra doc changes, remove API.spec, test=release/1.6 * remove API.spec in release/1.6, test=release/1.6
-
由 Thunderbrook 提交于
* support dump multi file test=develop * dump fix num file test=develop
-
由 liym27 提交于
test=release/1.6
-
由 liu zhengxi 提交于
-
由 Liufang Sang 提交于
* cherry-pick refine slim reader to support dataloader test=release/1.6 * cherry-pick add test for reader test=release/1.6 * cherry-pick rm checkpoint path test=release/1.6 * cherry-pick fix details test=release/1.6 * cherry-pick fix details test=release/1.6
-
由 csdn5211 提交于
* disable nccl test * Update version. * fix term core only * fix transpiler error * fix protobuf memory leak (#11177) fix protobuf memory leak * "change eigen mirror" * test=document_fix * test=document_fix
-
由 gongweibao 提交于
-
- 14 10月, 2019 15 次提交
-
-
由 zhupengyang 提交于
-
由 lijianshe02 提交于
-
由 633WHU 提交于
-
由 zhupengyang 提交于
* add input type and dtype check, enhance shape error message for concat_op (#20101) * add input type and dtype check, enhance shape error message for concat_op test=develop * enhance shape check test=develop * improve coverage test=develop * enhance input type chec for concat (#20584) test=develop
-
由 Pei Yang 提交于
-
由 JesseyXujin 提交于
* add expand_as op, test=develop * add expand_as op,test=develop * add expand_as op,test=develop * add nn.py, test=develop * delele paddle_enforce, test=develop
-
由 xujiaqi01 提交于
Fix parse content in CreatePreLoadReaders. Before this fix, if you use dataset.set_parse_content and dataset.preload, parse content didn't work.
-
由 石晓伟 提交于
* add data type check, test=develop * polish error messages, test=develop * polish error messages, test=develop * Remove support for the CPU architecture matmul, test=develop * fix syntax bug, test=develop
-
由 Zhang Ting 提交于
* modified group_norm's unittest for pass statement, test=develop * fix group_norm's bug: scale or bias is None which causes segmentation fault, test=develop
-
由 Zhang Ting 提交于
fix conv_transpose's bug: compatible with Anylayout setting: cherry-pick 20589
-
由 chengduo 提交于
* fix recurrent bug test=develop * Fix while op bug test=release/1.6 * add unit test test=release/1.6
-
由 Guo Sheng 提交于
* Fix docs of gru_unit and dynamic_gru. Fix basic_gru in rnn_impl.py. Add error messages for param_attr setting in layer_norm api. Add int64 dtype for expand. test=develop * Reopen unit-tests of basic_gru/basic_lstm in rnn_impl.py. test=develop * Add unit test for layer_norm api. test=develop * Remove the deprecated gru doc fix. test=develop * Fix basic_gru test coverage. test=develop * Update API.spec. test=develop * Update API.spec. test=develop * Fix test_basic_gru coverage test. test=develop * Update test_basic_gru in test_layers to use fluid.data test=develop * Update test_basic_gru for coverage. test=develop
-
由 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
-
由 zhaoyuchen2018 提交于
* Add Multihead matmul fuse pass (#20167) * Add multihead fuse pass for ernie opt * Refine softmax test=develop * Refine cuda kernel * Refine cuda version * Refine cmake test=develop * refine header file * refine test case and pass * refine comments * Delete useless code. test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
- 13 10月, 2019 8 次提交
-
-
由 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
-
由 Zeng Jinle 提交于
-
由 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)
-
由 Youwei Song 提交于
-
由 Wilber 提交于
cpu机器在gpu库上运行paddle出core,原因是由于缺失显卡driver,显卡driver与cuda driver不匹配 加上driver check解决该问题
-
由 pkpk 提交于
-