- 23 11月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* fix elementwise_mod FP kernel. test=develop * fix unittest. test=develop
-
- 21 11月, 2019 1 次提交
-
-
由 liym27 提交于
[cherry-pick]fix bug in pool/conv/conv_transpose: UpdatePaddingAndDilation, _get_padding_with_SAME and conv2dtranspose_forward_naive. (#20997) (#21225) * fix bug in pool/conv/conv_transpose: 1. It should be stride[i] not stride[0] in UpdatePaddingAndDilation; 2. fix bug of func _get_padding_with_SAME in test_conv/conv_transpose_op.py; 3. fix bug of the computation process in function conv2dtranspose_forward_naive. test=release/1.6
-
- 14 11月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=release/1.6
-
- 11 11月, 2019 1 次提交
-
-
由 Huihuang Zheng 提交于
TODO: fix cudnn_conv and re-enable it test=develop test=release/1.6
-
- 07 11月, 2019 2 次提交
- 01 11月, 2019 4 次提交
-
-
由 liym27 提交于
* [cherry-pick]fix bug in reshape: (#20781) consider the situation that shape of input can contain more than one -1. * [cherry-pick]support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections (#20780) * improve split and concat op: 1. support Tensor for argument 'dim' in split op. 2. support Tensor for argument 'axis' in concat op. * redefine function GetDataFromTensor and set unknown output shape to - 1. * add check: Attr(sections) match Input(X). * support Tensor for attr(sections) and attr(sections) can contain -1. * modify error message and fix bug for concat and call Resize only when necessary. test=release/1.6 * [cherry-pick]improve unsqueeze op to support int, Tensor for argument axes (#20824) * improve unsqueeze op to support int, Tensor and Tensor list for argument axes. * call Resize only when necessary. test=release/1.6 * [cherry-pick]Compatible int32 and int64 for attr in concat/split/unsqueeze. test=release/1.6 (#20912)
-
由 xujiaqi01 提交于
cherry-pick1.6 simplify master+patch,remove ins when size != merge_size or has conflict slot (#20941) * simplify master+patch,remove ins when size != merge_size or has conflict slot * test=develop
-
由 123malin 提交于
* update pserver decay blocks * update distributed notify handler
-
由 Chengmo 提交于
* Fix Paddle Cloud role maker (#20860)
-
- 31 10月, 2019 1 次提交
-
-
由 Wilber 提交于
- fix jit::matmul bug input x, shape(m, k), weight, shape(k, n)
-
- 30 10月, 2019 1 次提交
-
-
由 hong 提交于
* Serialize to pickle format (#20820) test=develop * save load problem fix and new feature add (#20823) * fix persistable; * fix save load bugs; test=develop * fix bug; test=develop * add example for new io api; test=develop * addd example; test=develop
-
- 24 10月, 2019 1 次提交
-
-
由 WangXi 提交于
-
- 22 10月, 2019 1 次提交
-
-
由 wangchaochaohu 提交于
* add support for __get_item__ of Variable test=develop
-
- 21 10月, 2019 2 次提交
- 20 10月, 2019 2 次提交
-
-
由 danleifeng 提交于
-
由 123malin 提交于
* test=develop, communicator_is_sgd_optimizer flags
-
- 17 10月, 2019 1 次提交
-
-
由 Chengmo 提交于
* Fix communicator slow bug & fix communicator stop bug (#20366) * test=develop,Fix communicator slow bug * test=develop, delete if() in stop_worker() * test=develop * fix UT, test=develop * fix bug in fetch handler, test=develop * fix bug in fetch handler, test=develop * test=develop, fix fetch barrier bug * test=develop, bug fix * test=develop, bug fix * test=develop, fix bug * test=develop,test=release/1.6
-
- 16 10月, 2019 4 次提交
-
-
由 Youwei Song 提交于
test=release/1.6, test=develop
-
由 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 1 次提交
-
-
由 liym27 提交于
test=release/1.6
-
- 14 10月, 2019 9 次提交
-
-
由 zhupengyang 提交于
-
由 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
-
由 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
-
由 石晓伟 提交于
* 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
-
由 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
-
- 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 提交于
-