chenweihang
a6d94e8dc6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
chenweihang
49b2cf5fee
adjust some code based reviewer's advice
7 years ago
yuyang18
a1e88c467a
Fix import error
7 years ago
sneaxiy
9b28260029
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python
7 years ago
sneaxiy
739c330914
fix merge conflict
7 years ago
Wu Yi
26ff5a53ee
Add note when import core.so error ( #11918 )
...
* add note when import core.so error
* update
7 years ago
Xin Pan
93da8e2711
update develop version
7 years ago
fengjiayi
ce16b40b04
Merge pull request #11891 from JiayiFeng/dev_eof_exp
...
Add EOFException to represent EOF in C++ reader
7 years ago
chenweihang
79333fa7b8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
chenweihang
ca15779394
rewrite, use reshape op in unsqueeze op, test passed
7 years ago
Xin Pan
71b1c397d7
Merge pull request #11874 from panyx0718/move_trainer
...
Move trainer and utils api
7 years ago
minqiyang
9ea8b7ba21
Change the default return value of version from 0 to UNKNOWN
7 years ago
minqiyang
078da5dee8
Remove MAJOR, MINOR, PATCH and add comment for assert
7 years ago
Xin Pan
94cb59ad09
hide utils to legacy
7 years ago
chenweihang
ee760d1c2d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
7 years ago
chenweihang
0cef33a468
adjust the dims range to [1,6] and fix some problem
7 years ago
Yancey
f7fd711e3f
Merge pull request #11868 from Yancey1989/dist_pass_barrier
...
add dist pass barrier
7 years ago
minqiyang
4cf76cfdf3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_reader_op_in_pserver
7 years ago
Xin Pan
aa2f76fd9b
move trainer
7 years ago
sneaxiy
8511bdb2d3
fix merge conflict
7 years ago
chenweihang
996c157f61
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
chenweihang
e402496238
complete unsqueeze op and related unittest.
7 years ago
fengjiayi
3fab4f65a4
Add EOFException to represent EOF in C++ reader
7 years ago
Wu Yi
adfaf9a665
make transpiler test reliable ( #11848 )
...
* make transpiler test reliable
* add more
* follow comments
7 years ago
fengjiayi
58560622bc
Merge pull request #11854 from JiayiFeng/dev_data_balance
...
Data balance for the ParallelExecutor
7 years ago
sneaxiy
1b59220d50
complete python reader op python side
7 years ago
fengjiayi
81f22bb2f6
Merge pull request #11670 from JiayiFeng/refine_test_reader_transpiler
...
test reader transpiler
7 years ago
chenweihang
9ca88fa8a5
Adjust squeeze op and code the unittest, test passed
7 years ago
minqiyang
703c496628
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_reader_op_in_pserver
7 years ago
fengjiayi
7de8d11590
follow comments
7 years ago
fengjiayi
ff4317cee9
follow comments
7 years ago
Xin Pan
982dabe293
Merge pull request #11866 from panyx0718/move_func
...
Move some v2 codes to a legacy directory.
7 years ago
Xingyuan Bu
5056d3ec56
FasterRCNN Anchor Generator Op ( #11218 )
...
* Add anchor generator operator for Faster-RCNN.
* Add unittest testing.
* Add Python API.
7 years ago
Yibing Liu
5f79c7fbb6
Merge pull request #11174 from kuke/argsort_dev
...
Add the argsort operator
7 years ago
Yancey1989
c1ab215e26
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into dist_pass_barrier
7 years ago
Yancey1989
1366832a41
add dist pass barrier
7 years ago
Xin Pan
a9086bf320
also move a few other dir to legacy/
7 years ago
Xin Pan
312f9170af
move gserver codes to legacy.
...
This is part of big move of v2 codes to legacy sub dir.
7 years ago
Yibing Liu
c225d7a298
Use real test data for fit_a_line model to get valid result
7 years ago
Yibing Liu
9386ac0a40
Enhance cuda code & unittest for argsort_op
7 years ago
Yancey
d9e7ea83c6
Merge pull request #11790 from Yancey1989/dist_test_word2vec
...
add dist word2vec unit test
7 years ago
guochaorong
c318aa5ffa
Merge pull request #11850 from guochaorong/revert_11496
...
Revert "Extend fill_zeros_like_op for zero-filling an LoDTensorArray …
7 years ago
fengjiayi
3606a306f2
refine
7 years ago
fengjiayi
49a04d75ee
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_data_balance
7 years ago
fengjiayi
4b950951d3
Add unittests and fix a few bugs
7 years ago
chengduo
d2ad4a5c41
Init allocated memory for unit test ( #11657 )
...
* memory init
* add env
* refine anounce
* Add check for Nan
* Debug
* Add env for cc_test
* Add env for py_test and nv_test
* Remove py_test env
* Add env for py_test
* serial test_recognize_digits
* Test FLAGS_init_allocated_mem function for unit test
* Init allocated mem for op unit test
* Add env for all unit test
7 years ago
chenweihang
70729ad641
Add Unsqueeze Operator Framework, not finshed
7 years ago
guochaorong
6a35899131
Revert "Extend fill_zeros_like_op for zero-filling an LoDTensorArray ( #11496 )"
...
This reverts commit bc28cf613f
.
7 years ago
minqiyang
5ebf56bf0e
Only the inputs vars of ops in Pserver program will be cloned, other
...
input vars will NOT take into account
7 years ago
minqiyang
037f9ae933
Remove wrong end of line
7 years ago
minqiyang
fd3940b6c8
Change the sequence of major and minor
7 years ago
minqiyang
712986e2fd
Remove the global version varibales like MAJOR and so on
7 years ago
minqiyang
b28b885eb7
Add is_tag function fo ISTAGED
7 years ago
minqiyang
821cb9c049
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update_version_via_git_branch
7 years ago
minqiyang
5f17f05bb8
Add get_version function to get version from git tags
7 years ago
whs
02e521e3ac
Fix model average on multi-GPUs. ( #11814 )
...
* Fix average_accumulate_op for parallel executor.
* Fix model average on multi-GPUs.
7 years ago
whs
93e25301d7
Fix python api of mean iou op. ( #11797 )
...
* Fix mean iou op.
* Fix crop layer test.
* Fix unitest
* fix unitest.
7 years ago
fengjiayi
7876b213cb
update
7 years ago
fengjiayi
fa1fb12b93
Merge pull request #11706 from JiayiFeng/expose_Parameter_2
...
make framework.Parameter public
7 years ago
Xin Pan
fc697f070e
Merge pull request #11712 from kexinzhao/fix_lod_name
...
Replace lod with recursive_sequence_lengths in book examples
7 years ago
fengjiayi
c15c6c1592
move get_test_program to non-layer io.py
7 years ago
Yancey1989
2a51e8e231
add timeout for dist word2vec unit test
7 years ago
Yancey1989
6d01f10d56
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into dist_test_word2vec
7 years ago
Yancey1989
c7d3273d63
add dist word2vec dist train
7 years ago
Wu Yi
19e877ffdb
Merge pull request #11690 from typhoonzero/fix_trainer_nccl2_env
...
fix trainer nccl2 env
7 years ago
Haichao Zhang
bc28cf613f
Extend fill_zeros_like_op for zero-filling an LoDTensorArray ( #11496 )
...
* Add fill_zeros_array op. This op is used for zero-filling an LoDTensorArray.
* merge fill_zeros_array_op with fill_zeros_like_op
* add unit_test for fill_zeros_like for array
7 years ago
Yancey
958823fae7
Merge pull request #11189 from Yancey1989/test_dist_mnist_acc
...
Add unit test for testing distributed training with mnist
7 years ago
pzelazko-intel
9a15c92317
bnorm+relu fuse for mkldnn (inference) ( #11434 )
...
* bnorm+relu fuse for mkldnn
* separate fuse_relu function
* bug fix
* proper while range in inference_transpiler
* description fix
* review fix
* review fix
* unit test for fwd batch norm+relu MKLDNN fuse
7 years ago
Xin Pan
ce5f1e0537
Merge pull request #11719 from panyx0718/fix
...
small clean
7 years ago
baiyf
778b71fc93
Optimize bipartite_match_op in large scale input ( #11730 )
...
* optimize bipartite_match_op in large scale input
7 years ago
Yancey1989
7d9c9a013b
update by comment
7 years ago
Xin Pan
008e0c9bc1
small clean
7 years ago
qingqing01
b756063ce7
Speed depthwise transposed conv2d. ( #11740 )
...
* Speed depthwise transposed conv2d.
7 years ago
Kexin Zhao
b7c179a87f
fix lodtensor.py
7 years ago
Yancey1989
f28f7faa27
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into test_dist_mnist_acc
7 years ago
Yancey1989
c45a4b8567
use sigkill to stop pserver
7 years ago
Kexin Zhao
6b95a8a89c
fix error
7 years ago
Guo Sheng
8df303c09b
Merge pull request #11238 from guoshengCS/fix-beam_search
...
Fix and enhance beam_search_op and beam_searc_decode_op
7 years ago
Wu Yi
4c86f78336
Merge pull request #11728 from typhoonzero/fix_paraexe_bcast
...
Fix dist train broadcasting bug
7 years ago
chengduo
c6e36e7738
Change return_numpy [ParallelExecutor] default value ( #11713 )
...
* change return_numpy[PE] default value
* Remove convert to numpy in unit test
7 years ago
yi.wu
a2e43ae5ce
fix trainer nccl2 env
7 years ago
yi.wu
88cb47bd86
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_paraexe_bcast
7 years ago
yi.wu
8e48c77b54
wip
7 years ago
Kexin Zhao
e09ac3df18
replace lod name with recur_seq_lens
7 years ago
fengjiayi
d0a8eea2c2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into expose_Parameter_2
7 years ago
tangwei12
fa3d47009b
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into ckpt_m2
7 years ago
chengduo
a64844ad00
enable PE return numpy ( #11704 )
7 years ago
tangwei12
b6e63554e6
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into ckpt_m2
7 years ago
Yancey
991cedb4c3
Merge pull request #11702 from Yancey1989/fix_async_update_failed
...
Fix async update failed
7 years ago
fengjiayi
e9ed62bfed
make framework.Parameter public
7 years ago
tangwei12
88cb5d79f2
add doc
7 years ago
Tomasz Patejko
e26f51ce74
MKLDNN elementwis_add with default broadcast operations ( #11544 )
...
* elementwise_add with bcast: Brian's implementation by Brian added, with default bcasts
* elementwise_add with bcast: GetExpectedKernelType added to elementwise_op
* elementwise_add with bcast: use_mkldnn attribute added
* elementwise_add with bcast: changes after review and some formatting
* elementwise_add with bcast: changes after style check
* elementwise_add with bcast: changes after style check cont.
* elementwise_add with bcast: MKLDNN unittests added
* elementwise_add with bcast: original unittests with use_mkldnn flag
* elementwise_add with bcast: handling of MKLDNN format corrected
* elementwise_add with bcast: setting MKLDNN format turned into lambda
* elementwise_add with bcast: MKDNN format setting turned into separate function
* elementwise_add with bcast: condition for choosing MKLDNN simplified
* elementwise_add with bcast: fix for MKLDNN format set incorrectly in bcasts
* elementwise_add with bcast: changes in unittests for broadcasts
* elementwise_add with bcast: fixes in unittests regarding dimensions
* elementwise_add with bcast: bring back correct format setting in mklml grad path
* elementwise_add with bcast: fixed compilation error
7 years ago
Yancey1989
bf0c90f241
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into fix_async_update_failed
7 years ago
Yancey1989
86e09b34e3
fix asyn update error on pserver
7 years ago
gongweibao
67ab324090
Remove duplicated code. ( #11685 )
7 years ago
tangwei12
33ff69b621
file path can not be empty
7 years ago
tangwei12
dc847f129e
bug fix and code optimize
7 years ago
qiaolongfei
d54e51daa6
change predictions to preds
7 years ago
qiaolongfei
fc508004fb
fix metrics.Auc
7 years ago
fengjiayi
b4f28ccc19
Merge pull request #11632 from JiayiFeng/some_small_fixes
...
Some small fixes
7 years ago
guosheng
983566d946
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search-dev
7 years ago
Xin Pan
f0cf70ec61
Merge pull request #11646 from panyx0718/fix
...
Small doc fix and clean up of reshape
7 years ago
guosheng
8536d261ab
Fix doc format of beam_search
7 years ago
guosheng
4e9d7ddbc6
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search-dev
7 years ago
Chris Yann
2bc812d8d6
Fix relu and log function by changing input parameter name from 'input' to 'x' ( #11683 )
...
* Fix relu and log
* Update nn.py
7 years ago
Yibing Liu
9c69fdf5c6
Merge branch 'develop' of upstream into argsort_dev
7 years ago
fengjiayi
e1a46bba59
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into some_small_fixes
7 years ago
tangwei12
fb7e479188
merger paddle develop
7 years ago
Yancey
0d4b376fc0
Merge pull request #11585 from Yancey1989/fix_pserver_sub_blocks
...
fix pserver sub-blocks
7 years ago
Yancey1989
76e3ec600a
fix cloned op
7 years ago
Tao Luo
3d1afe2e65
Merge pull request #11661 from luotao1/for_test
...
add example of clone(for_test)
7 years ago
Tao Luo
d55cfc6026
Merge pull request #11640 from wojtuss/wojtuss/cycle-cifar-flowers
...
added cycling the cifar and flowers datasets
7 years ago
Luo Tao
d3dd034524
add example of clone(for_test)
7 years ago
Qiyang Min
dda24f18b7
Fix kill fail bug ( #11635 )
...
* 1. Remove PYTHON_FLAGS from paddle_build.sh in paddlepaddle/paddle:latest-dev
* 1. Add PYTHON_FLAGS back
2. Change SIGKILL to SIGINT and SIGTERM
* 1. Add setup.py.in back
* 1. add pip install open-cv in Dockerfile to avoid libusb_exit hanging up which is caused by the opencv-python package missing
* 1. Add the && \ to line above
* 1. Remove the notice comment
7 years ago
Wojciech Uss
50e750a2a1
added cycling the cifar and flowers datasets
7 years ago
Xin Pan
ed4aa219cb
Small doc fix and clean up of reshape
7 years ago
Yancey1989
aa84b21e3b
fix unit tests
7 years ago
tangwei12
e684575f66
checkpoint feature optimized
7 years ago
fengjiayi
7d3d7226b5
refine get_test_program
7 years ago
tangwei12
2229db523b
pserver_id init value to None
7 years ago
Yancey1989
56a903d3ac
use optimize block list instead of first optimize block
7 years ago
Tao Luo
8318094b58
Merge pull request #11626 from ktlichkid/fix-log
...
Fix log and relu layer
7 years ago
tangwei12
8e01f3b948
bug fix
7 years ago
tensor-tang
064ca35285
fix indentation error
7 years ago
tensor-tang
d5fb8fa778
Revert "Merge pull request #11628 from PaddlePaddle/revert-11102-mozga-intel/Sum_mkldnn_layout"
...
This reverts commit 4d8e8ee226
, reversing
changes made to d6a9f005c8
.
7 years ago
wanghaoshuang
6f6642ed65
Fix relu and log op.
7 years ago
fengjiayi
32478fe0ea
Make buffers of DoubleBufferReader and open_files bigger
7 years ago
Yancey1989
3a37e14285
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into fix_pserver_sub_blocks
7 years ago
Yancey1989
0970bd9edc
use optimize blocks attr to record optimize block id
7 years ago
fengjiayi
9dccca963b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into some_small_fixes
7 years ago
fengjiayi
e71948f167
Refine random crop
...
1. Add a new attribute named 'startuo_seed' to RandomCropOp. If the input
'Seed' is not initialized, the 'startup_seed' will be used to replace
it.
2. Refine CustomReader. Add a member variable 'scope_' to it. The
'scope_' will act as the global scope of preprocesing, making it
possiable to save something cross batches.
7 years ago
tensor-tang
4d8e8ee226
Merge pull request #11628 from PaddlePaddle/revert-11102-mozga-intel/Sum_mkldnn_layout
...
Revert "MKLDNN layout: Support for sum operator"
7 years ago
dzhwinter
d6a9f005c8
"module document non-layer doc" ( #11598 )
...
* "add some api reference"
* "fix based on preview"
* "fix evaluator"
* "remove template doc"
7 years ago
dzhwinter
15130fc8cb
"non-layer add doc for executor module" ( #11602 )
...
* "add doc for exec"
* "add more changes"
* "fix based on preview"
* "chagne code format"
7 years ago
tensor-tang
90780e22ce
Revert "MKLDNN layout: Support for sum operator"
7 years ago
ktlichkid
231762a6c4
Fix log and relu layer
7 years ago
fengjiayi
e7faae0130
Refine assign layer
...
Give assign layer's second parameter 'output' a default value: None. If
it is None, the output variable will be created inside the layer.
7 years ago
tangwei12
e589005229
merge
7 years ago
yi.wu
a424f5a0af
polish reader op for test
7 years ago
Yancey1989
e02cbf3538
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into fix_pserver_sub_blocks
7 years ago
tangwei12
05bd9db84b
add comments in io.py
7 years ago
fengjiayi
6e1c48d1fd
Merge pull request #11576 from JiayiFeng/dev_refine_bilinear_interp
...
Add bilinear interp supporting for uint8
7 years ago
Yancey
2fdbc1ce65
hidden bcast_params call in dist train ( #11575 )
7 years ago
Yu Yang
b94f7848c4
Merge pull request #11531 from reyoung/feature/non_layer_api_doc
...
Polish Non-Layer API
7 years ago
fengjiayi
e4188621ca
fix a error in unit tests
7 years ago
Qiao Longfei
1d4d8de034
Merge pull request #11574 from jacquesqiao/fix-auc
...
fix auc
7 years ago
yuyang18
d1203e3822
Add types
7 years ago
fengjiayi
47c02b5c32
Add unit tests
7 years ago
Yu Yang
1105ecf818
Merge pull request #11508 from typhoonzero/transpiler_doc
...
Transpiler doc
7 years ago
chengduo
59bfa4911d
Merge pull request #11558 from JiayiFeng/doc_framework
...
Add doc reference for Variable and Parameter
7 years ago
chengduo
8ecf5dd84f
Merge pull request #11553 from chengduoZH/fix_doc_param_attr
...
Fix ParamAttr Doc
7 years ago
tangwei12
c073bb3b2c
code style
7 years ago
chengduo
3f8d9b0a11
Merge pull request #11580 from chengduoZH/fix_doc_data_reader
...
Refine doc of data reader
7 years ago
chengduo
4b7ae1452b
Merge pull request #11555 from chengduoZH/fix_doc_net
...
Refine fluid.net Doc
7 years ago
Yu Yang
e43614d7c2
Merge pull request #11554 from chengduoZH/fix_doc_parallel_execturo
...
Refine ParallelExe Doc
7 years ago
chengduoZH
491bb6a10d
refine doc
7 years ago
yuyang18
760d2305a3
Polish doc style
7 years ago
chengduoZH
5f9d410e20
follow comment
7 years ago
chengduoZH
10cee7ed1f
Add doc of fetch var
7 years ago
tangwei12
5a4a24cce1
Merge branch 'develop' into ckpt_m2
7 years ago
Yu Yang
e66a725396
Merge branch 'develop' into transpiler_doc
7 years ago
yuyang18
4649f662e7
Follow comments & polish doc
7 years ago
chengduoZH
5aa473f467
add Doc fluid.net
7 years ago
yuyang18
9942a3048d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/non_layer_api_doc
7 years ago
Yu Yang
c2ad3815b0
Merge pull request #11560 from JiayiFeng/doc_non_layer_api
...
Doc of non layer api
7 years ago
fengjiayi
0d2dd1a70a
Merge pull request #11570 from JiayiFeng/dev_support_dynamic_size_recordio
...
make data_feeder support dynamic shape
7 years ago
gongweibao
25241e9e5e
Fix paddle env variables. ( #11564 )
7 years ago
Yancey1989
5c7d6a5594
update
7 years ago
Yancey1989
b54d1ba968
fix pserver sub-blocks
7 years ago
Yan Chunwei
d020d7fd29
add beam search doc ( #11469 )
7 years ago
chengduoZH
74d1bf4ad9
Add doc of data reader
7 years ago
Tao Luo
5972990295
Merge pull request #11523 from mozga-intel/mozga-intel/Gausian_random_mkldnn_layout
...
MKLDNN layout: Gaussian random layout
7 years ago
chengduoZH
7cd4d0ac21
add Doc fluid.Parameter, program and block
7 years ago
tensor-tang
64045c29c2
Merge pull request #11102 from mozga-intel/mozga-intel/Sum_mkldnn_layout
...
MKLDNN layout: Support for sum operator
7 years ago
Qiao Longfei
2074d36906
Merge pull request #11532 from jacquesqiao/add-none-layers-api-doc
...
Add none layers api doc
7 years ago
qingqing01
9c90dc9728
Make the CUDA kernel of concat correct and fix unit tests. ( #11541 )
...
* Make the CUDA kernel of concat correct and fix unit tests.
7 years ago
tangwei12
5600b13512
bug fix
7 years ago
fengjiayi
457d81bbc0
fix errors
7 years ago
yuyang18
706f383933
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-none-layers-api-doc
7 years ago
Yu Yang
9988f8ec27
Merge pull request #11559 from qingqing01/fluid_doc_profiler
...
Polish profiler Python API.
7 years ago
qiaolongfei
4aa5da0550
fix auc
7 years ago
Yu Yang
dad15b6e9a
Merge pull request #11563 from panyx0718/doc
...
Refine detection_map doc.
7 years ago
Qiao Longfei
4ec9ecae59
Merge pull request #11547 from jacquesqiao/support-ftrl-optimizer
...
add ftrl optimizer
7 years ago
qingqing01
c22ebb3bde
Expose crop op into Python API. ( #11546 )
7 years ago
mozga-intel
7b9aa60198
MKLDNN gausian_random tests
7 years ago
mozga-intel
b88cda84f4
MKLDNN sum unit-test
7 years ago
fengjiayi
dfe54a4fbe
update
7 years ago
fengjiayi
8cc249ef10
make data_feeder support dynamic shape
7 years ago
guosheng
f4bdfbc697
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search-dev
7 years ago
mozga-intel
96b4904d2f
MKLDNN layout: Support for sum operator
7 years ago
Qiyang Min
a29cb4be2a
Fix decay bug ( #11520 )
...
* Add sub_blocks of lr_decay_op to pserver_prog after distribute_transpiler
* Remove unused logs and logics
* 1. Add ops to new block (considering the nested block condition)
2. Follow the original hierarchy of blocks
3. Change the function's name and remove debug lines
7 years ago
Xin Pan
efcbe27263
Refine detection_map doc.
7 years ago
tensor-tang
e8f5757d66
Merge pull request #11525 from tensor-tang/refine/mem
...
refine the initial cpu memory flag for mkldnn
7 years ago
tangwei12
1571c25ae9
code style fix
7 years ago
fengjiayi
8746725a97
fix errors
7 years ago
tangwei12
7efd73ac53
code clean
7 years ago
Dang Qingqing
1473033fb3
Polish profiler Python API.
7 years ago
chengduoZH
527b22f2cb
Merge branch 'doc_framework' of https://github.com/JiayiFeng/Paddle into doc_framework
7 years ago
Tao Luo
210790d8c1
Merge pull request #11521 from luotao1/inference_doc
...
add doc for inference_transpiler
7 years ago
fengjiayi
6046ab5710
Add doc reference to Variable and Parameter
7 years ago
fengjiayi
8ea54e2f95
Add docs
7 years ago
yuyang18
1c19f1ab44
Do not change API in doc PR
7 years ago
tensor-tang
f1f8327c31
Merge remote-tracking branch 'ups/develop' into refine/mem
7 years ago
tangwei12
bccf8df51b
bug fix
7 years ago
qiaolongfei
fe5de04bde
optimize doc for MomentumOptimizer
7 years ago
yuyang18
7747e01b71
Polish LoDTensor API
7 years ago
chengduoZH
73f224d091
add Doc parallel exe
7 years ago
tangwei12
5250ca8c87
bug fux
7 years ago
chengduoZH
cfb4617beb
add Doc param attr
7 years ago
tangwei12
620698e7e6
bug fux
7 years ago
tangwei12
1296d96e2e
add raw clone
7 years ago
tangwei12
af0a6a149f
checkpoint notify
7 years ago
tangwei12
ae12281d9b
checkpoint notify
7 years ago
tangwei12
30880844bb
merge develop
7 years ago
qiaolongfei
6caea45941
add TestFtrlOptimizer
7 years ago
qiaolongfei
ca341db258
add FtrlOptimizer and it's doc
7 years ago
Yibing Liu
a523b6f49f
Add python api for argsort_op
7 years ago
qiaolongfei
4363d2e4bd
add doc for Inferencer
7 years ago
qiaolongfei
f69d2d9f75
add doc for L1DecayRegularizer and L2DecayRegularizer
7 years ago
qiaolongfei
5b6a48e77e
add doc for GradientClipByGlobalNorm
7 years ago
qiaolongfei
03f4beb877
add doc for ErrorClipByValue GradientClipByValue and GradientClipByGlobalNorm
7 years ago
Yibing Liu
7ca511e0c6
Merge branch 'develop' of upstream into argsort_dev
7 years ago
qiaolongfei
e3578ab14c
add doc for init_on_cpu
7 years ago
qiaolongfei
4907ed3e11
add doc for Constant Uniform and Normal initializer
7 years ago
qiaolongfei
323a048348
add doc for BilinearInitializer MSRAInitializer
7 years ago
qiaolongfei
86092a9704
add doc for XavierInitializer
7 years ago
qiaolongfei
69d568bd3c
add doc for DecayedAdagradOptimizer
7 years ago
qiaolongfei
1bee5129c9
add doc for AdamaxOptimizer
7 years ago
qiaolongfei
2053b6b756
add doc fo AdamOptimizer
7 years ago
yuyang18
ab210925b8
Add more docs
7 years ago
yuyang18
ea44157b09
Add APIs
7 years ago
qiaolongfei
156617d34b
polish doc of RMSPropOptimizer
7 years ago
qiaolongfei
5e8646ab30
add doc for AdagradOptimizer
7 years ago
yuyang18
f97c5d4c47
Trainer documentation
7 years ago
qiaolongfei
d2b791a0cc
add SGD and momentum optimizer doc
7 years ago
yuyang18
08995ac94d
Add program
7 years ago
yuyang18
958ab99ef8
Polish Non-Layer API
7 years ago
Yu Yang
16a0f746f8
Merge pull request #11383 from jacquesqiao/update-api-reference-1
...
update split_lod_tensor, create_array and array_length doc
7 years ago
qiaolongfei
46ae1c93c2
add doc for softmax
7 years ago
Yu Yang
ce60bbf506
Merge pull request #11314 from typhoonzero/fix_api_reference_docs
...
Fix api reference docs
7 years ago
Yu Yang
4360963e15
Merge pull request #11530 from reyoung/feature/static_rnn_memory_link
...
Hide StaticRNNMemory
7 years ago
yuyang18
7a56705e4a
polish doc
7 years ago
yuyang18
fda1a78844
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_api_reference_docs
7 years ago
qiaolongfei
b77c886ed4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
7 years ago
Yu Yang
e6654c1c1d
Merge pull request #11489 from wanghaoshuang/whs_doc1
...
Fix doc of warpctc, array_read, edit_distance and sequence_reshape.
7 years ago
yuyang18
811f5cca7e
Hide StaticRNNMemory
7 years ago
qiaolongfei
82a4cf1960
update image_resize_short and shape doc
7 years ago
Yu Yang
c2e8f40dcb
Merge pull request #11492 from dzhwinter/doc/api1
...
[API Reference] fix some typo in layers
7 years ago
yuyang18
24766a170d
Reformat nn.py
7 years ago
yuyang18
62bad2b475
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pr/11489
7 years ago
Yu Yang
20e5ef62e7
Merge pull request #11483 from wanghaoshuang/origin/whs_doc
...
Fix doc of relu, log and zeros.
7 years ago
Yu Yang
1171c2c57d
Merge pull request #11457 from JiayiFeng/dev_add_doc
...
Add API reference
7 years ago
qiaolongfei
d1a8498b22
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
7 years ago
tensor-tang
a0c5fd83b2
enable setting initial memory from env
7 years ago
chengduo
ea03a2287e
Merge pull request #11513 from chengduoZH/refine_conv3d_doc
...
Fix conv3d/conv3d_trans/slice/mean_iou Doc
7 years ago
qiaolongfei
a4ee0d0dd1
add reverse
7 years ago
qiaolongfei
bf3ff5b091
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
7 years ago
Kexin Zhao
3a25f21eae
Modify lod tensor doc based on new LoDTensor Python API ( #11253 )
...
* Modify lod_tensor.md and nn.py
* Modify control_flow.py doc
* undo change in lod_tensor.md
7 years ago
Kexin Zhao
417fcf4f43
Modify Pybind LoDTensor API according to length-based LoD ( #11106 )
...
* add lod_tensor util and modify pybind
* refind pybind LoDTensor API and modify LoDTensor and DataFeeder test
* fix test error
* fix detection map op test
* fix reorder_lod_tensor test
* fix seq_concat_op
* fix chunk evel op test
* fix target assign op
* fix warp ctc op
* address comments step 1: reverse reset_lod op
* step 2: modify op test
* add warning message
* remove has_valid_lod
* add back has_valid_lod
* address comments
* add exception catching trial
7 years ago
Wu Yi
53d1d0f0f2
add LARS support ( #10374 )
7 years ago
Yibing Liu
3438dfecce
Merge pull request #11491 from kuke/fix_docs
...
Fix some problems in api reference
7 years ago
Xin Pan
dadbe454d8
Merge pull request #11511 from panyx0718/doc2
...
Add doc for while and piecewise_decay op
7 years ago
Yibing Liu
2efb0e5b70
cased correction
7 years ago
Yibing Liu
68811bcb5d
Format the doc of layers.auc
7 years ago
Tao Luo
3a4b6cdaa0
Merge pull request #11488 from luotao1/softmax_doc
...
add doc of sequence_softmax and parallelDo
7 years ago
Luo Tao
cff5232e76
remove Non-ASCII character '\xc2'
7 years ago
Luo Tao
8c2a834ef3
add doc for inference_transpiler
7 years ago
tangwei12
985026ce42
add checkpoint_notify in python
7 years ago
Yibing Liu
bf5ce626c0
Merge branch 'develop' of upstream into fix_docs
7 years ago
Yibing Liu
316eb3e968
Add doc for layers.auc
7 years ago
fengjiayi
f6daab438d
fix a bug
7 years ago
Xin Pan
a219f3cc19
follow comments
7 years ago
fengjiayi
bcae8729ac
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_doc
7 years ago
dzhwinter
4970414b1c
Merge remote-tracking branch 'origin/develop' into doc/api1
7 years ago
Yibing Liu
cafdeb0a40
Fix docs for detection_output & target_assign
7 years ago
Xin Pan
4a0f3743c3
Refine API doc
7 years ago
qingqing01
566a940223
Implement a bilinear initializer for transposed convolution to do upsampling. ( #11404 )
...
* Implement a bilinear initializer for transposed convolution.
* Update some error message.
7 years ago
Luo Tao
8415e18b3f
Merge branch 'develop' into softmax_doc
7 years ago
qingqing01
cc1239ffc9
Update some doc about API reference. ( #11495 )
...
* Update some doc about layers' API.
* Fix format.
* Fix example bug in random_data_generator.
* Fix example bug in dropout.
* Follow comments and some small fix for some examples.
7 years ago
fengjiayi
29ddf6c5d8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_doc
7 years ago
chengduo
fd77126938
Merge pull request #11512 from JiayiFeng/skip_all_tests_of_parallel_executor_crf
...
skip all tests in tests_parallel_executor_crf
7 years ago
wanghaoshuang
f24dec7136
Change 'layers' to 'fluid.layers'
7 years ago
qiaolongfei
5b50307bf8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
7 years ago
qiaolongfei
6ace04f655
update
7 years ago
Xin Pan
11f31d1e82
follow comments
7 years ago
Tao Luo
5ea039b3c1
Merge pull request #11470 from typhoonzero/fix_unitests
...
Fix dist ut
7 years ago
chengduoZH
7b82353010
fix conv3d/conv3d_trans/slice/mean_iou doc
7 years ago
Tao Luo
916e863f85
Merge pull request #11504 from reyoung/feature/polish_generate_fn
...
Polish inline math and duplicable/optional in auto generated doc
7 years ago
dzhwinter
7ad46ec03c
"show example"
7 years ago
fengjiayi
b00fbd962c
fix error
7 years ago
Yibing Liu
67dc5c7f8a
Polish the doc of nce layer
7 years ago
dzhwinter
6ac8383f28
"fix based comments"
7 years ago
yi.wu
f63d071c8e
gen rst
7 years ago
fengjiayi
35f64cb905
skip all tests in tests_parallel_executor_crf
7 years ago
Xin Pan
bc46c52776
Add doc for while op
7 years ago
qiaolongfei
1c9fc655d0
update
7 years ago
weixing02
ee13b396f2
fix some errors
7 years ago
dzhwinter
0d86f13ce2
"fix math"
7 years ago
yuyang18
3571df8755
Remove unused '\n' in comments
7 years ago
Luo Tao
1958654d6f
refine \odot in elementwise_mul
7 years ago
wanghaoshuang
cd5d7704f7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into origin/whs_doc
7 years ago
dzhwinter
f2c9c33f15
"fix lrn"
7 years ago
qiaolongfei
e2783bb6af
update split_lod_tensor doc
7 years ago
Yibing Liu
fd87c0e709
Fix cast layer's doc
7 years ago
tensor-tang
0329ee7496
Merge pull request #11497 from tensor-tang/doc
...
Doc update
7 years ago
Luo Tao
1e2acd9796
refine ParallelDo doc
7 years ago
yi.wu
6588d2e9a8
complete dist transpiler doc
7 years ago
Yibing Liu
fbddb8e4bf
Merge branch 'develop' of upstream into fix_docs
7 years ago
Luo Tao
21b98d2915
Merge branch 'develop' into softmax_doc
7 years ago
qiaolongfei
9de779f1cf
update switch class
7 years ago
QI JUN
34ac0eb8e6
enhance memory optimization transpiler to support user defined skip_opt_set ( #11372 )
...
* fix mac build error
* enhance memory optimize transpiler to let users set to some skip opt set of variables
7 years ago
dzhwinter
541ddf7e24
squash to one pr
7 years ago
dzhwinter
6e3d168b9d
"fix latex"
7 years ago
qiaolongfei
3a25ceebf2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
7 years ago
dzhwinter
dd711c3754
"add beam search"
7 years ago
Yu Yang
745ea4dcf0
Merge pull request #11354 from reyoung/feature/polish_doc
...
Polish documentation
7 years ago
dzhwinter
dbe0fe6d18
'fix typo'
7 years ago
yi.wu
9397a2e0c8
fix format
7 years ago
dzhwinter
1f38cbf79b
"fix some typo"
7 years ago
yuyang18
96e4663916
Polish inline math and duplicable/optional in auto generated doc
7 years ago
yi.wu
3380737cb7
update by comment
7 years ago
fengjiayi
d684b49cb0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_doc
7 years ago
fengjiayi
d91060d300
fix errors
7 years ago
weixing02
8bd148dc00
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into hsigmoid_op
7 years ago
Yibing Liu
0b063e5e57
Fix one_hot layer's doc
7 years ago
dzhwinter
45f18b0062
Merge remote-tracking branch 'origin/develop' into doc/api1
7 years ago
Xin Pan
261d5f0232
Merge pull request #11409 from panyx0718/doc
...
Add API docs.
7 years ago
chengduo
f4dce5674d
Merge pull request #11437 from chengduoZH/Add_conv3d_Python_API
...
Add conv3d/pool3d/conv3d_trans Python API
7 years ago
Luo Tao
caf6914fad
add doc of sequence_softmax and parallelDo
7 years ago
tensor-tang
98ab2b403e
polish doc: softshrink, assign, shuffle
7 years ago
tensor-tang
f9bebfe430
polish doc: lod_rank_table, embedding
7 years ago
tensor-tang
acdb57a510
polish doc: conv2d
7 years ago
Yibing Liu
80ccabbfa7
Fix typos in reduce_mean's doc
7 years ago
Yibing Liu
bff4cec3b3
Format lod_reset's doc
7 years ago
dzhwinter
16a3d88a20
fix typo
7 years ago
Yibing Liu
fbbac50510
Fix typos and format problems in smooth_l1's doc
7 years ago
wanghaoshuang
b44b915bda
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into origin/whs_doc
7 years ago
fengjiayi
a6e69d3cc1
Add doc for 'batch'
7 years ago
tangwei12
8a178165a6
add lookuo table in python
7 years ago
wanghaoshuang
c43edffb8b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into whs_doc1
7 years ago
wanghaoshuang
297a16986d
Fix doc of warpctc, array_read, edit_distance and sequence_reshape.
7 years ago
Tao Luo
d516ace94d
Merge pull request #11364 from jshower/develop
...
Correct the use of the lstm layer
7 years ago
wanghaoshuang
b3cb536402
Fix doc of relu, log and zeros.
7 years ago
chengduoZH
85f59317fb
Merge bt push branch 'develop' of https://github.com/PaddlePaddle/Paddle into Add_conv3d_Python_API
7 years ago
yi.wu
40c631e554
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_unitests
7 years ago
yi.wu
44925eb4c2
fix dist ut
7 years ago
yuyang18
055df47035
Polish code
7 years ago
yuyang18
cbc1b7f1ce
Polish documentation
7 years ago
Luo Tao
10e21b7715
set test_parallel_executor_crf serial
7 years ago
fengjiayi
8a136d142f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_doc
7 years ago
qiaolongfei
2f9ed97eb6
follow comment
7 years ago
fengjiayi
980499faf1
fix errors
7 years ago
fengjiayi
b69a32933f
Merge pull request #11448 from JiayiFeng/fix_random_crop_api
...
fix a small error
7 years ago
tangwei12
a895916274
[wip] add load lookup table in io and trianer
7 years ago
qiaolongfei
62bf672edd
update document for Switch
7 years ago
chengduoZH
cb7ca1c211
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into Add_conv3d_Python_API
7 years ago
qiaolongfei
21ecd357cf
little optimize
7 years ago
qiaolongfei
0ae6709174
update document
7 years ago
whs
6fcdb240fa
Add mean IOU op. ( #10519 )
...
* Add mean_iou op.
* Add unitest for mean iou op.
* Add optional collections of confusion matrix and mean_iou.
* Fix cuda kernel.
* Refine code.
1. Merge computing in GPU to two kernel.
2. Use wrong array and correct array instead of confusion matrix.
* Add python api and fix cuda kernel.
* Fix comments.
* Small fix.
* Small fix.
7 years ago
guosheng
49ca424d6e
Fix src_idx out of range in beam_search_op
7 years ago
fengjiayi
0ac03ae723
fix
7 years ago
tangwei12
41701969a9
[wip] ckpt m2 develop
7 years ago
qiaolongfei
76129f0331
update comment
7 years ago
chengduoZH
9b13b4c0d2
Add doc
7 years ago
yi.wu
a83b792ada
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_api_reference_docs
7 years ago
yi.wu
c58ba827bb
update
7 years ago
qiaolongfei
fd9b650d7f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
7 years ago
yuyang18
674327a4b1
Polish several API
7 years ago
yuyang18
ce6394ed73
Polish example
7 years ago
Xin Pan
c1843fd2ae
improve
7 years ago
chengduoZH
2183d01799
Add pool3d and conv3d_trans Python API
7 years ago
chengduoZH
3ab32532d5
Add conv3d Python API
7 years ago
Qiao Longfei
7c426be98c
Merge pull request #11342 from jacquesqiao/add-merge-splited-ids
...
Add merge_ids_op
7 years ago
guosheng
6e38cc337d
Fix the beam_search in test_machine_translation.py
7 years ago
fengjiayi
29bf727e2a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_doc
7 years ago
weixing
d3b0129ccf
Merge pull request #11427 from weixing02/gen_doc
...
fix doc generating error
7 years ago
weixing
6de9d43204
Merge pull request #11424 from weixing02/fix_doc_err
...
fix errors
7 years ago
fengjiayi
c6c9c657e0
update doc
7 years ago
weixing02
e140d5a15b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gen_doc
7 years ago
weixing02
7f32e12b7e
Fix some v2 doc warnings
7 years ago
chengduo
b4dfd08004
Merge pull request #11402 from chengduoZH/refine_batch_func
...
Change drop_last defalut value
7 years ago
yuyang18
b9843abb61
Polish comsum, DynamicRNN
7 years ago
weixing02
6f7f8b4f0e
fix errors
7 years ago
qiaolongfei
cdd55dbcaa
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-merge-splited-ids
7 years ago
guosheng
35e32a8e15
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search
7 years ago
Yancey
14e833761b
expose h0 in dynamic_lstm ( #11391 )
...
* expose h0 in dynamic_lstm
* update by comment
* update by comment
* h0 to H0
7 years ago
yuyang18
54002c3bab
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/polish_doc
7 years ago
yi.wu
343c1957bd
let test run only one pass
7 years ago
chengduoZH
0a46de4a3c
fix unit test
7 years ago
Yibing Liu
28a0ac535a
Merge branch 'develop' of upstream into argsort_dev
7 years ago
guosheng
92a7766ecb
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search
7 years ago
guosheng
592f84a4af
Complete the docs of beam_search_op, beam_searc_decode_op and the python wrapper
7 years ago
Xin Pan
9185579c45
follow comments
7 years ago
typhoonzero
e7f820762a
small fix
7 years ago
Yibing Liu
94e72ea6e7
Support more negative axes in argsort_op
7 years ago
Xin Pan
5d0bf8bc8f
Add API docs.
7 years ago
qiaolongfei
d76f8a8f5d
refine doc of polynomial_decay
7 years ago
qiaolongfei
dde0a28073
add doc for Switch
7 years ago
qiaolongfei
f3e631cd9e
small update
7 years ago
qiaolongfei
b645dfacaf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
7 years ago
qiaolongfei
d82422997a
add doc for batch norm
7 years ago
chengduoZH
c34945800e
change drop_last defalut value
7 years ago
yuyang18
ff55d4c593
Polish documents
...
* less_than
* cumsum
* multiplex
* open_recordio_file
7 years ago
yi.wu
7b54b30be5
follow comments
7 years ago
yi.wu
1457be3e7b
fix_api_reference_docs
7 years ago
qiaolongfei
4d0fd7e725
add API reference for create_tensor
7 years ago
yi.wu
3bb8699498
support running test with reader
7 years ago
qiaolongfei
f031555cfb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-merge-splited-ids
7 years ago
Qiao Longfei
431491a2a8
Merge pull request #11366 from jacquesqiao/refine-prefetch
...
Refine prefetch
7 years ago
qiaolongfei
2c1e2caa7d
update document
7 years ago
qiaolongfei
8e19c324ab
update split_lod_tensor, create_array and array_length doc
7 years ago
Tao Luo
ca4d528b35
Merge pull request #11369 from luotao1/refine_doc
...
refine docs of elementwise_op etc.
7 years ago
Wu Yi
5100c4c3aa
Enable docstring checker and fix comments ( #11351 )
...
* enable docstring checker and fix comments
* update
* update by comments
* fix build
7 years ago
qiaolongfei
2b9ff39f5f
fix the default value prefetch_var_name_to_block_id
7 years ago
qingqing01
19fd071785
Make the normalization operator more general and fix bug in l2_normalize. ( #11348 )
...
* Add normalization operator.
1. Refine the raw norm_op and let it more general to support to normalize Tensor along any axis.
2. There is a bug in l2_normalize API, which lacks sqrt after `reduce_sum`.
3. Use norm_op to refine the l2_normalize API.
4. Fix bug in test_normalization_wrapper.py.
7 years ago
whs
adc09087c1
Add slice op. ( #11052 )
...
* Add slice op.
* Remove using from header file and fix doc.
* Fix doc
* Small fix.
7 years ago
qiaolongfei
6dd3f3cf27
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-merge-splited-ids
7 years ago
qiaolongfei
16658f7b59
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine-prefetch
7 years ago
qiaolongfei
fe65064827
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine-prefetch
7 years ago
Luo Tao
7bdb573d79
update with comments
7 years ago
Luo Tao
7694199050
refine docs of elementwise_op etc.
7 years ago
jshower
22f80cc536
code sytle
7 years ago
chengduoZH
173d72b481
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into enable_cpu_on_pe
7 years ago
chengduoZH
aadaadf735
replace use_event with use_cuda, because use_event means the program running with CUDA, so use_cuda maybe more intuitive.
7 years ago
gongweibao
627d7a64f8
Clean `sendop` `recv` operator. ( #11309 )
7 years ago
Qiyang Min
1cfd3cb13b
Add some dist-training robust cases into fluid benchmark test ( #11207 )
...
* 1. add weight decay feature into fluid benchmark test
2. add learning rate decay feature into fluid benchmark test
3. add L1&L2 regularization feature into fluid benchmark test
4. add error clipping feature into fluid benchmark test
5. add gradient clipping feature into fluid benchmark test
* Add some document to README.md under benchmark/fluid/ repo
* Add model_base.py
* Fix bugs in test_listen_and_serv_op
* 1. remove args out of fluid_benchmark.py
2. remove lr_decay, regularization, clipping out of fluid_benchmark.py
* add async_mode description to doc and remove the clipping description out
* for restart build
* to restart build
* remove optimization args from args.py
* 1. remove optimization from models
2. fix bug in test_listen_and_serv_op
* change the name retry_times to left_time
* change retry_times to the pserver start left time
7 years ago
yuyang18
2955ff5887
Polish documentation
...
* row_conv
* uniform_random
* layer_norm
* create_parameter
* hard_shrink
* ssd_loss
7 years ago
qiaolongfei
0d3d4ae775
refine prefetch logic
7 years ago
chengduoZH
7b723839ef
Add cpu test for parallel_executor_crf executor_fetch_feed, and enable these tests
7 years ago
jshower
451bc3a7bd
Correct the use of the lstm layer
7 years ago
yi.wu
e2433207d3
update
7 years ago
yi.wu
ff4efb84d9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_api_reference_docs
7 years ago
sneaxiy
831909ce69
Merge pull request #11313 from sneaxiy/argmin_argmax
...
Add argmin and argmax op
7 years ago
chengduoZH
d24e046c1e
fix allReduce bug
7 years ago
Tao Luo
69b5a62c65
Merge pull request #11319 from luotao1/mkldnn
...
add FLAGS_use_mkldnn to global control use_mkldnn
7 years ago
chengduoZH
a57e8a4338
add cpu test
7 years ago
Yu Yang
9328c3cf7b
Merge pull request #11308 from reyoung/feature/polish_api_ref
...
Simplize API Reference Documentation
7 years ago
Luo Tao
79d555b9f2
Merge branch 'develop' into mkldnn
7 years ago
qingqing01
59e10922b4
Expose maxout Python API. ( #11278 )
...
* Expose maxout API.
* Fix code style.
7 years ago
qiaolongfei
eccf0d5e19
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-merge-splited-ids
7 years ago
qiaolongfei
a941786393
replace concat_op with merge_ids_op
7 years ago
qiaolongfei
509cb0bc76
add unit test, pass the unit test
7 years ago
Wu Yi
b7c683b892
Merge pull request #11326 from jacquesqiao/fix-distribute_transpiler
...
fix distribute_transpiler
7 years ago
chengduoZH
495368c243
ADD CPU_NUM
7 years ago
chengduoZH
d09fd1f6f0
test seresnext
7 years ago
chengduoZH
5a3c8bf813
fix in c++ side
7 years ago
tangwei12
bf2c53ae0a
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into new_api_about_cpkt
7 years ago
qiaolongfei
bf03a2094b
fix distribute_transpiler
7 years ago
chengduoZH
a56dcf5159
fix parallel_executor.py and xx_mnist.py
7 years ago
guochaorong
eced973091
Merge pull request #11317 from guochaorong/fix_bad_code
...
Fix bad code in c plus and python
7 years ago
Jeff Wang
637827a5bc
Use for_test=True in the Fluid Trainer to clone the test program ( #11323 )
...
* Use for_test=True in the Fluid Trainer to clone the test program
* fix typo
* Should do the samething to the inferencer
7 years ago
Siddharth Goyal
52e2eb65b9
Fix function in fit-a-line with new API ( #11020 )
7 years ago
tangwei12
5c8397a88f
remove chief in test
7 years ago
Luo Tao
c6d230e03e
add FLAGS_use_mkldnn to global control use_mkldnn
7 years ago
guochaorong
cde7db85b3
fix bad code in python
7 years ago
yi.wu
efcff3d9e5
polish api ref docs
7 years ago
yuyang18
dd26329b3c
Remove return types
7 years ago
yuyang18
8c9041f486
Refine LinearCRF
7 years ago
sneaxiy
568c4e5ec4
recommit using account sneaxiy
7 years ago
yi.wu
5be454bf33
polish docs
7 years ago
yuyang18
0d29e65924
Add resize_bilinear
7 years ago
guosheng
5e20a8ef93
Make python unit test of beam_search_op and beam_searc_decode_op run correctly
7 years ago
yuyang18
439a265760
Better trim dot
7 years ago
yuyang18
b000e0de5d
Simplize API Reference Documentation
7 years ago
fengjiayi
b587a7f66e
Merge pull request #11293 from JiayiFeng/update_crop_op
...
Update crop op
7 years ago
Yu Yang
8deff48db0
Merge pull request #11081 from reyoung/feature/python_doc
...
Add document to random crop operator
7 years ago
Yu Yang
71988fa398
Merge pull request #11287 from reyoung/feature/remove_op_role_from_doc
...
Do not generate doc for op_role and op_attr_name
7 years ago
fengjiayi
24649a780d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update_crop_op
7 years ago
Wu Yi
635099c162
Merge pull request #11121 from typhoonzero/fluid_benchmark_support_recordioreader
...
Fluid benchmark support recordio reader
7 years ago
fengjiayi
9c61409a18
Make crop op supporting taking offsets as one of its inputs
7 years ago
dzhwinter
f7c96f079b
Big data op_test benchmark, for checking output consistent in different runs. ( #10646 )
...
* "init benchmark ops"
* "untrack outputs"
* "delete some usused code"
* "benchmark"
* "fix ci"
* "fix op test"
* "fix uint16 missing"
* "fix ci"
* "follow comments"
* "fix ci"
* "follow comments"
* "conficts. merge develop branch"
* repick
* "merge develop branch"
7 years ago
yuyang18
2dd66ef65e
Do not generate doc for op_role and op_attr_name
7 years ago
tangwei12
9e026a93cf
remove chief
7 years ago
yuyang18
59d75bda74
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/python_doc
7 years ago
fengjiayi
50104f18c7
Merge pull request #11230 from JiayiFeng/add_broadcast_test
...
Add unittests to check channelwise add
7 years ago
fengjiayi
65a94be1a1
Merge pull request #11223 from JiayiFeng/dev_reverse_op
...
Add reverse op
7 years ago
weixing
d02b318c19
Merge pull request #11201 from weixing02/format
...
Fix formula display error
7 years ago
dzhwinter
d050360a74
"reduce test input data size to accelerate ci" ( #10831 )
7 years ago
tangwei12
7fbddaa64a
bug fix
7 years ago
yi.wu
29b32b8075
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fluid_benchmark_support_recordioreader
7 years ago
fengjiayi
ba773fc9f8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_broadcast_test
7 years ago
fengjiayi
ea73fb8416
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_reverse_op
7 years ago
tangwei12
cb7c1245b3
code optimized
7 years ago
tangwei12
2f44585e83
code optimized
7 years ago
guosheng
741046e8ea
Fix and enhance beam_search_op and beam_searc_decode_op to be comparable with python beam search
7 years ago
yuyang18
df681fd4e0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/python_doc
7 years ago
fengjiayi
42d7174778
refine API
7 years ago
yi.wu
92c61ce8fc
disable test listen and serv
7 years ago
fengjiayi
e819f1b3a5
Add unittests to check channelwise add
7 years ago
yi.wu
000c80a14a
disable failed tests
7 years ago
Yancey1989
05b6aa1805
increase dist unit test timeout
7 years ago
fengjiayi
9dc3ed4019
Merge pull request #11198 from JiayiFeng/dev_resize_short
...
Add image_resize_short and refine resize API
7 years ago
fengjiayi
aa9383f3b0
Add unit tests
7 years ago
Yancey1989
cdb705d193
fix mnist dataset md5
7 years ago
yi.wu
8893cf1262
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fluid_benchmark_support_recordioreader
7 years ago
dzhwinter
7971d4a310
Feature/deterministic ( #11205 )
...
* "fix deterministic"
* "fix ci"
* "fix init"
7 years ago
tangwei12
53409a29d8
code optimized
7 years ago
tangwei12
f28f41dbcd
update io.py annotations and codes
7 years ago
tangwei12
6db240d78b
update trainer about epoch_id and step id
7 years ago
Yancey1989
df7a1471fd
fix fetch mnist dataset failed
7 years ago
Yuan Gao
666c94e3be
Add default prior box var for box_coder_op ( #11164 )
...
* add normalize switch to box_coder_op
* add default prior box var
* update according to the review
7 years ago
weixing02
246f613538
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into format
7 years ago
weixing02
b6aa7bd093
Fix format display error
7 years ago
tangwei12
3b5e3f9be4
update checkpoint unittest
7 years ago
fengjiayi
f3db005c4a
fix errors
7 years ago
Yancey1989
a158bd9173
fix ci
7 years ago
tangwei12
eea5762e26
add checkpoint unittest
7 years ago
fengjiayi
e1599eb349
Add image_resize_short and refine API
7 years ago
Yancey1989
e896926b9c
add unit test for dist mnist
7 years ago
yi.wu
a28a462e19
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fluid_benchmark_support_recordioreader
7 years ago
tangwei12
9735f25011
optimized
7 years ago
whs
c8d6c1d09c
Auto generate python api for polygon_box_transform op. ( #11074 )
...
* Auto generate python api for polygon_box_transform op.
* Add unitest.
7 years ago
Kexin Zhao
5713a0bf5e
fix lodtensor api in memory opt machine trans ( #11171 )
7 years ago
Siddharth Goyal
99a5a3d8d3
Fix optimizer in remaining chapters with high level API ( #11172 )
7 years ago
Siddharth Goyal
a4237171a5
Modify optimizer in new API to support more usecases ( #11168 )
...
* Modify optimizer in new API to support more usecase
* Modify CMake to include only modified examples
7 years ago
Yibing Liu
4760f2851e
Add the argsort operator
7 years ago
tangwei12
bfdcf18707
grammar optimized.
7 years ago
yi.wu
9d3114c8c9
fix transpiler error
7 years ago
Yancey
2a5cb2ec79
Merge pull request #11066 from Yancey1989/dist_recordio
...
support recordio in dist train
7 years ago
tangwei12
08e5f0ae48
rename need_load_checkpoint to get_latest_checkpoint_serial
7 years ago
tangwei12
c06f43bbb6
add annotation about _is_checkpoint_var
7 years ago
Yancey
524c81e532
Merge pull request #11126 from Yancey1989/polish_test_listen_and_serv_op
...
speedup test_listen_and_serv_op
7 years ago
Yancey
bd0f8f8d52
Merge pull request #11054 from velconia/update_simple_distranspiler
...
Merge simple_dist_transpiler.py into distribute_transpiler.py
7 years ago
Yancey1989
7f5eb9f687
update by comment
7 years ago
Yancey1989
7218f4feb2
update by comment
7 years ago
Yuan Gao
d3e99aeec3
add normalize switch to box_coder_op ( #11129 )
7 years ago
minqiyang
0ed461df70
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update_simple_distranspiler
7 years ago
Yancey1989
8939f17d30
sppedup test_listen_and_serv_op
7 years ago
baiyf
663f4e6168
Fix bilinear_op Python API ( #11117 )
...
* fix conflict
* code clean
7 years ago
yi.wu
47630a4a9e
fluid benchmark support recordio reader
7 years ago
chengduo
6915d51c14
Merge pull request #11062 from chengduoZH/refine_batch_py
...
Drop the last batch, if the size of last batch is not equal to batch_size.
7 years ago
Yancey1989
8855d4a755
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into dist_recordio
7 years ago
minqiyang
eacac49bcd
1. update test_split_var: replace split with slice
7 years ago
whs
86d8659c8d
Add python wrapper for gather op. ( #11033 )
...
* Add python wrapper for gather op.
* Add unitest for 'rank==1' and fix comments.
* Fix comments.
7 years ago
whs
28dc9ba3c1
Add shape op to get the shape of variable. ( #11048 )
...
* Add shape op to get the shape of variable.
* Rename get_shape to shape.
* Add checker for output and fix comments.
7 years ago
tangwei12
773403480b
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into new_api_about_cpkt
7 years ago
minqiyang
b33ea7be2d
1. change the variable name from align_var_to_block to slice_var_up
...
2. replace split_method with slice_var_up in func init_splited_variables
7 years ago
whs
85c203b117
Make bilinear_interp_op support attrs from input. ( #11041 )
...
* Make bilinear_interp_op support attrs from input.
* Fix python api.
7 years ago
Yancey1989
f9556dca51
use open_files reader to read multiple files
7 years ago
tangwei12
55d908c9c0
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into new_api_about_cpkt
7 years ago
tangwei12
7973d9b4b5
bug fix
7 years ago
minqiyang
9d92dcea0a
1. import fluid to dist transpiler test
7 years ago
minqiyang
e90bfd562b
1. Make a base unittest class for dist transpiler unittest
...
2. Merge the develop repo
7 years ago
qiaolongfei
2f5bc5e02d
fix transpiler package
7 years ago
Qiyang Min
b31647c67d
Merge branch 'develop' into update_simple_distranspiler
7 years ago
yuyang18
018d411075
Remove unnecessary func name
7 years ago
yuyang18
7c00e164e5
Add More comments
7 years ago
yuyang18
f9d93bfde1
Add document to random crop operator
7 years ago
Wu Yi
d90610624f
Cleanup transpiler and move weight decay and clip on pservers ( #11039 )
...
* WIP move weight decay
* weight decay ok
* wip
* clean up transpiler
* add details folder
* update
* fix split var test
* follow comments
7 years ago
weixing02
2a1fc03e8e
Add hsigmoid
7 years ago