Zeng Jinle
4eeda9d676
fix tensor_util, test=develop ( #20699 )
6 years ago
Zeng Jinle
ab575de725
Fix op run log when memory optimization strategy is enabled ( #20695 )
6 years ago
Jacek Czaja
a1cd27f13f
[MKL-DNN] Added mkl-dnn cache clearing when creating Executor instance ( #20241 )
...
* - Flushing mkl-dnn cache
test=develop
- Disabled clearing cache for LoadModel
- Added clearing of mkl-dnn cache when Executor is created
test=develop
- Do not clear for GPU places
test=develop
- compilation fix
test=develop
* - Moved clearing of mkl-dnn cache in destructor of executor
test=develop
* - Compilation fix
test=develop
- Reverted conditional clearing of mkl-dnn cache in Executors's
destructor
test=develop
- compilation fix
6 years ago
Zeng Jinle
10505faf4e
polish codes, test=develop ( #20672 )
6 years ago
Tao Luo
dd3d8997cf
remove deprecated contrib/float16 directory ( #20685 )
...
test=develop test=document_fix
6 years ago
liuwei1031
569951c418
improve the efficiency of BuddyAllocator ( #19888 )
...
* improve save and load behaviour, test=develop
* code cleaning, test=develop
* disable check_guards and update_guards in release version, test=develop
* fix compilation issue, test=develop
* add buddy_allocator speed test data, test=develop
* fix compilation issue, test=develop
* fix comment, test=develop
* update function names according to the google C++ style guide, test=develop
* tweak the test data format, test=develop
* move buddy_allocator_test_data to paddle/fluid/testdata, test=develop
* add accessor and mutator for Desc, test=develop
6 years ago
tianshuo78520a
eafc7023c1
test=develop test=document_fix ( #20682 )
6 years ago
Zeng Jinle
34e3adaece
Refine reduce codes to save compiling time and binary size ( #20676 )
...
* refine reduce code to save compiling time and binary sizes, test=develop
* add reduce rank check to avoid bug, test=develop
6 years ago
liu zhengxi
dbc2bb3376
improve the performance of capi in PD_PredictorRun ( #20665 )
6 years ago
whs
a3e641e93c
Fix infer shape of warpctc op. ( #20653 )
...
test=develop
6 years ago
Zeng Jinle
4922eb6da5
make_conv_workspace_size_configurable, test=develop ( #20662 )
6 years ago
zhongpu
efa10937bd
fix elementwise_floordiv_op and elementwise_mod_op ( #20534 )
...
* fix elementwise_floordiv_op and elementwise_mod_op, test=develop
* fix API.spec, test=develop
* fix API.spec, test=develop
6 years ago
tangwei12
04384502a8
fix bug with heart beat , test=develop ( #20654 )
6 years ago
wangchaochaohu
7783d3bd43
Conv refine ( #20644 )
...
* add condition judgement for performance improvement test=develop
* add condition judgement for performance improvement test=develop
* refine code style test=develop
6 years ago
lidanqing
57b656f956
Add document for int8 object detection quantization ( #19356 )
6 years ago
Chen Weihang
003f369bb2
Add IndicateVarDataType interface to block tensor is not initialized problem in OP GetExceptedKernelType ( #20044 )
...
* add indicate_var_data_type inferface, test=develop
* add unittests & polish error message, test=develop
* remove needless include, test=develop
* extract public function & polish message, test=develop
* delete empty var check, test=develop
* change data_type to pointer parameter, test=develop
* polish details, test=develop
6 years ago
Tao Luo
dfa239253c
reduce make install time in CI ( #20643 )
...
test=develop
6 years ago
gongweibao
f3f52fc1e2
Retry when failed to bind address. ( #20642 )
6 years ago
qingqing01
01eddc1a04
Support fp16 in GPU impl of fused_elemwise_activation_op. ( #20636 )
...
* Support fp16 in fused_elemwise_activation_op.
* Fix unit testing in ONLY-CPU mode.
6 years ago
Chengmo
940c6ff1c8
Fix communicator slow bug & fix communicator stop bug ( #20366 )
...
* test=develop,Fix communicator slow bug
* test=develop, delete if() in stop_worker()
* test=develop
* fix UT, test=develop
* fix bug in fetch handler, test=develop
* fix bug in fetch handler, test=develop
* test=develop, fix fetch barrier bug
* test=develop, bug fix
* test=develop, bug fix
* test=develop, fix bug
6 years ago
gongweibao
69e0b98fea
Cleanup the debug lines in paddle_build.sh ( #20631 )
6 years ago
zhaoyuchen2018
8314e64a8b
Fix sum op fails as no memory in tensor( #20602 )
...
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
6 years ago
Yibing Liu
ee2869cae9
Remove redundant infershape in linear chain crf grad, test=develop ( #20629 )
6 years ago
123malin
b4a3b75002
bug fix: invalid learning rate decay in pserver async mode ( #20325 )
...
* bug fix: invalid learning rate decay in pserver async mode
6 years ago
WangXi
cadc6a9704
fix dgc test and bug when not set trainers_endpoints_, test=develop ( #20617 )
6 years ago
Zeng Jinle
40c258a77b
Refine API.spec mechanism ( #20574 )
...
* refine API.spec, test=develop
* add nn.py to test,test=develop
* fix by removing new.spec, test=develop, test=document_fix
* refine scripts when PYTHON_ABI is empty, follow partial comments, add extra cpp api doc, test=develop, test=document_fix
* remove extra doc changes, remove API.spec, test=develop
6 years ago
石晓伟
a4753f3a79
Optimize error message of mean_op and matmul_op ( #20413 )
...
* 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
6 years ago
Leo Chen
d6c1d6ca56
update class name, test=develop ( #20578 )
6 years ago
gongweibao
1d82025e89
Add interface so user can get scaled loss when they use customized loss. ( #20571 )
6 years ago
liu zhengxi
922d432477
fix the PD_ZeroCopyPredictorRun output problem ( #20612 )
...
* fix the PD_ZeroCopyPredictorRun output problem and add some checks and logs for users
* modify the cmakelists depends and fix the cmakelists problem
6 years ago
翟飞跃
36acfaeeda
Add fused_embedding_seq layer into fluid.contrib ( #19771 )
6 years ago
Double_V
0b39218749
memory optimizer for reshape op,test=develop ( #20569 )
6 years ago
bingyanghuang
85e1f2150b
Modify the helper information in full_pascalvoc_test_preprocess.py ( #20475 )
6 years ago
Thunderbrook
f76a32df4a
dump fix dov vec file num ( #20539 )
...
* support dump multi file
test=develop
* dump fix num file
test=develop
6 years ago
chengduo
36c85ef492
Add sub-scope check in RecurrentOp ( #20468 )
...
* fix recurrent bug
test=develop
6 years ago
633WHU
12e4be0382
Dlpack support ( #20039 )
...
* support dlpack to tensor and implement python interface test=develop
* add unittest for _to_dlpack and from_dlpack test=develop
6 years ago
Pei Yang
443f604c3b
add DisableGlogInfo() to AnalysisConfig, test=develop ( #20581 )
6 years ago
JesseyXujin
2ff18e537f
add expand_as op, test=develop ( #20565 )
...
* 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
6 years ago
Zeng Jinle
40effc61af
Refine py_reader exit ( #20331 )
...
* refine py_reader exit, test=develop
* fix multiprocess_reader exception unittest, test=develop
* increase code coverage for legacy fluid.layers.py_reader, test=develop
6 years ago
Zeng Jinle
a9c8bdad7b
refine pe codes, test=develop ( #20479 )
6 years ago
Zeng Jinle
76b321872a
fix cuda dev_ctx by event, test=develop ( #20553 )
6 years ago
Guo Sheng
bd99df715a
Fix basic_gru and docs of gru_unit and dynamic_gru ( #19393 )
...
* 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
6 years ago
Zhang Ting
78910480c1
fix conv_transpose's bug: compatible with Anylayout setting, test=develop ( #20589 )
6 years ago
Yuan Shuai
172e91c008
Refine error message of transpose_op ( #20437 )
...
* Refine error message of transpose.
* Fix transpose, multiplex, unsqueeze, unstack. test=develop, test=document_preview, test=document_fix
6 years ago
zhaoyuchen2018
b8333edef6
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
6 years ago
liym27
fc6ec3b9f6
fill_constant support Tensor; ( #20521 )
...
2. fix bug in backward.py: using fill_constant instead of fill_constant_batch_size_like
3. fix bug in ExpandGradOp.
test=develop
6 years ago
Zhang Ting
0130cc969c
fixed group_norm's bug and modified unittest ( #20506 )
...
* 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
6 years ago
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
d5aa2dd818
fix doc, updates API documents of uniform_random and uniform_random_batch_size_like ( #20316 )
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
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
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
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
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
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
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
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
zhouwei25
b1218d056b
fix English Doc of API:layers.py_func/sum ( #20329 )
...
* fix English Doc of API:layers.py_func/sum
6 years ago
qingqing01
63194d6e67
Enhance InferShape in deformable_conv and prior_box op ( #20372 )
6 years ago
zhongpu
0b321c8a2f
fix APIs, to_variable、NCE、PRelu、softmax、rankloss for dygraph, test=document_fix, test=develop ( #20142 )
6 years ago
wangchaochaohu
508127b180
fix some en doc ( #20281 )
...
* fix some en doc test=develop test=document_fix
* fix new fluid.data API.spec test=develop test=document_fix
* fix typo test=develop, test=document_fix
* fix typo test=develop test=document_fix
* fix typo test=develop test=document_fix
* fix test=develop test=document_fix
* fix according review test=develop test=document_fix
* fix review test=develop test=document_fix
* fix according review advice test=develop test=document_fix
* fix the doc test=develop test=document_fix
* fix API.spec test=develop test=document_fix
6 years ago
zhouwei25
f18231412f
fix English Doc of API:layers.array_read/array_write/array_length ( #20345 )
...
* fix English Doc of API:layers.py_func/sum, test=document_fix
* fix English Doc of API:layers.array_read/array_write/array_length,test=develop test=document_fix
6 years ago
Yuan Shuai
9f4a32fb8f
Fix ErrorClipByValue, GradientClipByGlobalNorm, GradientClipByValue ( #20279 )
...
* Fix ErrorClipByValue, GradientClipByGlobalNorm, GradientClipByValue
* add API.spec
6 years ago
Guanghua Yu
bc4c7a9eb6
Fix english doc api: sequence_slice, sigmoid_cross_entropy_with_logits, ssd_loss, DetectionMAP, detection_map ( #20405 )
...
* Fix english doc api: sequence_slice, sigmoid_cross_entropy_with_logits, ssd_loss, DetectionMAP, detection_map
6 years ago
juncaipeng
5ed23c6082
Modify doc for shuffle, firstn, save_vars, load_vars, L1DecayRegularizer, L2DecayRegularizer ( #20287 )
...
* modify shuffle, firstn, regularizer, load_vars, save_vars, test=develop, test=document_fix
6 years ago
zhongpu
52dcc1679d
fix Embedding API for dygraph ( #20358 )
...
* fix Embedding API for dygraph, test=develop, test=document_fix
* fix dtype, test=develop, test=document_fix
6 years ago
liu zhengxi
f855a86c93
update the api en doc of BuildStrategy ( #20445 )
...
* update the api en doc of BuildStrategy and its setting, test=develop, test=document_fix
* update api.spec, test=develop, test=document_fix
* update the en doc of fuse_relu_depthwise_conv, test=develop, test=document_fix
6 years ago
tangwei12
a010d883b4
doc fix, test=develop, test=document_fix ( #20239 )
...
* doc fix, test=develop, test=document_fix
6 years ago
huzhiqiang
a69baf639f
modify compose en ( #20217 )
...
* modify compose en
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop,test=document_fix
* test=develop,test=document_fix
6 years ago
huzhiqiang
6a8e54047f
fix reorder_lod_tensor_by_rank doc en ( #20256 )
...
fix reorder_lod_tensor_by_rank doc en
6 years ago
liu zhengxi
53d8799bee
remove incorrect new in c style, test=develop ( #20370 )
...
remove incorrect "new" in c style.
6 years ago
Zeng Jinle
7a790188b2
Refine print_signatures.py to remove ComposeNotAligned ( #20411 )
...
* refine print_signatures.py to remove ComposeNotAligned, test=develop
* remove experimental_namespace, test=develop
6 years ago
Leo Chen
5a7142ac4e
Update en APIs of LoDTensor ( #20115 )
...
* polish en APIs of LodTensor, test=develop, test=document_dix
* polish en APIs of LoDTensor, test=develop, test=document_fix
* follow comments, test=develop, test=document_dix
6 years ago
Leo Chen
7f68b0b5b0
Polish en APIs of unique_name, test=develop, test=document_fix ( #20113 )
...
* polish en APIs of unique_name, test=develop, test=document_fix
* follow comments, test=develop, test=document_dix
* update api.spec, test=develop, test=document_fix
6 years ago
Zeng Jinle
1d1d221f26
refine allocator_flag, test=develop, test=document_fix ( #20400 )
6 years ago
Yibing Liu
899ab30df0
Fix several api docs ( #20282 )
...
* Fix several api docs
test=develop, test=document_fix
6 years ago
Pei Yang
6f9e64d443
refine en api doc of [shape, scale, split, selu, soft_relu, scatter], test=develop, test=document_fix ( #20264 )
6 years ago
wangchaochaohu
5c649d9a1e
fix the reduce api en doc ( #20223 )
...
* fix the reduce api en doc test=document_fix test=develop
* fix the fluid.data test=develop test=document_fix
* fix the API.spec test=develop test=document_fix
* fix according the review test=develop test=document_fix
* fix the confilict test=develop test=document_fix
6 years ago
xujiaqi01
408bd8b874
fix en doc and test=document_fix ( #20441 )
...
* fix en doc train_from_dataset and infer_from_datatset
6 years ago
DuYao
76a5819728
update English document ( #20330 )
...
* update English document, test=document_fix
* update api.spec, test=document_fix
* update api.spec, test=document_fix
* update, test=document_fix
6 years ago
liu zhengxi
e34fccbc48
update the api en doc ( #20307 )
...
* update the api en_doc of has_inf, has_nan, cumsum, double_buffer and mul, test=document_fix
* update the API.spec for apis, test=document_fix
6 years ago
Zeng Jinle
e3e22146de
remove some reader apis, test=develop ( #20266 )
6 years ago
Jiabin Yang
df102f6428
Refine en doc ( #20409 )
...
* test=develop, fix docker with paddle nccl problem
* test=develop, refine en_doc for Variable and Program
* test=document_fix, fix English doc for Variable and Program
* test=document_fix, refine astype code block style
* test=document_fix, add example code for Variable properties
* test=document_fix, fix BackwardStrategy English Doc
* test=document_fix, fix syntax
* test=document_fix, refresh API.spec
* test=document_fix, refine api spec
* test=document_fix, refine api spec
6 years ago
wangchaochaohu
1288ac2983
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
6 years ago
huzhiqiang
98ec992789
modify WeightNormParamAttr English doc test=develop ( #20218 )
...
* modify WeightNormParamAttr English doc test=develop
6 years ago
huzhiqiang
5fc2cfbaf4
modify map_reader en test=develop ( #20229 )
...
* modify map_reader en test=develop
6 years ago
chengduo
4ba6d062f8
Fix fluid.data of executor ( #20365 )
...
* fix fluid.data
test=document_fix
* fix doc batch dim
test=document_fix
6 years ago
xujiaqi01
22b80e1246
fix parse content in CreatePreLoadReaders ( #20258 )
...
Fix parse content in CreatePreLoadReaders. Before this fix, if you use dataset.set_parse_content and dataset.preload, parse content didn't work.
6 years ago
Youwei Song
ba78a0c7c2
polish 3 LSTM en doc ( #20383 )
...
* polish en doc, test=document_fix, test=develop
* update sample code, test=document_fix, test=develop
* fix sample typo, test=document_fix, test=develop
6 years ago
Tao Luo
b37b7f86e6
refine name_scope document ( #20373 )
...
* refine name_scope document
test=develop test=document_fix
* update name_scope API.spec
test=develop test=document_fix
6 years ago
Feiyu Chan
91693b9cee
fix document for swish, thresholded_relu, gaussian_randdom
6 years ago
SunGaofeng
a73e1f68b4
fix document of 11 APIs ( #20278 )
...
* modify document of 11 APIs
test=develop
test=document_fix
* fix dtype to data type and description of name parameter
6 years ago
Zeng Jinle
7fb958b2e1
replace data layers, test=develop, test=document_fix ( #20368 )
6 years ago
Pei Yang
057d782d51
fix en api doc of [round, sin, sqrt], test=develop, test=document_fix ( #20296 )
6 years ago
zhongpu
95e5768bd6
update conv, fc, pool op for dygraph, test=develop ( #20132 )
6 years ago
zhongpu
9ca417f1d0
fix APIs, update norm op, test=develop ( #20119 )
...
* update norm op, test=develop, test=document_fix
* fix norm api, test=develop, test=document_fix
6 years ago
Kaipeng Deng
3833b511a6
refine en API doc ( #20206 )
...
* refine en doc. test=develop. test=document_fix
6 years ago
zhaoyuchen2018
7c12218987
Refine StaticRNN api-doc-en ( #20093 )
...
* 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
6 years ago
FlyingQianMM
551ba37148
Fix english doc api, invloves the op of retinanet_target_assign, sigmoid_focal_loss and retinanet_detection_output. ( #20250 )
...
* test=document_fix
test=develop
Fix english doc api, invloves the op of retinanet_target_assign, sigmoid_focal_loss and retinanet_detection_output.
* test=document_fix
test=develop
remove Notice: this OP supports CPU mode only in english doc api of retinanet_target_assign and retinanet_detection_output
* test=document_fix
test=develop
fix API Difference for retinanet_target_assign and retinanet_detection_output
* fix API.spec conflicts in english doc api of retinanet_target_assign, sigmoid_focal_loss, retinanet_detection_output
test=develop
test=document_fix
* fix API.spec conflicts in english doc api of retinanet_target_assign, sigmoid_focal_loss, retinanet_detection_output
test=develop
test=document_fix
6 years ago
Pei Yang
4df76d5320
fix en api docs of while, ifelse, switch, test=develop, test=document_fix ( #20265 )
6 years ago
wangchaochaohu
bc6126dd07
fix the reduce bug test=develop ( #20102 )
6 years ago
Tao Luo
9bffbb7db9
refine profiler document ( #20326 )
...
* refine profiler document
test=develop test=document_fix
* update profiler document
test=develop test=document_fix
6 years ago
wawltor
ade9bc04d3
Fix some english doc api, shenze tools group ( #20300 )
...
* test=document_fix
Fix english doc api, invloves the op of greater_equal,greater_than,less_equal,not_equal,
rank,rsqrt,diag,linspace,reduce_all,reduce_any,sign,where,zeros_like,unique_with_counts.
* Fix some format problem in the op of sign and greather_than.
test=develop
test=document_fix
* Fix the example of zeros_like, and update api.spec
test=develop
test=document_fix
6 years ago
huangjun12
b347ca084e
Fix document of APIs, test=develop, test=document_fix ( #20314 )
6 years ago
hong
fa43e80e19
New save load interface ( #20148 )
...
* add new save load interface; test=develop
* add new save interface; test=develop
* add save load interface ;
* fix save load error;
* fix dygraph set dict bug;
* add save load unit test; test=develop
* fix test_imperative_optimizer bug; test=develop
* fix unitest optimizer bug; test=develop
* fix code coverage; test=develop
* fix converage; test=develop
* add document for apis; test=develop
* fix unitest error; test=develop
* fix save load unit test error; test=develop
* fix error message; test=develop
* change set_parameter set_optimizer to save_dygraph; test=develop
* add load_graph check; test=develop
* fix api spec; test=develop
6 years ago
FDInSky
e2c7b6821a
test=develop enhance uniform_random op python api ( #20295 )
6 years ago
Jiabin Yang
b23f00a0d7
Refine en doc ( #20317 )
...
* test=develop, fix docker with paddle nccl problem
* test=develop, refine en_doc for Variable and Program
* test=document_fix, fix English doc for Variable and Program
* test=document_fix, refine astype code block style
* test=document_fix, add example code for Variable properties
6 years ago
xiaoting
aaae3475e3
Polish english apis' doc ( #20184 )
...
* polish en api,test=develop,test=document_fix
* modified api.spec, test=develop,test=document_fix
* modified ops for arc,test=develop,test=document_fix
* update for 1.6, test=develop,test=document_fix
* update API.spec
* Update API.spec
test=develop,test=document_fix
* Update API.spec
test=develop,test=document_fix
6 years ago
LielinJiang
282c9e7cb2
Polish english apis' doc ( #20198 )
...
* refine Normal Uniform documnet
6 years ago
Leo Chen
f4c56e9f51
Polish en doc of LoDTensorArray, test=document_fix ( #19972 )
...
* Polish en doc of LoDTensorArray, test=develop, test=document_fix
* follow comments, test=develop, test=document_dix
6 years ago
chengjuntao
9acdb6e83a
Fix fluid.data code example ( #20236 )
...
* fix fluid.data code example, test=develop, test=document_preview, test=document_fix
6 years ago
liym27
3d006fa630
fix English document of expand/pow/reshape/slice. test=develop, test=document_fix ( #20280 )
6 years ago
Zhen Wang
2c71de243d
Fix docs of load_inference_model&load_params&load_persistables&chain. ( #20274 )
...
* improve the docs of load_inference_model&load_params&load_persistables&chain.
6 years ago
石晓伟
2c28e3283a
fix analysis_predictor ci, test=release/1.6 ( #20141 )
6 years ago
danleifeng
3a0f93b3f9
fix error message for elementwise_add/mul ( #20283 )
6 years ago
liym27
670937e11d
add input type and dtype check for reshape op. ( #20099 )
...
enhance shape error messages for reshape op.
test=develop
6 years ago
chengduo
d77e770353
Polish executor doc ( #20244 )
...
* polish executor doc
test=develop
6 years ago
Zeng Jinle
48029ab06c
Remove some DefaultGradOpDescMaker ( #20185 )
...
* remove fc_grad, test=develop
* remove fsp op since no unittests, test=develop
6 years ago
Aurelius84
729f5846cc
enhance shape error message of fc API ( #20172 )
...
* add api check in fc test=develop
* enforce shape error info of sum op test=develop
* fix spelling test=develop
* print x_dims info test=develop
* enhance shape error info test=develop
6 years ago
wangguanzhong
6fbf441001
enhance input check for roi_align, test=develop ( #20238 )
6 years ago
Zeng Jinle
c20b11ba11
simplify op_info.h, test=develop ( #20195 )
6 years ago
Huihuang Zheng
fa82a01503
Modify English doc of fluid.data ( #20248 )
6 years ago
Yibing Liu
d849e9835f
Add detailed error messages for nce layer ( #20231 )
...
* Add detailed error messages for nce layer
test=develop
* Fix some problems
test=develop
* Fix unit test coverage
test=develop
6 years ago
wangguanzhong
866400e9f1
update en doc of example,test=develop, test=document_fix ( #20235 )
6 years ago
whs
54df1ad4c7
Fix en doc of warpctc, affine_grid, generate_proposals ( #20262 )
6 years ago
Aurelius84
73cf08d694
fix en_doc api of one-hot and embedding ( #20187 )
...
* fix en_doc of one-hot and embedding test=develop, test=document_fix
* modify into fluid.data test=develop, test=document_fix
* modify api.spec test=develop, test=document_fix
* fix api.spec conflict, test=develop, test=document_fix
6 years ago
Chen Weihang
98acfe97ec
Polish English APIs' doc of several Optimizers ( #20166 )
...
* polish minimize en doc
* polish adam optimizer en doc
* polish adamax optimizer en doc
* polish adagrad and decayed adagrad optimizer en doc
* polish model average en doc, test=develop, test=document_fix, test=document_preview
* self review and further polishing doc
* update API.spec, test=develop, test=document_fix
* update fluid.data api in examples, test=develop, test=document_fix
* update fluid.data inferface, test=develop, test=document_fix
* replace -1 by none, test=document_fix
6 years ago
Liufang Sang
53535b4f18
fix en api doc ( #20245 )
6 years ago
Youwei Song
478e4d6882
polish append_backward en doc ( #20199 )
...
* polish append_backward, test=document_fix
* test=document_fix, test=develop
* test=document_fix, test=develop
* polish append_backward, test=document_fix, test=develop
6 years ago
Bai Yifan
fb21a743ae
Fix fluid.data code example ( #20227 )
...
* fix fluid.data code example, test=develop, test=document_preview, test=document_fix
* use None instead of -1 in shape, test=develop, test=document_preview, test=document_fix
6 years ago
Youwei Song
20f68916ed
refine CUDA CPU places en doc ( #20243 )
...
* fix CUDA CPU places, test=document_fix, test=develop
* fix CUDAPlace param doc, test=document_fix, test=develop
* fix CUDAPlace param doc, test=document_fix, test=develop
6 years ago
Double_V
98da70f63f
fix API en doc ( #20261 )
...
* test=develop,test=document_preview, test=document_fix
* test=develop,test=document_preview, test=document_fix
* fix API.spec, test=develop,test=document_preview, test=document_fix
6 years ago
Chengmo
494d6cf252
Fix transpiler en doc ( #20149 )
...
* test=develop,test=document_fix,fix transpiler doc,add API.spec
6 years ago
lvmengsi
40b3af9720
Update apiexample ( #20247 )
...
* update api example, test=develop, test=document_fix
6 years ago
zhoushiyu
1106fbbd01
fix cvm and DataFeedDesc apis ( #19994 )
...
* fix cvm and DataFeedDesc apis test=develop test=document_preview test=document_fix
* add ref and rst tensor type test=develop test=document_preview test=document_fix
* change API.spec test=develop test=ducument_fix
* fix fluid.data test=develop test=document_preview test=document_fix
* change API.spec test=develop test=document_preview test=document_fix
* fix cvm example test=develop test=document_preview test=document_fix
* change API.spec test=develop test=document_preview test=document_fix
* fix cvm example test=develop test=document_fix
* fix cvm example test=develop test=document_fix
* change api.spec example test=develop test=document_fix
6 years ago
Yi Liu
4da243003e
update the example of shard_index ( #20272 )
...
test=develop
test=document_fix
6 years ago
Aurelius84
a38d1835b5
refine seq_pool/reshape/reverse test=develop, test=document_fix ( #20233 )
...
* refine seq_pool/reshape/reverse test=develop, test=document_fix
* modify api.spec test=develop, test=document_fix
6 years ago
Zhang Ting
7e140d870a
modified doc of group_norm, test=develop, test=document_fix ( #20234 )
6 years ago
Zhang Ting
2087f77120
modified doc of crop_tensor, test=develop, test=document_fix ( #20203 )
6 years ago
zhang wenhui
6bc4d48875
fix api doc, test=develop, test=document_fix, test=document_preview ( #20252 )
...
* fix api 1.6 doc bpr, data_norm teacher_student
6 years ago
ShenLiang
d26276e3ac
fix doc, test=develop test=document_fix test=document_preview ( #20249 )
6 years ago
Youwei Song
d39b22e555
polish in_dygraph_mode ( #20200 )
...
* polish in_dygraph_mode, test=document_fix
* test=document_fix, test=develop
* test=document_fix, test=develop
6 years ago
Youwei Song
340b2ba449
refine scope_guard, test=document_fix, test=develop ( #20240 )
6 years ago
danleifeng
5da814292a
fix code example of elementwise op in en_doc ( #20242 )
...
fix code example of elementwise op in en_doc
6 years ago
zhaoyuchen2018
5ebf4078dc
add input type and dtype check for squeeze ( #20100 )
...
* Add input check and refine error message
* Refine test case and comments
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
6 years ago
wawltor
08c8f0c534
Fix api, add input type and dtype check for sign_op ( #20138 )
...
* test=develop
Add input type and dtype check for sign_op.
* test=develop
Fix the api text format in sign op.
* test=develop
Fix the api examples in sign op add update the api.spec.
6 years ago
liuwei1031
e03c1d8a9e
fix conv_op compilation issue on windows ( #20230 )
6 years ago
JesseyXujin
407efcf7b1
fix API doc, solve conflict, test=develop, test=document_fix ( #20196 )
...
* fix APIs,test=develop,test=document_fix
* fix conflict, test=develop, test=document_fix
* fix confict, test=develop, test=document_fix
* fix confict, test=develop, test=document_fix
* fix API.spec, test=develop, test=document_fix
* change fluid.layers.data to fluid.data,test=develop, test=document_fix
* fix bug on example code, test=develop, test=document_fix
* fix API.spec, test=develop, test=document_fix
6 years ago
Aurelius84
c80b7694eb
refine fc/seq_conv/seq_concat en doc ( #20214 )
...
* refine fc/seq_conv/seq_concat en doc test=develop, test=document_fix
* modify into fluid.data test=develop, test=document_fix
6 years ago
liym27
ad60b3b8ac
mv two function in conv op for good code style ( #20116 )
...
* Delete PadFuntion, include padding.h instead. test=develop
* move function(IsSymmetricPadding) from conv_cudnn_op.cu/conv_transpose_cudnn_op.cu to padding.h, test=develop
6 years ago
liym27
869cef6dc0
fix bug of infer shape in pool op. test=develop ( #20213 )
6 years ago
liu zhengxi
acb02fd69e
add dll to inference capi ( #20180 )
...
* add dll to inference capi, test=develop
* add if win32 in cmakelists, test=develop
6 years ago
Bai Yifan
131b1dc324
Fix api doc, test=develop, test=document_preview, test=document_fix ( #19947 )
6 years ago
lvmengsi
59a7c222ea
refine en doc ( #20088 )
...
* update en doc
6 years ago
ShenLiang
c5cff9971a
fix doc of eye、gather_nd、scatter_nd、scatter_nd_add、center_loss ( #19990 )
...
* fix doc, test=document_fix test=document_preview
6 years ago
hong
0ec2c081d9
update op compatible list; test=develop ( #20175 )
6 years ago
Zeng Jinle
3eebd5b391
refine sequence_softmax grad maker, test=develop ( #20127 )
6 years ago
Chengmo
eb05db7104
Speed GEO-SGD ( #20158 )
...
* delete debug vlog & add rpc function & fix word2vec bug & speed GEO-SGD
6 years ago
Zhang Ting
cf6919bf6e
conv_transpose supports channel_last input, test=develop, test=document_preview ( #20072 )
6 years ago
tangwei12
c9139c3db3
trainer from dataset fetch targets ( #19760 )
...
add executor.FetchHandler for train/infer from the dataset
6 years ago
tangwei12
b5a410466c
Trainer heartbeat for async mode ( #19600 )
...
Heartbeat for distributed async training.
6 years ago
lvmengsi
76ba55e891
add error log for python api and c++ ( #20061 )
...
* add error log
6 years ago
Yibing Liu
01ad8d2e06
Refactor linear chain crf op & crf decoding op ( #19982 )
...
* Update crf_decoding api & example
test=develop
* Update api spec
test=develop
* Fix linear chain crf api
test=develop
* Avoid sharing data pointer with input
test=develop
* Simplify the logic in linear_chain_crf_decoding
* Add unittest for crf_decoding when label & path both are set
test=develop
* Update API spec
test=develop
* Add unittest for layers && correct infer_shape in chunk_eval
test=develop
6 years ago
Jiabin Yang
7a9bd0c5d8
Fix/auto prune error on leaf ( #20056 )
...
* test=develop, fix docker with paddle nccl problem
* test=develop, Add Variable api and refine dygraph related API
* test=develop, Add Variable api and refine dygraph related API
* test=develop, refine test for new api and error info
* test=develop, refine error info and test_layers
* test=develop, add API.spec
* test=devleop, fix to_string python2 and python3 compat error and refien doc
* test=devleop, add API spec
* test=devleop, update API spec
* test=devleop, update API spec
* test=develop, invoke ci
* test=develop, fix example code
* test=develop, update API spec
* test=develop, fix auto_prune_error_on_leaf
* test=develop, fix auto prune error on loss stop_gradient
* test=develop, remove useless error check
* test=develop, add more ut for sorted gradient
6 years ago
liu zhengxi
301eeb5bea
Add capi for fluid inference api ( #20092 )
...
* add capi for fluid inference api, including AnalysisConfig, AnalysisPredictor, PaddleBuf, PaddleTensor, ZeroCopyTensor
6 years ago
wangchaochaohu
6e73e90bfb
fix the error message for reduce_mean and reduce_sum op ( #20063 )
...
* fix the error message for reduce_mean and reduce_sum op test=develop
* fix typo test=develop
* fix according review advice test=develop
* fix the test test=develop
* fix test=develop
6 years ago
wangchaochaohu
9a76f3f916
Fill constant error message fix ( #20075 )
...
* fix the constant error message test=develop
* fix typo test=develop
* fix typo test=develop
* fix code style test=develop
* fix comment and bugs test=develop
* fix the bug test=develop
* fix and add unittest test=develop
* fix the typo test=develop
* add support for the fill_constant op test=develop
* add test for ci coverage test=develop
6 years ago
zhaoyuchen2018
e867366805
Add multihead op for ernie opt ( #19933 )
...
* Add multihead op for ernie opt
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Refine code
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Refine code
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Refine code
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Refine softmax
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Refine kernel.
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Refine code
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Refine code
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Refine code
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Refine cuda kernel
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Refine cuda version
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Refine code
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Refine cmake
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
6 years ago
chengduo
bfa55c9ddb
Add place deps for fused_all_reduce_op_handle ( #20077 )
...
test=develop
6 years ago
Chengmo
728ec1b43d
Add GEO-SGD distribute training algorithm ( #20018 )
...
* refector geo sgd & communicator
6 years ago
Li Fuchen
5365cd2f14
Set lod level of sequence_unpad's output to 1 in compile time ( #20068 )
...
* Set lod level of sequence_unpad's output to 1 in compile time
6 years ago