Adam
7faa3e9555
Add ConvTranspose + BatchNorm fuse pass ( #20161 )
...
* Add ConvTranspose + BatchNorm fuse pass
test=develop
* Add tests for conv+bn and conv_transpose+bn passes
test=develop
6 years ago
Diego Zhang
27d1ef6081
Refine seq enum expand mask pad ( #20344 )
...
* 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
6 years ago
Youwei Song
9a09ff14a5
fix en docs of Layer and guard ( #20512 )
...
* 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
6 years ago
guofei
9b85f40140
Modify English documents ( #20452 )
6 years ago
liuwei1031
9dc83dda7a
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
6 years ago
liuwei1031
9d6ee5eb1f
fix doc of default_main_program, multiprocess_reader ( #20536 )
...
* fix doc of default_main_program, multiprocess_reader
* update API.spec
* fix comment
6 years ago
zhongpu
ece611b028
update paddle_build.sh, test=develop ( #20443 )
...
This PR fix the tag error in paddle_build.sh
6 years ago
Yiqun Liu
ce1b25cc8b
Polish the English documentation of sums ( #20495 )
...
* 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
6 years ago
lanxianghit
22ecaef03b
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.
6 years ago
zhaoyuchen2018
8fb569e5b9
Fix api doc example bug and polish square doc ( #20491 )
...
* 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
6 years ago
hong19860320
512c0bb04d
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
6 years ago
Guo Sheng
dfd1eee7f7
Add seq2seq api related code ( #19820 )
6 years ago
silingtong123
e87cabb7f2
updates document of sequence_softmax, sequence_scatter, sequence_unpad ( #20269 )
6 years ago
silingtong123
eb5c33cb8c
Add uniform random unittest ( #20485 )
...
* test=develop, add unittest of seed failed work
* test=develop, add unittest of seed failed work
6 years ago
silingtong123
d5aa2dd818
fix doc, updates API documents of uniform_random and uniform_random_batch_size_like ( #20316 )
6 years ago
zhang wenhui
b521992041
fix converter , test=develop ( #20522 )
6 years ago
Wilber
751812a674
enable cpu machine to run paddle in gpu lib
...
enable cpu machine to run paddle model in gpu lib
6 years ago
liym27
5219efb14f
fix reshape input(x) error check on float16. test=develop ( #20529 )
6 years ago
lvmengsi
2384589383
Fix conv_grad_grad ( #20469 )
...
* fix_conv_grad_grad
* fix_bug, test=develop
6 years ago
Double_V
8299203370
Support reshape_op double gradient ( #20304 )
...
* support reshape doubel grad, test=develop
* fix reshape double grad, pass converage, test=develop
* fix review, test=develop
6 years ago
LielinJiang
faa8e30a14
Set batch norm and data norm argument 'do_model_average_for_mean_and_var' default as True ( #20421 )
...
* fix_norm_model_average_bug
* test=develop
* refine comment test=develop
* refine comment test=develop
6 years ago
hong19860320
4d0d5e4cc7
refine eng doc for hard_sigmoid op ( #20442 )
...
* 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
6 years ago
Aurelius84
22823df2e2
enhance embedding error message test=develop ( #20246 )
...
* 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
6 years ago
hong19860320
9707ded37e
Fix the error message of assign op ( #20508 )
...
* 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
6 years ago
zhupengyang
3997743a5b
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
6 years ago
zhupengyang
95524a4d30
fix APIs: relu, relu6, hash ( #20416 )
...
* 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
6 years ago
liuwei1031
70ff903813
improve the doc of data feeder related APIs ( #20515 )
...
* improve data feeder related API
6 years ago
zhaoyuchen2018
057bce4d45
Refine topk stack squeeze api en doc ( #20367 )
...
* Refine topk stack squeeze api en doc
test=develop
test=document_fix
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Refine api en doc
test=develop
test=decument_fix
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* refine api.spec and returns
test=develop
test=document_fix
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
6 years ago
JesseyXujin
843bdbaae1
add input type and dtype check for accuracy_op ( #20399 )
...
* 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
6 years ago
bingyanghuang
a5f530a8f9
Update QAT MKL-DNN readme doc ( #20029 )
6 years ago
chengduo
f23eeeb460
update global scope doc ( #20483 )
...
test=document_fix
6 years ago
lijianshe02
211f5b0319
enhance mul_op input error message test=develop ( #20414 )
...
* enhance mul_op input error message test=develop
6 years ago
hong
a1f54a8935
get shape from var desc to avoid run startup program; test=develop ( #20499 )
6 years ago
wawltor
eb526e3f08
fix sign op input error check on float16 ( #20472 )
...
fix sign op input error check
test=develop
6 years ago
Guo Sheng
101e20e92e
Update some en api docs ( #20496 )
...
* 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
6 years ago
zhupengyang
200cc5e2ad
fix APIs: cast, concat, tensor_array_to_tensor, argmin, argmax, argsort ( #20363 )
...
* fix APIs: cast, concat, tensor_array_to_tensor, argmin, argmax, argsort
test=develop
test=document_fix
6 years ago
GaoWei8
5ea2cc6733
fix API:cos, exp, ceil, elu, brelu English doc ( #20032 )
...
* fix API:cos, exp, ceil, elu, brelu English doc
test=develop
test=document_fix
6 years ago
ruri
e705fede11
refine 13 en docs ( #20312 )
...
* refine 13 en doc
6 years ago
lijianshe02
f0dabe680d
fix read_file, is_empty, Print API EN doc ( #20492 )
...
* fix Print, is_empty, read_file test=document_fix
6 years ago
wopeizl
3044a62f2a
fix the precise roi poop op test=develop ( #20126 )
...
* fix the precise roi poop op test=develop
add roi backward implementation, fix the output-channel
6 years ago
pkpk
cff9970bb3
test=document_fix ( #20497 )
6 years ago
Yiqun Liu
1e59cf97eb
Polish the English documentation DynamicRNN ( #20453 )
...
* Refine the main comment of DynamicRNN.
* Refine the documentation of DynamicRNN's step_input function.
* Refine the documentation of DynamicRNN's static_input function.
* Refine the documentation of DynamicRNN's block function.
* Refine the documentation of DynamicRNN's memory function.
* Refine the documentation of DynamicRNN's update_memory and output function.
* Refine the code format and remove the method list.
* Refine the documentation of DynamicRNN's __call__ function.
test=develop
test=document_fix
* Minor modification.
test=develop
test=document_fix
* Fix some typo.
* Update API.spec.
test=develop
test=document_fix
* Refine the English according to the comments.
* Update API.spec.
test=develop
test=document_fix
* Fix some typo.
* Update API.spec.
6 years ago
Aurelius84
2213ae6bf9
Fix fp16 in input.dtype check in layers.fc ( #20467 )
...
* 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
6 years ago
qingqing01
df3025c3ee
Polish En doc for some APIs. ( #20418 )
...
* Polish En doc for some APIs
* Update some comments and API.spec
6 years ago
wopeizl
6b612a2807
optimize the english description for APIs test=develop test=document_fix ( #20286 )
...
* optimize the english description for APIs test=develop test=document_fix
6 years ago
pkpk
ac0acc7a92
Fix the English document for 1.6 ( #20338 )
...
* test=document_fix
* Update metrics.py
* test=document_fix
* test=document_fix
* test=document_fix
* test=document_fix
6 years ago
FDInSky
0ac08489a9
udpate en doc test=develop, test=document_fix ( #20459 )
6 years ago
GaoWei8
54647a5490
fix GradientClipByNorm english doc ( #20224 )
...
* fix GradientClipByNorm english doc
test=develop
test=document_fix
6 years ago
Wilber
2893cd1ae0
modify english api ( #20159 )
...
* modify english api test=develop test=document_fix
- leaky_relu
- less_than
- log
- logical_and
- logical_or
- logical_xor
- logical_not
6 years ago
Liufang Sang
86c2c362ae
fix fuse_reduce_op quantization bug ( #20306 )
...
* fix fuse_reduce_op quantization bug test=develop
* close fuse_all_reduce_ops in PaddleSlim, test=develop
6 years ago