danleifeng
9171f73714
fix fp16 grid_size for size=1; test=develop ( #20812 )
5 years ago
Zeng Jinle
cd1c404353
refine err msg of allocator, test=develop ( #20804 )
5 years ago
Zeng Jinle
ac813bbaf4
Add more error debug message to Operator::Run ( #20793 )
...
* add more err msg, test=develop
* add more unittests, test=develop
5 years ago
Tao Luo
efbdad0596
make search_compute support avx default ( #20779 )
...
* make search_compute support avx only
* clean search_compute.h
* rename sse_axpy to avx_axpy
test=develop
* update CMakeLists.txt
test=develop
5 years ago
zhongpu
3556514e97
add PADDLE_ENFORCE for dygraph to optimize error throw ( #19783 )
...
* add PADDLE_ENFORCE for dygraph to optimize error throw, test=develop
* fix some error, test=develop
* delete PADDLE_ENFORCE_EQ in VarBase::NewVarBase, test=develop
5 years ago
WangXi
250e72d254
Fix DGC algorithm flow to make it the same as paper ( #20758 )
5 years ago
wangchaochaohu
ba45dce35d
fix codetest for windows make test=develop ( #20796 )
5 years ago
Zeng Jinle
8ff6b289bd
[Dygraph to static graph]JIT/Trace ( #20775 )
...
* jit/trace 1st version, test=develop
* add more unittests, test=develop
5 years ago
zhaoyuchen2018
6e6eab07e8
Fix multihead op bug. ( #20783 )
...
The op should handle k=1024
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
5 years ago
lvmengsi
dfa0549f87
Revert "fix_depthwise_conv_cudnn, test=develop ( #20712 )" ( #20782 )
...
This reverts commit dc229b4195
.
5 years ago
whs
4c7d196d83
Add norm_by_time for warpctc op in padding mode. ( #17580 )
5 years ago
Pei Yang
e89c16b90d
Bug Fix: Paddle-TRT cannot handle adaptive pooling in pool2d op converter and "num" attribute in split op converter ( #20733 )
...
* fix pool2d trt converter, test=develop
* add fix for split op converter, test=develop
5 years ago
tianshuo78520a
1105b93288
del uninstall protobuf ( #20769 )
5 years ago
Tao Luo
2f5f19dfb5
mv sampcd_processor.py to tools/ ( #20761 )
...
* mv sampcd_processor.py to tools
test=develop test=document_fix
* update example script
test=develop test=document_fix
5 years ago
石晓伟
37cd43545a
update the infer shape of matmul, test=develop ( #20717 )
...
* update the infer shape of matmul, test=release/1.6
* add unittests of matmul, test=release/1.6
* change func names, test=develop
5 years ago
石晓伟
e742760f8e
optimize version error, test=develop ( #20715 )
5 years ago
Adam
67b59ddb38
Minor MKL-DNN conv int8 performance fixes ( #20753 )
...
test=develop
5 years ago
wangchaochaohu
0687bcd64f
Refine getitem of Variable ( #20729 )
...
* add support for __get_item__ of Variable test=develop
5 years ago
zhongpu
72d1d72c09
fix ExecutionContext::HasInput and ExecutionContext::HasOutput depend on the scope structure, test=develop ( #20721 )
5 years ago
danleifeng
79e08ecebf
add assertions on whether elementwise_div divison is zero ( #20618 )
5 years ago
bingyanghuang
fd49ebcbd8
update int8 benchmark with 6271 data, test=develop test=document_fix ( #20736 )
5 years ago
123malin
95e90aa102
test=develop, add communicator_is_sgd_optimizer flag ( #20677 )
...
* test=develop, communicator_is_sgd_optimizer flags
5 years ago
Aurelius84
74a28f5ea4
fix fill_constant shape with -1 and enhance cross_entropy test=develop ( #20722 )
5 years ago
石晓伟
48a774c713
fix ts_sort's bug, test=develop ( #20720 )
5 years ago
lvmengsi
dc229b4195
fix_depthwise_conv_cudnn, test=develop ( #20712 )
5 years ago
石晓伟
d8f4f4239d
Ensure backward compatibility with the anakin interface, test=develop ( #20691 )
...
* support MLU nums, test=develop
* change anakin apis, test=develop
5 years ago
wopeizl
9e5948230e
add support to gcc8, add docker env test=develop ( #19807 )
...
* add support to gcc8, add docker env test=develop
5 years ago
xujiaqi01
5223b0dd9d
add check nan / inf in downpour worker ( #20694 )
...
* add check nan / inf in downpour worker during training
* test=develop
5 years ago
WangXi
507afa8a8a
Fix dgc nan by stripping nccl from sparseReduce. ( #20630 )
5 years ago
gongweibao
c1710e91b2
Disable GRPC_ARG_ALLOW_REUSEPORT to avoid potencial problem. ( #20690 )
5 years ago
lidanqing
46e93f7c86
Revert "Refactor conv computeINT8" ( #20640 )
...
* Revert "Refactor conv computeINT8 (#19574 )"
This reverts commit 2c32c2d649
.
test=develop
* replace PADDLE_ENFORCE
test=develop
5 years ago
liu zhengxi
d39777fefa
alter the capi of PD_PredictorRun to provide proper function, test=develop ( #20697 )
...
modify the way to pass parameter out_size in function.
5 years ago
Zeng Jinle
4eeda9d676
fix tensor_util, test=develop ( #20699 )
5 years ago
Zeng Jinle
ab575de725
Fix op run log when memory optimization strategy is enabled ( #20695 )
5 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
5 years ago
Zeng Jinle
10505faf4e
polish codes, test=develop ( #20672 )
5 years ago
Tao Luo
dd3d8997cf
remove deprecated contrib/float16 directory ( #20685 )
...
test=develop test=document_fix
5 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
5 years ago
tianshuo78520a
eafc7023c1
test=develop test=document_fix ( #20682 )
5 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
5 years ago
liu zhengxi
dbc2bb3376
improve the performance of capi in PD_PredictorRun ( #20665 )
5 years ago
whs
a3e641e93c
Fix infer shape of warpctc op. ( #20653 )
...
test=develop
5 years ago
Zeng Jinle
4922eb6da5
make_conv_workspace_size_configurable, test=develop ( #20662 )
5 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
5 years ago
tangwei12
04384502a8
fix bug with heart beat , test=develop ( #20654 )
5 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
5 years ago
lidanqing
57b656f956
Add document for int8 object detection quantization ( #19356 )
5 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
5 years ago
Tao Luo
dfa239253c
reduce make install time in CI ( #20643 )
...
test=develop
5 years ago
gongweibao
f3f52fc1e2
Retry when failed to bind address. ( #20642 )
5 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.
5 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
5 years ago
gongweibao
69e0b98fea
Cleanup the debug lines in paddle_build.sh ( #20631 )
5 years ago
zhaoyuchen2018
8314e64a8b
Fix sum op fails as no memory in tensor( #20602 )
...
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
5 years ago
Yibing Liu
ee2869cae9
Remove redundant infershape in linear chain crf grad, test=develop ( #20629 )
5 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
5 years ago
WangXi
cadc6a9704
fix dgc test and bug when not set trainers_endpoints_, test=develop ( #20617 )
5 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
5 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
5 years ago
Leo Chen
d6c1d6ca56
update class name, test=develop ( #20578 )
5 years ago
gongweibao
1d82025e89
Add interface so user can get scaled loss when they use customized loss. ( #20571 )
5 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
5 years ago
翟飞跃
36acfaeeda
Add fused_embedding_seq layer into fluid.contrib ( #19771 )
5 years ago
Double_V
0b39218749
memory optimizer for reshape op,test=develop ( #20569 )
5 years ago
bingyanghuang
85e1f2150b
Modify the helper information in full_pascalvoc_test_preprocess.py ( #20475 )
5 years ago
Thunderbrook
f76a32df4a
dump fix dov vec file num ( #20539 )
...
* support dump multi file
test=develop
* dump fix num file
test=develop
5 years ago
chengduo
36c85ef492
Add sub-scope check in RecurrentOp ( #20468 )
...
* fix recurrent bug
test=develop
5 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
5 years ago
Pei Yang
443f604c3b
add DisableGlogInfo() to AnalysisConfig, test=develop ( #20581 )
5 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
5 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
5 years ago
Zeng Jinle
a9c8bdad7b
refine pe codes, test=develop ( #20479 )
5 years ago
Zeng Jinle
76b321872a
fix cuda dev_ctx by event, test=develop ( #20553 )
5 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
5 years ago
Zhang Ting
78910480c1
fix conv_transpose's bug: compatible with Anylayout setting, test=develop ( #20589 )
5 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
5 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
5 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
5 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
5 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
5 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
5 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
5 years ago
guofei
9b85f40140
Modify English documents ( #20452 )
5 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
5 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
5 years ago
zhongpu
ece611b028
update paddle_build.sh, test=develop ( #20443 )
...
This PR fix the tag error in paddle_build.sh
5 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
5 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.
5 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
5 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
5 years ago
Guo Sheng
dfd1eee7f7
Add seq2seq api related code ( #19820 )
5 years ago
silingtong123
e87cabb7f2
updates document of sequence_softmax, sequence_scatter, sequence_unpad ( #20269 )
5 years ago
silingtong123
d5aa2dd818
fix doc, updates API documents of uniform_random and uniform_random_batch_size_like ( #20316 )
5 years ago
Wilber
751812a674
enable cpu machine to run paddle in gpu lib
...
enable cpu machine to run paddle model in gpu lib
5 years ago
lvmengsi
2384589383
Fix conv_grad_grad ( #20469 )
...
* fix_conv_grad_grad
* fix_bug, test=develop
5 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
5 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
5 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
5 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
5 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
5 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
5 years ago
liuwei1031
70ff903813
improve the doc of data feeder related APIs ( #20515 )
...
* improve data feeder related API
5 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>
5 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
5 years ago
chengduo
f23eeeb460
update global scope doc ( #20483 )
...
test=document_fix
5 years ago
lijianshe02
211f5b0319
enhance mul_op input error message test=develop ( #20414 )
...
* enhance mul_op input error message test=develop
5 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
5 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
5 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
5 years ago
ruri
e705fede11
refine 13 en docs ( #20312 )
...
* refine 13 en doc
5 years ago
lijianshe02
f0dabe680d
fix read_file, is_empty, Print API EN doc ( #20492 )
...
* fix Print, is_empty, read_file test=document_fix
5 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
5 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.
5 years ago
qingqing01
df3025c3ee
Polish En doc for some APIs. ( #20418 )
...
* Polish En doc for some APIs
* Update some comments and API.spec
5 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
5 years ago
FDInSky
0ac08489a9
udpate en doc test=develop, test=document_fix ( #20459 )
5 years ago
GaoWei8
54647a5490
fix GradientClipByNorm english doc ( #20224 )
...
* fix GradientClipByNorm english doc
test=develop
test=document_fix
5 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
5 years ago
zhouwei25
b1218d056b
fix English Doc of API:layers.py_func/sum ( #20329 )
...
* fix English Doc of API:layers.py_func/sum
5 years ago
qingqing01
63194d6e67
Enhance InferShape in deformable_conv and prior_box op ( #20372 )
5 years ago
zhongpu
0b321c8a2f
fix APIs, to_variable、NCE、PRelu、softmax、rankloss for dygraph, test=document_fix, test=develop ( #20142 )
5 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
5 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
5 years ago
Yuan Shuai
9f4a32fb8f
Fix ErrorClipByValue, GradientClipByGlobalNorm, GradientClipByValue ( #20279 )
...
* Fix ErrorClipByValue, GradientClipByGlobalNorm, GradientClipByValue
* add API.spec
5 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
5 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
5 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
5 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
5 years ago
tangwei12
a010d883b4
doc fix, test=develop, test=document_fix ( #20239 )
...
* doc fix, test=develop, test=document_fix
5 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
5 years ago
huzhiqiang
6a8e54047f
fix reorder_lod_tensor_by_rank doc en ( #20256 )
...
fix reorder_lod_tensor_by_rank doc en
5 years ago
liu zhengxi
53d8799bee
remove incorrect new in c style, test=develop ( #20370 )
...
remove incorrect "new" in c style.
5 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
5 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
5 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
5 years ago
Zeng Jinle
1d1d221f26
refine allocator_flag, test=develop, test=document_fix ( #20400 )
5 years ago
Yibing Liu
899ab30df0
Fix several api docs ( #20282 )
...
* Fix several api docs
test=develop, test=document_fix
5 years ago
Pei Yang
6f9e64d443
refine en api doc of [shape, scale, split, selu, soft_relu, scatter], test=develop, test=document_fix ( #20264 )
5 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
5 years ago
xujiaqi01
408bd8b874
fix en doc and test=document_fix ( #20441 )
...
* fix en doc train_from_dataset and infer_from_datatset
5 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
5 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
5 years ago
Zeng Jinle
e3e22146de
remove some reader apis, test=develop ( #20266 )
5 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
5 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
5 years ago
huzhiqiang
98ec992789
modify WeightNormParamAttr English doc test=develop ( #20218 )
...
* modify WeightNormParamAttr English doc test=develop
5 years ago
huzhiqiang
5fc2cfbaf4
modify map_reader en test=develop ( #20229 )
...
* modify map_reader en test=develop
5 years ago
chengduo
4ba6d062f8
Fix fluid.data of executor ( #20365 )
...
* fix fluid.data
test=document_fix
* fix doc batch dim
test=document_fix
5 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.
5 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
5 years ago