- 03 12月, 2019 2 次提交
-
-
由 lilong12 提交于
* add the framework support for distfc and ut, test=develop * fix the implementation of shard_index_op, test=develop
-
由 Kaipeng Deng 提交于
* batch_norm momentum support variable. test=develop
-
- 25 11月, 2019 2 次提交
-
-
由 Yi Liu 提交于
* fix bug of issue #21259 (#21287) pass the argument `allow_out_of_range` of one_hot op to c++ back end.
-
由 Zhang Ting 提交于
* [cherry-pick] All elements in attr(shape) of crop_tensor can be -1 and int32/64 kernel registered (#20756) * All elements in attr(shape) of crop_tensor can be -1, test=develop, test=document_preview * fix the bug that attr(offsets) should be initialized, test=develop * [cherry-pick] maxout supports channel_last input (#20846) * maxout support channel_last input, test=develop * modified details of Input(X) and Attr(groups, axis) in doc, test=develop * [cherry-pick] lrn supports channel_last input, test=develop (#20954)
-
- 14 11月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=release/1.6
-
- 07 11月, 2019 1 次提交
-
-
由 hong 提交于
* fix uniform random; test=develop * add uniform random test; test=develop
-
- 06 11月, 2019 1 次提交
-
-
由 bingyanghuang 提交于
-
- 01 11月, 2019 2 次提交
-
-
由 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)
-
由 liym27 提交于
[cherry-pick] keep the size of symmetric padding is 2 for 2d and 3 for 3d. test=release/1.6 (#20903) (#20939)
-
- 24 10月, 2019 1 次提交
-
-
由 zhongpu 提交于
-
- 21 10月, 2019 1 次提交
-
-
由 石晓伟 提交于
* update the infer shape of matmul, test=release/1.6 * add unittests of matmul, test=release/1.6 * change func names, test=release/1.6
-
- 19 10月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
-
- 15 10月, 2019 1 次提交
-
-
由 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
-
- 14 10月, 2019 4 次提交
-
-
由 lijianshe02 提交于
-
由 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
-
由 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
-
- 13 10月, 2019 4 次提交
-
-
由 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)
-
由 zhaoyuchen2018 提交于
* Add input check and refine error message * Refine test case and comments test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 liym27 提交于
-
- 12 10月, 2019 14 次提交
-
-
由 LielinJiang 提交于
-
由 danleifeng 提交于
* fix error message for elementwise_add/mul;test=develop * edit error message;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
-
由 zhaoyuchen2018 提交于
Fix api doc example bug and polish square doc (#20491) test=develop test=document_fix * Refine topk stack squeeze api en doc test=develop test=document_fix * refine api.spec and returns test=develop test=document_fix Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 silingtong123 提交于
* fix doc, updates API documents of uniform_random and uniform_random_batch_size_like (#20316) * fix doc, updates document of sequence_softmax, sequence_scatter, sequence_unpad (#20269)
-
由 hong19860320 提交于
Refine the en api doc of ones, zeros, reverse, assign, increment, hsigmoid and create_py_reader_by_data ops (#20343) (#20563) test=develop, test=release/1.6, test=document_fix * refine the en api doc of ones, zeros, reverse, increment, hsigmoid and create_py_reader_by_data ops test=develop, test=document_preview, test=document_fix * refine eng doc for hsigmoid and create_py_reader_by_data ops test=develop, test=document_preview, test=document_fix * update API.spec test=document_fix * Fix the parameter name axis of reverse op in eng doc test=develop, test=document_fix * Update API.spec test=develop, test=document_fix * Refine eng doc of zeros, ones, reverse and assign op test=develop, test=document_fix * Update API.spec for assign, ones, zeros and reverse test=develop, test=document_fix * Fix data type of reverse op in eng doc test=develop, test=document_fix * Update API.spec for reverse op test=develop, test=document_fix
-
由 hong19860320 提交于
test=develop, test=release/1.6, test=document_fix * refine eng doc for hard_sigmoid op test=develop test=document_fix * refine the description of hard_sigmoid test=develop test=document_fix * update API.spec test=document_fix * Refine the decription of parameters of HardSigmoid op test=develop, test=document_fix * Update API.spec for hard_sigmoid op test=develop, test=document_fix
-
由 石晓伟 提交于
-
由 hong 提交于
* fix elementwise floordiv mod; test=develop * restore nn.py; test=release/1.6 * change floordiv, mod doc; test=release/1.6
-
由 zhupengyang 提交于
* fix APIs: relu, relu6, hash test=develop test=document_fix * fix relu6 doc test=develop test=document_fix * fix API.spec test=develop test=document_fix * add description link for hash test=develop test=document_fix
-
由 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 5 次提交
-
-
由 qingqing01 提交于
* Polish En doc for some APIs * Update some comments and API.spec
-
由 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
-
由 GaoWei8 提交于
* fix API:cos, exp, ceil, elu, brelu English doc test=develop test=document_fix
-
由 Guo Sheng 提交于
* Fix api docs. test=document-fix * Fix en docs. test=develop * Fix the doc of dynamic_gru. test=document_fix * Update API.spec. test=document_fix * Fix codestyle test=develop, test=document_fix
-
由 ruri 提交于
-