- 12 11月, 2019 2 次提交
-
-
由 Tao Luo 提交于
* Split some APIs from nn.py to loss.py test=develop * fix test_detection unit-test test=develop
-
由 lilong12 提交于
* set the default value of alpha for prelu to 0.25, test=develop * add the call to __syncthreads(), test=develop * fix the implementation of cpu prelu, test=develop * repair the implementation of element mode prelu, test=develop * modify test_prelu_op.py, test=develop
-
- 08 11月, 2019 1 次提交
-
-
由 Tao Luo 提交于
* split some APIs from nn.py to rnn.py * split some APIs from nn.py to sequence_lod.py test=develop * fix unit-test bug test=develop * fix test_layers unit-test bug test=develop
-
- 06 11月, 2019 3 次提交
-
-
由 hong 提交于
* fix uniform random; test=develop * add uniform random test; test=develop
-
由 Wojciech Uss 提交于
test=develop
-
由 liym27 提交于
-
- 04 11月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
-
- 31 10月, 2019 2 次提交
-
-
由 liym27 提交于
-
由 Zhang Ting 提交于
* maxout support channel_last input, test=develop * modified details of Input(X) and Attr(groups, axis) in doc, test=develop
-
- 29 10月, 2019 3 次提交
-
-
由 liym27 提交于
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. test=develop * redefine function GetDataFromTensor and set unknown output shape to - 1. test=develop * add check: Attr(sections) match Input(X). test=develop * support Tensor for attr(sections) and attr(sections) can contain -1. add check for attr(sections). test=develop * modify error message for concat and call Resize only when necessary. test=develop
-
由 liym27 提交于
* improve unsqueeze op to support int, Tensor and Tensor list for argument axes. test=develop * call Resize only when necessary. test=develop
-
由 silingtong123 提交于
* Make shape tensor support int32
-
- 28 10月, 2019 1 次提交
-
-
由 Bai Yifan 提交于
-
- 24 10月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
* 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
-
- 23 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=develop
-
- 22 10月, 2019 1 次提交
-
-
由 zhongpu 提交于
-
- 18 10月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
-
- 16 10月, 2019 1 次提交
-
-
由 zhongpu 提交于
* fix elementwise_floordiv_op and elementwise_mod_op, test=develop * fix API.spec, test=develop * fix API.spec, test=develop
-
- 15 10月, 2019 2 次提交
-
-
由 danleifeng 提交于
* fix error message for elementwise_add/mul;test=develop * fix type error message;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
-
- 14 10月, 2019 2 次提交
-
-
由 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
-
由 lijianshe02 提交于
-
- 13 10月, 2019 2 次提交
-
-
由 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
-
由 Yuan Shuai 提交于
* Refine error message of transpose. * Fix transpose, multiplex, unsqueeze, unstack. test=develop, test=document_preview, test=document_fix
-
- 12 10月, 2019 9 次提交
-
-
由 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" * refine en doc sequence enum pad expand mask d2s * refine seq enum expand mask pad test=develop, test=document_fix * remove cn char test=document_fix * spec test=document_fix * code style test=document_fix * test=document_fix * test=document_fix * test=document_fix * test=document_fix * test=document_fix * test=document_fix
-
由 hong19860320 提交于
refine the en api doc of ones, zeros, reverse, assign, increment, hsigmoid and create_py_reader_by_data ops (#20343) * 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
-
由 Guo Sheng 提交于
-
由 silingtong123 提交于
-
由 silingtong123 提交于
-
由 liym27 提交于
-
由 LielinJiang 提交于
* fix_norm_model_average_bug * test=develop * refine comment test=develop * refine comment test=develop
-
由 hong19860320 提交于
* 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
-
由 Aurelius84 提交于
* enhance embedding error message test=develop * enforce .h error test=develop * fix unittest code test=develop * Fix fp16 dtype in embedding test=develop * add import warnings test=develop
-
- 11 10月, 2019 7 次提交
-
-
由 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
-
由 zhaoyuchen2018 提交于
* Refine topk stack squeeze api en doc test=develop test=document_fix Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine api en doc test=develop test=decument_fix Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * refine api.spec and returns test=develop test=document_fix Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 lijianshe02 提交于
* enhance mul_op input error message test=develop
-
由 wawltor 提交于
fix sign op input error check test=develop
-
由 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
-
由 GaoWei8 提交于
* fix API:cos, exp, ceil, elu, brelu English doc test=develop test=document_fix
-
由 ruri 提交于
* refine 13 en doc
-