- 14 10月, 2019 5 次提交
-
-
由 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 13 次提交
-
-
由 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 提交于
-
由 zhaoyuchen2018 提交于
* Add input check and refine error message * Refine test case and comments test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 lvmengsi 提交于
* fix_conv_grad_grad * fix_bug, test=develop
-
由 liym27 提交于
-
由 wangchaochaohu 提交于
-
由 gongweibao 提交于
-
- 12 10月, 2019 22 次提交
-
-
由 LielinJiang 提交于
-
由 hong19860320 提交于
test=develop, test=release/1.6 * 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
-
由 lanxianghit 提交于
[Cherry-pick #20263] to Add API 'fluid.requird_version(min_version, max_version=None)' to check if the installed PaddlePaddle version is satisfied please see #20263 for details
-
由 zhang wenhui 提交于
-
由 danleifeng 提交于
* fix error message for elementwise_add/mul;test=develop * edit error message;test=develop
-
由 JesseyXujin 提交于
* add input type and dtype check for accuracy_op * add input type and dtype check for accuracy_op * modify python error on accuracy_op,add test=develop * modify details on accuracy_op, test=develop * test float16, test=develop * add warning, test=develop
-
由 liu zhengxi 提交于
-
由 guofei 提交于
-
由 liuwei1031 提交于
* improve the doc of data feeder related APIs (#20515) * improve data feeder related API * fix doc of default_main_program, multiprocess_reader (#20536) * fix doc of default_main_program, multiprocess_reader * update API.spec * fix comment * update data feeder API sample, change fluid.layers.data to fluid.data (#20568) * update data feeder API sample, fluid.layers.data => fluid.data * update API.spec * update API.spec
-
由 xujiaqi01 提交于
* fix en doc train_from_dataset and infer_from_datatset * test=document_fix
-
由 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
-
由 Yiqun Liu 提交于
test=develop test=release/1.6 test=document_fix
-
由 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>
-
由 zhaoyuchen2018 提交于
test=develop test=document_fix * Refine StaticRNN api-doc-en * refine static rnn doc * refine api doc of fluid.data * refine api doc from commends * refine api.spec * Refine grammer
-
由 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
-
由 mapingshuo 提交于
* special case: strategy is None
-
由 Yuan Shuai 提交于
* Fix ErrorClipByValue, GradientClipByGlobalNorm, GradientClipByValue * add API.spec
-
由 Michał Gallus 提交于
* Leave fake quantization around mul * Replace Fake with Real Quantized Mul * Gather all scales from fake_quantize_ops * Enable uint8 in conv_relu tensors * Disable int8 mul and restore fake mul * Fix buf for running QAT on VGG16 and 19
-
由 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
-
由 石晓伟 提交于
-