- 14 10月, 2019 6 次提交
-
-
由 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
-
由 lijianshe02 提交于
-
由 Zeng Jinle 提交于
* refine py_reader exit, test=develop * fix multiprocess_reader exception unittest, test=develop * increase code coverage for legacy fluid.layers.py_reader, test=develop
-
由 Zeng Jinle 提交于
-
由 Zeng Jinle 提交于
-
- 13 10月, 2019 7 次提交
-
-
由 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
-
由 Zhang Ting 提交于
-
由 Yuan Shuai 提交于
* Refine error message of transpose. * Fix transpose, multiplex, unsqueeze, unstack. test=develop, test=document_preview, test=document_fix
-
由 hong19860320 提交于
* fix the error message of zeros op test=develop * Fix unittest of zeros op test=develop
-
由 zhaoyuchen2018 提交于
* 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
-
由 liym27 提交于
2. fix bug in backward.py: using fill_constant instead of fill_constant_batch_size_like 3. fix bug in ExpandGradOp. 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
-
- 12 10月, 2019 25 次提交
-
-
由 Guo Sheng 提交于
* Fix the assign data check. test=develop * Fix test_assign_op.py. test=develop
-
由 Adam 提交于
* Add ConvTranspose + BatchNorm fuse pass test=develop * Add tests for conv+bn and conv_transpose+bn passes test=develop
-
由 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
-
由 Youwei Song 提交于
* fix en docs of Layer and guard test=document_fix, test=develop * fix en docs of Layer and guard test=document_fix, test=develop * minor fix test=document_fix, test=develop * minor fix test=document_fix, test=develop * fix api.spec test=document_fix, test=develop * fix api.spec test=document_fix, test=develop * fix docs test=document_fix, test=develop * fix docs test=document_fix, test=develop * fix docs test=document_fix, test=develop * fix api.spec test=document_fix, test=develop * fix api.spec test=document_fix, test=develop * add forward doc test=document_fix, test=develop * add "s" for parameters test=document_fix, test=develop
-
由 guofei 提交于
-
由 liuwei1031 提交于
* update data feeder API sample, fluid.layers.data => fluid.data * update API.spec
-
由 liuwei1031 提交于
* fix doc of default_main_program, multiprocess_reader * update API.spec * fix comment
-
由 zhongpu 提交于
This PR fix the tag error in paddle_build.sh
-
由 Yiqun Liu 提交于
* Refine the documentation of sums. * Remove Chinese comments and update API.spec. * Refine the description of input argument. * Update API.spec. test=develop test=document_fix
-
由 lanxianghit 提交于
Add API 'fluid.requird_version(min_version, max_version=None)' to check if the installed PaddlePaddle version is satisfied, test=develop (#20263) 添加API:fluid.version_required(min_version, max_version=None),用于检查已安装的PaddlePaddle版本是否符合要求 无返回值,如果已安装的版本不在区间[min_version, max_version],则抛出异常。 例:安装的版本为1.6.0,调用:fluid.require_version('1.5.0', '1.5.1'),则抛出异常: Exception: VersionError: PaddlePaddle version in [1.5.0, 1.5.1] required, but 1.6.0 installed.
-
由 zhaoyuchen2018 提交于
* Refine create_array api en doc test=develop test=document_fix * Fix api doc example bug and polish square test=develop test=document_fix * Refine comment test=develop test=document_fix * refine API.spec test=develop 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 提交于
* test=develop, add unittest of seed failed work * test=develop, add unittest of seed failed work
-
由 silingtong123 提交于
-
由 zhang wenhui 提交于
-
由 Wilber 提交于
enable cpu machine to run paddle model in gpu lib
-
由 liym27 提交于
-
由 lvmengsi 提交于
* fix_conv_grad_grad * fix_bug, test=develop
-
由 Double_V 提交于
* support reshape doubel grad, test=develop * fix reshape double grad, pass converage, test=develop * fix review, test=develop
-
由 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
-
由 hong19860320 提交于
* 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
-
- 11 10月, 2019 2 次提交
-
-
由 zhupengyang 提交于
* add input type and dtype check, enhance shape error message for concat_op test=develop * enhance shape check test=develop * improve coverage test=develop
-
由 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
-