qingqing01
873a50ce35
Fix serious bug in nesterov momentum optimizer. ( #12231 )
...
* Fix serious bug in nesterov momentum optimizer.
7 years ago
Wu Yi
d8d35a0b3c
Add se-resnext test for 2x2 and parallel exe ( #12194 )
...
* wip add se-resnext test for 2x2 and parallel exe
* testing
* finish dist unitest 2x2
* update python interp
* fix gpu number
* make this test can run in parallel
7 years ago
Yu Yang
b06309381b
Merge pull request #12149 from reyoung/feature/combine_open_files_and_double_buffer
...
Change and polish readers
7 years ago
chengduo
a3ac54b672
Fix Reduce functor ( #12262 )
...
* Fix Reduce and Gather
* Fix unit test
7 years ago
qingqing01
7219676ed3
Hide some API in control_flow.py ( #12226 )
7 years ago
Qiao Longfei
2b58c62aa0
Update auc op ( #12199 )
...
fix AUC op
optimize it's test
7 years ago
fengjiayi
977764f28c
Fix the other lr_decay
7 years ago
fengjiayi
381bacaa49
Fix piecewise_decay and fix a unittest error
7 years ago
Qiyang Min
982d4230b9
Merge pull request #12145 from velconia/update_version_via_branch_name
...
Update version via branch name
7 years ago
tangwei12
1dd14a704d
bug fix
7 years ago
Yancey1989
efd5a84986
update executor interface
7 years ago
yuyang18
7268760fbc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
7 years ago
Tao Luo
3694fd5c4a
Merge pull request #12109 from emailweixu/cpu_only
...
Fixed unittests for WITH_GPU=OFF and WITH_DISTRIBUTE=OFF build
7 years ago
Qingsheng Li
ac11c4e4ff
Beam search decoder API ( #11687 )
...
* Added beam search API to fluid/contrib
* Change as review comments
* API.spec change
* Doc updated
7 years ago
Yancey1989
ade6675490
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into rpc_complete_interface
7 years ago
yuyang18
e9c8d930a5
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
7 years ago
Tao Luo
1640334241
Merge pull request #12215 from luotao1/clone_var
...
fix _clone_variable in optimizer.py
7 years ago
yuyang18
10b3cbfb8d
Fix CI hang
7 years ago
Luo Tao
e33017f23e
fix _clone_variable in optimizer.py
7 years ago
Yancey1989
7570d8e77c
add rpc complete interface
7 years ago
yuyang18
b789a3a484
Change code
7 years ago
Xin Pan
7ceec40360
hide more apis
7 years ago
yuyang18
be528f9815
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
7 years ago
Xin Pan
968922bd6c
Merge pull request #12154 from panyx0718/api
...
hide monkey_patch_variable
7 years ago
Xin Pan
e91e29439f
trigger CI
8 years ago
Wu Yi
db67d60e31
Remove block api ( #12107 )
...
* remove block api
* remove clone_variable
* hide block inner apis
* update
* fix tests
8 years ago
typhoonzero
32d81909dc
fix pserver with condition block
8 years ago
Wei Xu
264e8305b0
Fixed unittests for WITH_GPU=OFF and WITH_DISTRIBUTE=OFF build
8 years ago
minqiyang
3e30d4013a
Remove unsued lines
8 years ago
gongweibao
7040c67920
Change blocksize ( #11863 )
8 years ago
Wu Yi
c5619bbcde
fix auc op ( #12087 )
...
* fix auc
* update
* update
* fix compile
* fix param name
* add doc string
* fix test
8 years ago
Xin Pan
077aa207e4
hide monkey_patch_variable
8 years ago
minqiyang
8fa89fc678
Polish code
8 years ago
tangwei12
f02a4da6cd
Merge pull request #12152 from seiriosPlus/dis_acc_fix
...
slice_var_up=False fix
8 years ago
seiriosPlus
8f9e23da23
codestyle fix
8 years ago
seiriosPlus
56ad065a97
codestyle fix
8 years ago
chengduo
325fbc4f1b
Add learning rate decay test ( #12124 )
...
* Add learning rate decay test
* fix test name
* doesn't share @LR_DECAY_COUNTER@
8 years ago
seiriosPlus
0f3aa74d11
fix split_var=False
8 years ago
seiriosPlus
d559970a2c
remove split_var=False, need more experiment
8 years ago
yuyang18
61b3a5977f
Refine Python Reader
8 years ago
yuyang18
c204f0cc2b
Refine PyReader
8 years ago
yuyang18
6a46c0798e
Polish PyReader
8 years ago
yuyang18
b8975d6842
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
8 years ago
yuyang18
d36e13efd8
Merge branch 'feature/add_pyreader_demo' into feature/combine_open_files_and_double_buffer
8 years ago
yuyang18
1478a5fc0b
Make open_files use buffer
8 years ago
tangwei12
4bd64781ca
fix distribued transpile when slice_var_up=False
8 years ago
minqiyang
a90f83775e
Add version test
8 years ago
yuyang18
ab1a6cb8b8
Remove warning
8 years ago
yuyang18
392318045f
Merge branch 'feature/dctor_all_readers' into feature/combine_open_files_and_double_buffer
8 years ago
yuyang18
fecbe52200
Rewrite open_files
8 years ago
Yu Yang
ba997b8ccd
Merge pull request #12097 from reyoung/feature/hide_api_cont
...
Hide internal API of LoDTensors, Clipping, etc.
8 years ago
yuyang18
c680bc1d7f
Rewrite DoubleBuffer
8 years ago
yuyang18
c9cf2bdb9c
Dctor cache
8 years ago
yuyang18
7ca8528031
Refine pyreader demo
8 years ago
yuyang18
e8eb81ca28
Just train two batch
8 years ago
yuyang18
bcb1516d11
Run test startup
8 years ago
chengduo
86b0a72576
Refine multi thread cpu parallel exe ( #11406 )
...
* refine multi-thread CPU Parallel exe
* refine multi thread CPU Parallel exe
* Refine CPU version for ParallelExecutor
* add share_parameter_between_cards_
* Fix ParallelExecutor bug
* Fix unit test
* Fix parameter opt balance
* Fix with opti (param->grad)
* Add grad to op var
* Remove shard_param_between_cards
8 years ago
yuyang18
6e38de1ce2
Strange Hang problem
8 years ago
yuyang18
8c2eba71e2
Refine demo
8 years ago
yuyang18
9a570fb95e
Add demo code about pyreader
8 years ago
Yu Yang
76086df412
Merge pull request #12097 from reyoung/feature/hide_api_cont
...
Hide internal API of LoDTensors, Clipping, etc.
8 years ago
Qiao Longfei
2cb5c3556b
Merge pull request #12129 from jacquesqiao/clean-code
...
simpilify distribute transpiler
8 years ago
yuyang18
4ff1bde5fb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/hide_api_cont
8 years ago
qiaolongfei
600f5f0b49
simpilify distribute transpiler
8 years ago
Yu Yang
ebe3b5e78a
Merge pull request #11853 from sneaxiy/complete_py_reader_python
...
Add Python Reader Op (Python side and unittests)
8 years ago
qiaolongfei
4344e571a7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into distribute-transpiler-handle-adam-accumulator
8 years ago
sneaxiy
88f6eef4ab
Merge branch 'complete_py_reader_python' of https://github.com/sneaxiy/Paddle into complete_py_reader_python
8 years ago
qiaolongfei
2d2e813dd2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
8 years ago
Qingsheng Li
72ce4d568e
Fix transpiler API ( #12119 )
8 years ago
qiaolongfei
9708e2e571
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
8 years ago
fengjiayi
5f8ff63bfe
Merge pull request #12069 from JiayiFeng/add_reader_reset_tests
...
add unittests for Reader ResetAll
8 years ago
qiaolongfei
39d88ebc02
Merge branch 'fix-optimizer-accumulator' of ssh://github.com/jacquesqiao/Paddle into distribute-transpiler-handle-adam-accumulator
8 years ago
qiaolongfei
3748aa4ee7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
8 years ago
qiaolongfei
5c12c5eb42
update distribute transformer for adam and adamax optimizer
8 years ago
tangwei12
10737ed9ce
Merge pull request #12067 from seiriosPlus/ckpt_new_api
...
Ckpt new api
8 years ago
Guo Sheng
da3f766821
Merge pull request #12088 from guoshengCS/complete-hsigmoid
...
Complete hsigmoid_op
8 years ago
tangwei12
c210add5e8
remove ut, will fix it later
8 years ago
Yancey
3c4f04b767
Merge pull request #12112 from Yancey1989/rpc_deadline_effect
...
fix FLGAS_rpc_deadline does not effect
8 years ago
tangwei12
2bd7fe5add
Merge branch 'Pdv' into ckpt_new_api
8 years ago
qiaolongfei
55aea98209
update test_optimizer
8 years ago
sneaxiy
e40905daed
Merge branch 'complete_py_reader_python' of https://github.com/sneaxiy/Paddle into complete_py_reader_python
8 years ago
Yancey1989
bbd53131f0
update
8 years ago
sneaxiy
31c7f6b968
Merge branch 'develop' into complete_py_reader_python
8 years ago
qiaolongfei
2ce1ed3dbd
add optimized_guard for ModelAverage
8 years ago
qiaolongfei
971cf70517
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
8 years ago
qiaolongfei
d8220ccb91
add optimized_guard for optimizer finish_update
8 years ago
guosheng
4ee069fdba
Fix the HierarchicalSigmoidGradOpKernel and refine the codes. Now hsigmoid_op is same with V2 implementation and can pass gradient check.
8 years ago
yuyang18
4dccb58483
Hide clip APIs
8 years ago
yuyang18
0c8f69c370
Hide more APIs
8 years ago
yuyang18
6eba4b32ce
Fix unittests after hide APIs
8 years ago
tangwei12
5137f62859
bug fix
8 years ago
chenweihang
938319bbd2
Merge branch 'develop' into unsqueeze_op
8 years ago
Yibing Liu
092d620187
Merge pull request #11812 from chenwhql/squeeze_op
...
Add squeeze operator and unit testing
8 years ago
Yancey1989
031a07f9c0
add rpc_deadline in bootstrapper
8 years ago
yuyang18
818e070890
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/hide_api_cont
8 years ago
Yu Yang
1c9c8e8de7
Merge pull request #12065 from reyoung/feature/hide_apis
...
Add deprecated annotation and hide a lot of APIs
8 years ago
qiaolongfei
d99775a718
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
8 years ago
qiaolongfei
7ce0d45efa
fix adam and adamax optimizer
8 years ago
yuyang18
b83ffda4aa
Try hide APIs
8 years ago
lemon34
29145e1e31
change im2sequence for ctc batch inference ( #11696 )
...
* change im2sequence for ctc batch inference
* Update im2sequence_op.cc
* change im2sequence for ctc batch inference
* update
* change PR by comment
* fix ocr test error
* fix test_im2sequence
* modify the old name to standard name
* fix test_layers failed
8 years ago
fengjiayi
74fa603cce
Merge pull request #12043 from JiayiFeng/fix_backward_bug
...
Fix a backward bug
8 years ago
chenweihang
b8ea7a081a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
8 years ago
yuyang18
5832e817d5
Hide append_regularizer
8 years ago
baiyf
be2d9dc2b8
Add prior_box output order control ( #12032 )
...
* Add flag to set prior_box output order.
8 years ago
guosheng
e7f7ba97fe
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into complete-hsigmoid
8 years ago
guosheng
e7a4cfc0ff
complete the hsigmoid_op
8 years ago
chenweihang
84a525a38a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
8 years ago
sneaxiy
f85e16f1de
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python
8 years ago
chenweihang
fbef49e772
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
8 years ago
yuyang18
ff07af8d93
Hide calc_gradient
8 years ago
yuyang18
5e725dc52b
Hide Optimizer methods
8 years ago
achao2013
8e4b225fe4
Add fake_quantize_op. ( #11359 )
...
* Add a fake_quantize_op, which quantize an input tensor to a tensor with lower bits.
8 years ago
Yuan Gao
50aa6ba6f5
add rpn target assign op ( #11449 )
...
* Add region proposal network (RPN) target assign operator and Python API for Faster-RCNN.
8 years ago
fengjiayi
d22c282150
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_backward_bug
8 years ago
chenweihang
2bd65dbf71
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
8 years ago
chenweihang
fd01a43a3c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
8 years ago
fengjiayi
2888d5e610
add unittest
8 years ago
tangwei12
13a1a8a6bb
move checkpoint api to trainer.py
8 years ago
yuyang18
6c83dcd622
Hide get_places. Mark it as deprecated
8 years ago
guosheng
d695381677
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into complete-hsigmoid
8 years ago
fengjiayi
07ab9ce4e7
update the comments
8 years ago
fengjiayi
26ae6111d1
Merge pull request #12051 from JiayiFeng/dev_reader_ResetAll
...
[WIP] Dev reader reset all
8 years ago
tangwei12
550b2e25ae
move checkpoint api to trainer.py
8 years ago
qingqing01
10fbb831ed
Skip BatchNorm when feature only has 1 element. ( #11578 )
...
* Fix batch norm when only 1 elements in normzalize dimension during training.
8 years ago
chenweihang
8f2486ca16
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
8 years ago
qingqing01
ef4895df3b
Make IfElse operator works and fix unit testing. ( #11972 )
...
1. Fix bug when only true or false branch works.
2. Fix bug in unit testing.
8 years ago
tangwei12
95545f7676
checkpoint api optimized
8 years ago
fengjiayi
d55919c656
Impl ResetAll and fix errors
8 years ago
fengjiayi
3c9b59b8e8
update
8 years ago
fengjiayi
f5894d22c5
Fix a backward bug
8 years ago
chenweihang
4453473f71
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
8 years ago
fengjiayi
0e9f1e2790
Make ReaderBase thread safe and remove ThreadedReader
8 years ago
chenweihang
5f89272c89
change the bit insert to array insert for understandability
8 years ago
sneaxiy
80b991f02c
fix merge conflict
8 years ago
chenweihang
fccdc1abea
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
8 years ago
chenweihang
62a17f5053
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
8 years ago
chenweihang
80126a7496
small fix based reviewer's advice
8 years ago
yuyang18
8e86721fe7
Fix data balance on single GPU
8 years ago
Tao Luo
d3a48484bd
Merge pull request #11983 from luotao1/inference_doc
...
add inference_transpiler doc to develop branch
8 years ago
chenweihang
9ca8db237a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
8 years ago
chenweihang
927d793746
simplify test case
8 years ago
Qiyang Min
201928d005
Merge pull request #11839 from velconia/fix_reader_op_in_pserver
...
Do NOT clone input vars if op NOT in pserver_program
8 years ago
Luo Tao
da70863080
add inference_transpiler doc to develop branch
8 years ago
chenweihang
a6d94e8dc6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
8 years ago
chenweihang
49b2cf5fee
adjust some code based reviewer's advice
8 years ago
yuyang18
a1e88c467a
Fix import error
8 years ago
sneaxiy
9b28260029
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python
8 years ago
sneaxiy
739c330914
fix merge conflict
8 years ago
Wu Yi
26ff5a53ee
Add note when import core.so error ( #11918 )
...
* add note when import core.so error
* update
8 years ago
fengjiayi
ce16b40b04
Merge pull request #11891 from JiayiFeng/dev_eof_exp
...
Add EOFException to represent EOF in C++ reader
8 years ago
chenweihang
79333fa7b8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
8 years ago
chenweihang
ca15779394
rewrite, use reshape op in unsqueeze op, test passed
8 years ago
chenweihang
ee760d1c2d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
8 years ago
chenweihang
0cef33a468
adjust the dims range to [1,6] and fix some problem
8 years ago
Yancey
f7fd711e3f
Merge pull request #11868 from Yancey1989/dist_pass_barrier
...
add dist pass barrier
8 years ago
minqiyang
4cf76cfdf3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_reader_op_in_pserver
8 years ago
sneaxiy
8511bdb2d3
fix merge conflict
8 years ago
chenweihang
996c157f61
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
8 years ago
chenweihang
e402496238
complete unsqueeze op and related unittest.
8 years ago
fengjiayi
3fab4f65a4
Add EOFException to represent EOF in C++ reader
8 years ago
Wu Yi
adfaf9a665
make transpiler test reliable ( #11848 )
...
* make transpiler test reliable
* add more
* follow comments
8 years ago
fengjiayi
58560622bc
Merge pull request #11854 from JiayiFeng/dev_data_balance
...
Data balance for the ParallelExecutor
8 years ago
sneaxiy
1b59220d50
complete python reader op python side
8 years ago
fengjiayi
81f22bb2f6
Merge pull request #11670 from JiayiFeng/refine_test_reader_transpiler
...
test reader transpiler
8 years ago
chenweihang
9ca88fa8a5
Adjust squeeze op and code the unittest, test passed
8 years ago
minqiyang
703c496628
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_reader_op_in_pserver
8 years ago
fengjiayi
7de8d11590
follow comments
8 years ago
fengjiayi
ff4317cee9
follow comments
8 years ago
Xingyuan Bu
5056d3ec56
FasterRCNN Anchor Generator Op ( #11218 )
...
* Add anchor generator operator for Faster-RCNN.
* Add unittest testing.
* Add Python API.
8 years ago
Yibing Liu
5f79c7fbb6
Merge pull request #11174 from kuke/argsort_dev
...
Add the argsort operator
8 years ago
Yancey1989
c1ab215e26
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into dist_pass_barrier
8 years ago
Yancey1989
1366832a41
add dist pass barrier
8 years ago
Yibing Liu
c225d7a298
Use real test data for fit_a_line model to get valid result
8 years ago
Yibing Liu
9386ac0a40
Enhance cuda code & unittest for argsort_op
8 years ago
Yancey
d9e7ea83c6
Merge pull request #11790 from Yancey1989/dist_test_word2vec
...
add dist word2vec unit test
8 years ago
guochaorong
c318aa5ffa
Merge pull request #11850 from guochaorong/revert_11496
...
Revert "Extend fill_zeros_like_op for zero-filling an LoDTensorArray …
8 years ago
fengjiayi
3606a306f2
refine
8 years ago
fengjiayi
49a04d75ee
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_data_balance
8 years ago
fengjiayi
4b950951d3
Add unittests and fix a few bugs
8 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
8 years ago
chenweihang
70729ad641
Add Unsqueeze Operator Framework, not finshed
8 years ago
guochaorong
6a35899131
Revert "Extend fill_zeros_like_op for zero-filling an LoDTensorArray ( #11496 )"
...
This reverts commit bc28cf613f .
8 years ago
minqiyang
5ebf56bf0e
Only the inputs vars of ops in Pserver program will be cloned, other
...
input vars will NOT take into account
8 years ago
whs
02e521e3ac
Fix model average on multi-GPUs. ( #11814 )
...
* Fix average_accumulate_op for parallel executor.
* Fix model average on multi-GPUs.
8 years ago
whs
93e25301d7
Fix python api of mean iou op. ( #11797 )
...
* Fix mean iou op.
* Fix crop layer test.
* Fix unitest
* fix unitest.
8 years ago
fengjiayi
7876b213cb
update
8 years ago
fengjiayi
fa1fb12b93
Merge pull request #11706 from JiayiFeng/expose_Parameter_2
...
make framework.Parameter public
8 years ago
Xin Pan
fc697f070e
Merge pull request #11712 from kexinzhao/fix_lod_name
...
Replace lod with recursive_sequence_lengths in book examples
8 years ago
fengjiayi
c15c6c1592
move get_test_program to non-layer io.py
8 years ago
Yancey1989
2a51e8e231
add timeout for dist word2vec unit test
8 years ago
Yancey1989
6d01f10d56
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into dist_test_word2vec
8 years ago
Yancey1989
c7d3273d63
add dist word2vec dist train
8 years ago
Wu Yi
19e877ffdb
Merge pull request #11690 from typhoonzero/fix_trainer_nccl2_env
...
fix trainer nccl2 env
8 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
8 years ago
Yancey
958823fae7
Merge pull request #11189 from Yancey1989/test_dist_mnist_acc
...
Add unit test for testing distributed training with mnist
8 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
8 years ago
Xin Pan
ce5f1e0537
Merge pull request #11719 from panyx0718/fix
...
small clean
8 years ago
baiyf
778b71fc93
Optimize bipartite_match_op in large scale input ( #11730 )
...
* optimize bipartite_match_op in large scale input
8 years ago
Yancey1989
7d9c9a013b
update by comment
8 years ago
Xin Pan
008e0c9bc1
small clean
8 years ago
qingqing01
b756063ce7
Speed depthwise transposed conv2d. ( #11740 )
...
* Speed depthwise transposed conv2d.
8 years ago
Kexin Zhao
b7c179a87f
fix lodtensor.py
8 years ago
Yancey1989
f28f7faa27
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into test_dist_mnist_acc
8 years ago
Yancey1989
c45a4b8567
use sigkill to stop pserver
8 years ago
Kexin Zhao
6b95a8a89c
fix error
8 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
8 years ago
Wu Yi
4c86f78336
Merge pull request #11728 from typhoonzero/fix_paraexe_bcast
...
Fix dist train broadcasting bug
8 years ago
chengduo
c6e36e7738
Change return_numpy [ParallelExecutor] default value ( #11713 )
...
* change return_numpy[PE] default value
* Remove convert to numpy in unit test
8 years ago
yi.wu
a2e43ae5ce
fix trainer nccl2 env
8 years ago
yi.wu
88cb47bd86
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_paraexe_bcast
8 years ago
yi.wu
8e48c77b54
wip
8 years ago
Kexin Zhao
e09ac3df18
replace lod name with recur_seq_lens
8 years ago
fengjiayi
d0a8eea2c2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into expose_Parameter_2
8 years ago
tangwei12
fa3d47009b
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into ckpt_m2
8 years ago
chengduo
a64844ad00
enable PE return numpy ( #11704 )
8 years ago
tangwei12
b6e63554e6
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into ckpt_m2
8 years ago
Yancey
991cedb4c3
Merge pull request #11702 from Yancey1989/fix_async_update_failed
...
Fix async update failed
8 years ago
fengjiayi
e9ed62bfed
make framework.Parameter public
8 years ago
tangwei12
88cb5d79f2
add doc
8 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
8 years ago
Yancey1989
bf0c90f241
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into fix_async_update_failed
8 years ago
Yancey1989
86e09b34e3
fix asyn update error on pserver
8 years ago
gongweibao
67ab324090
Remove duplicated code. ( #11685 )
8 years ago
tangwei12
33ff69b621
file path can not be empty
8 years ago
tangwei12
dc847f129e
bug fix and code optimize
8 years ago
qiaolongfei
d54e51daa6
change predictions to preds
8 years ago
qiaolongfei
fc508004fb
fix metrics.Auc
8 years ago
fengjiayi
b4f28ccc19
Merge pull request #11632 from JiayiFeng/some_small_fixes
...
Some small fixes
8 years ago
guosheng
983566d946
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search-dev
8 years ago
Xin Pan
f0cf70ec61
Merge pull request #11646 from panyx0718/fix
...
Small doc fix and clean up of reshape
8 years ago
guosheng
8536d261ab
Fix doc format of beam_search
8 years ago
guosheng
4e9d7ddbc6
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search-dev
8 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
8 years ago
Yibing Liu
9c69fdf5c6
Merge branch 'develop' of upstream into argsort_dev
8 years ago
fengjiayi
e1a46bba59
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into some_small_fixes
8 years ago
tangwei12
fb7e479188
merger paddle develop
8 years ago
Yancey
0d4b376fc0
Merge pull request #11585 from Yancey1989/fix_pserver_sub_blocks
...
fix pserver sub-blocks
8 years ago
Yancey1989
76e3ec600a
fix cloned op
8 years ago
Tao Luo
3d1afe2e65
Merge pull request #11661 from luotao1/for_test
...
add example of clone(for_test)
8 years ago
Luo Tao
d3dd034524
add example of clone(for_test)
8 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
8 years ago
Xin Pan
ed4aa219cb
Small doc fix and clean up of reshape
8 years ago
Yancey1989
aa84b21e3b
fix unit tests
8 years ago
tangwei12
e684575f66
checkpoint feature optimized
8 years ago
fengjiayi
7d3d7226b5
refine get_test_program
8 years ago
tangwei12
2229db523b
pserver_id init value to None
8 years ago
Yancey1989
56a903d3ac
use optimize block list instead of first optimize block
8 years ago
Tao Luo
8318094b58
Merge pull request #11626 from ktlichkid/fix-log
...
Fix log and relu layer
8 years ago
tangwei12
8e01f3b948
bug fix
8 years ago
tensor-tang
064ca35285
fix indentation error
8 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 .
8 years ago
wanghaoshuang
6f6642ed65
Fix relu and log op.
8 years ago
fengjiayi
32478fe0ea
Make buffers of DoubleBufferReader and open_files bigger
8 years ago
Yancey1989
3a37e14285
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into fix_pserver_sub_blocks
8 years ago
Yancey1989
0970bd9edc
use optimize blocks attr to record optimize block id
8 years ago
fengjiayi
9dccca963b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into some_small_fixes
8 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.
8 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"
8 years ago
dzhwinter
d6a9f005c8
"module document non-layer doc" ( #11598 )
...
* "add some api reference"
* "fix based on preview"
* "fix evaluator"
* "remove template doc"
8 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"
8 years ago
tensor-tang
90780e22ce
Revert "MKLDNN layout: Support for sum operator"
8 years ago
ktlichkid
231762a6c4
Fix log and relu layer
8 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.
8 years ago
tangwei12
e589005229
merge
8 years ago
yi.wu
a424f5a0af
polish reader op for test
8 years ago
Yancey1989
e02cbf3538
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into fix_pserver_sub_blocks
8 years ago
tangwei12
05bd9db84b
add comments in io.py
8 years ago
fengjiayi
6e1c48d1fd
Merge pull request #11576 from JiayiFeng/dev_refine_bilinear_interp
...
Add bilinear interp supporting for uint8
8 years ago
Yancey
2fdbc1ce65
hidden bcast_params call in dist train ( #11575 )
8 years ago
Yu Yang
b94f7848c4
Merge pull request #11531 from reyoung/feature/non_layer_api_doc
...
Polish Non-Layer API
8 years ago
fengjiayi
e4188621ca
fix a error in unit tests
8 years ago
Qiao Longfei
1d4d8de034
Merge pull request #11574 from jacquesqiao/fix-auc
...
fix auc
8 years ago
yuyang18
d1203e3822
Add types
8 years ago
fengjiayi
47c02b5c32
Add unit tests
8 years ago
Yu Yang
1105ecf818
Merge pull request #11508 from typhoonzero/transpiler_doc
...
Transpiler doc
8 years ago
chengduo
59bfa4911d
Merge pull request #11558 from JiayiFeng/doc_framework
...
Add doc reference for Variable and Parameter
8 years ago
chengduo
8ecf5dd84f
Merge pull request #11553 from chengduoZH/fix_doc_param_attr
...
Fix ParamAttr Doc
8 years ago
tangwei12
c073bb3b2c
code style
8 years ago
chengduo
3f8d9b0a11
Merge pull request #11580 from chengduoZH/fix_doc_data_reader
...
Refine doc of data reader
8 years ago
chengduo
4b7ae1452b
Merge pull request #11555 from chengduoZH/fix_doc_net
...
Refine fluid.net Doc
8 years ago
Yu Yang
e43614d7c2
Merge pull request #11554 from chengduoZH/fix_doc_parallel_execturo
...
Refine ParallelExe Doc
8 years ago
chengduoZH
491bb6a10d
refine doc
8 years ago
yuyang18
760d2305a3
Polish doc style
8 years ago
chengduoZH
5f9d410e20
follow comment
8 years ago
chengduoZH
10cee7ed1f
Add doc of fetch var
8 years ago
tangwei12
5a4a24cce1
Merge branch 'develop' into ckpt_m2
8 years ago
Yu Yang
e66a725396
Merge branch 'develop' into transpiler_doc
8 years ago
yuyang18
4649f662e7
Follow comments & polish doc
8 years ago
chengduoZH
5aa473f467
add Doc fluid.net
8 years ago
yuyang18
9942a3048d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/non_layer_api_doc
8 years ago
Yu Yang
c2ad3815b0
Merge pull request #11560 from JiayiFeng/doc_non_layer_api
...
Doc of non layer api
8 years ago
fengjiayi
0d2dd1a70a
Merge pull request #11570 from JiayiFeng/dev_support_dynamic_size_recordio
...
make data_feeder support dynamic shape
8 years ago
gongweibao
25241e9e5e
Fix paddle env variables. ( #11564 )
8 years ago
Yancey1989
5c7d6a5594
update
8 years ago
Yancey1989
b54d1ba968
fix pserver sub-blocks
8 years ago
Yan Chunwei
d020d7fd29
add beam search doc ( #11469 )
8 years ago
chengduoZH
74d1bf4ad9
Add doc of data reader
8 years ago
Tao Luo
5972990295
Merge pull request #11523 from mozga-intel/mozga-intel/Gausian_random_mkldnn_layout
...
MKLDNN layout: Gaussian random layout
8 years ago
chengduoZH
7cd4d0ac21
add Doc fluid.Parameter, program and block
8 years ago
tensor-tang
64045c29c2
Merge pull request #11102 from mozga-intel/mozga-intel/Sum_mkldnn_layout
...
MKLDNN layout: Support for sum operator
8 years ago
Qiao Longfei
2074d36906
Merge pull request #11532 from jacquesqiao/add-none-layers-api-doc
...
Add none layers api doc
8 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.
8 years ago
tangwei12
5600b13512
bug fix
8 years ago
fengjiayi
457d81bbc0
fix errors
8 years ago
yuyang18
706f383933
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-none-layers-api-doc
8 years ago
Yu Yang
9988f8ec27
Merge pull request #11559 from qingqing01/fluid_doc_profiler
...
Polish profiler Python API.
8 years ago
qiaolongfei
4aa5da0550
fix auc
8 years ago
Yu Yang
dad15b6e9a
Merge pull request #11563 from panyx0718/doc
...
Refine detection_map doc.
8 years ago
Qiao Longfei
4ec9ecae59
Merge pull request #11547 from jacquesqiao/support-ftrl-optimizer
...
add ftrl optimizer
8 years ago
qingqing01
c22ebb3bde
Expose crop op into Python API. ( #11546 )
8 years ago
mozga-intel
7b9aa60198
MKLDNN gausian_random tests
8 years ago
mozga-intel
b88cda84f4
MKLDNN sum unit-test
8 years ago
fengjiayi
dfe54a4fbe
update
8 years ago
fengjiayi
8cc249ef10
make data_feeder support dynamic shape
8 years ago
guosheng
f4bdfbc697
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search-dev
8 years ago
mozga-intel
96b4904d2f
MKLDNN layout: Support for sum operator
8 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
8 years ago
Xin Pan
efcbe27263
Refine detection_map doc.
8 years ago
tensor-tang
e8f5757d66
Merge pull request #11525 from tensor-tang/refine/mem
...
refine the initial cpu memory flag for mkldnn
8 years ago
tangwei12
1571c25ae9
code style fix
8 years ago
fengjiayi
8746725a97
fix errors
8 years ago
tangwei12
7efd73ac53
code clean
8 years ago
Dang Qingqing
1473033fb3
Polish profiler Python API.
8 years ago
chengduoZH
527b22f2cb
Merge branch 'doc_framework' of https://github.com/JiayiFeng/Paddle into doc_framework
8 years ago
Tao Luo
210790d8c1
Merge pull request #11521 from luotao1/inference_doc
...
add doc for inference_transpiler
8 years ago
fengjiayi
6046ab5710
Add doc reference to Variable and Parameter
8 years ago
fengjiayi
8ea54e2f95
Add docs
8 years ago
yuyang18
1c19f1ab44
Do not change API in doc PR
8 years ago
tensor-tang
f1f8327c31
Merge remote-tracking branch 'ups/develop' into refine/mem
8 years ago
tangwei12
bccf8df51b
bug fix
8 years ago
qiaolongfei
fe5de04bde
optimize doc for MomentumOptimizer
8 years ago
yuyang18
7747e01b71
Polish LoDTensor API
8 years ago
chengduoZH
73f224d091
add Doc parallel exe
8 years ago
tangwei12
5250ca8c87
bug fux
8 years ago
chengduoZH
cfb4617beb
add Doc param attr
8 years ago
tangwei12
620698e7e6
bug fux
8 years ago
tangwei12
1296d96e2e
add raw clone
8 years ago
tangwei12
af0a6a149f
checkpoint notify
8 years ago
tangwei12
ae12281d9b
checkpoint notify
8 years ago
tangwei12
30880844bb
merge develop
8 years ago
qiaolongfei
6caea45941
add TestFtrlOptimizer
8 years ago
qiaolongfei
ca341db258
add FtrlOptimizer and it's doc
8 years ago
Yibing Liu
a523b6f49f
Add python api for argsort_op
8 years ago
qiaolongfei
4363d2e4bd
add doc for Inferencer
8 years ago
qiaolongfei
f69d2d9f75
add doc for L1DecayRegularizer and L2DecayRegularizer
8 years ago
qiaolongfei
5b6a48e77e
add doc for GradientClipByGlobalNorm
8 years ago
qiaolongfei
03f4beb877
add doc for ErrorClipByValue GradientClipByValue and GradientClipByGlobalNorm
8 years ago
Yibing Liu
7ca511e0c6
Merge branch 'develop' of upstream into argsort_dev
8 years ago
qiaolongfei
e3578ab14c
add doc for init_on_cpu
8 years ago
qiaolongfei
4907ed3e11
add doc for Constant Uniform and Normal initializer
8 years ago
qiaolongfei
323a048348
add doc for BilinearInitializer MSRAInitializer
8 years ago
qiaolongfei
86092a9704
add doc for XavierInitializer
8 years ago
qiaolongfei
69d568bd3c
add doc for DecayedAdagradOptimizer
8 years ago
qiaolongfei
1bee5129c9
add doc for AdamaxOptimizer
8 years ago
qiaolongfei
2053b6b756
add doc fo AdamOptimizer
8 years ago
yuyang18
ab210925b8
Add more docs
8 years ago
yuyang18
ea44157b09
Add APIs
8 years ago
qiaolongfei
156617d34b
polish doc of RMSPropOptimizer
8 years ago
qiaolongfei
5e8646ab30
add doc for AdagradOptimizer
8 years ago
yuyang18
f97c5d4c47
Trainer documentation
8 years ago
qiaolongfei
d2b791a0cc
add SGD and momentum optimizer doc
8 years ago
yuyang18
08995ac94d
Add program
8 years ago
yuyang18
958ab99ef8
Polish Non-Layer API
8 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
8 years ago
qiaolongfei
46ae1c93c2
add doc for softmax
8 years ago
Yu Yang
ce60bbf506
Merge pull request #11314 from typhoonzero/fix_api_reference_docs
...
Fix api reference docs
8 years ago
Yu Yang
4360963e15
Merge pull request #11530 from reyoung/feature/static_rnn_memory_link
...
Hide StaticRNNMemory
8 years ago
yuyang18
7a56705e4a
polish doc
8 years ago
yuyang18
fda1a78844
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_api_reference_docs
8 years ago
qiaolongfei
b77c886ed4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
8 years ago
Yu Yang
e6654c1c1d
Merge pull request #11489 from wanghaoshuang/whs_doc1
...
Fix doc of warpctc, array_read, edit_distance and sequence_reshape.
8 years ago
yuyang18
811f5cca7e
Hide StaticRNNMemory
8 years ago
qiaolongfei
82a4cf1960
update image_resize_short and shape doc
8 years ago
Yu Yang
c2e8f40dcb
Merge pull request #11492 from dzhwinter/doc/api1
...
[API Reference] fix some typo in layers
8 years ago
yuyang18
24766a170d
Reformat nn.py
8 years ago
yuyang18
62bad2b475
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pr/11489
8 years ago
Yu Yang
20e5ef62e7
Merge pull request #11483 from wanghaoshuang/origin/whs_doc
...
Fix doc of relu, log and zeros.
8 years ago
Yu Yang
1171c2c57d
Merge pull request #11457 from JiayiFeng/dev_add_doc
...
Add API reference
8 years ago
qiaolongfei
d1a8498b22
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
8 years ago
tensor-tang
a0c5fd83b2
enable setting initial memory from env
8 years ago
chengduo
ea03a2287e
Merge pull request #11513 from chengduoZH/refine_conv3d_doc
...
Fix conv3d/conv3d_trans/slice/mean_iou Doc
8 years ago
qiaolongfei
a4ee0d0dd1
add reverse
8 years ago
qiaolongfei
bf3ff5b091
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
8 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
8 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
8 years ago
Wu Yi
53d1d0f0f2
add LARS support ( #10374 )
8 years ago
Yibing Liu
3438dfecce
Merge pull request #11491 from kuke/fix_docs
...
Fix some problems in api reference
8 years ago
Xin Pan
dadbe454d8
Merge pull request #11511 from panyx0718/doc2
...
Add doc for while and piecewise_decay op
8 years ago
Yibing Liu
2efb0e5b70
cased correction
8 years ago
Yibing Liu
68811bcb5d
Format the doc of layers.auc
8 years ago
Tao Luo
3a4b6cdaa0
Merge pull request #11488 from luotao1/softmax_doc
...
add doc of sequence_softmax and parallelDo
8 years ago
Luo Tao
cff5232e76
remove Non-ASCII character '\xc2'
8 years ago
Luo Tao
8c2a834ef3
add doc for inference_transpiler
8 years ago
tangwei12
985026ce42
add checkpoint_notify in python
8 years ago
Yibing Liu
bf5ce626c0
Merge branch 'develop' of upstream into fix_docs
8 years ago
Yibing Liu
316eb3e968
Add doc for layers.auc
8 years ago
fengjiayi
f6daab438d
fix a bug
8 years ago
Xin Pan
a219f3cc19
follow comments
8 years ago
fengjiayi
bcae8729ac
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_doc
8 years ago
dzhwinter
4970414b1c
Merge remote-tracking branch 'origin/develop' into doc/api1
8 years ago
Yibing Liu
cafdeb0a40
Fix docs for detection_output & target_assign
8 years ago
Xin Pan
4a0f3743c3
Refine API doc
8 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.
8 years ago
Luo Tao
8415e18b3f
Merge branch 'develop' into softmax_doc
8 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.
8 years ago
fengjiayi
29ddf6c5d8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_doc
8 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
8 years ago
wanghaoshuang
f24dec7136
Change 'layers' to 'fluid.layers'
8 years ago
qiaolongfei
5b50307bf8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
8 years ago
qiaolongfei
6ace04f655
update
8 years ago
Xin Pan
11f31d1e82
follow comments
8 years ago
Tao Luo
5ea039b3c1
Merge pull request #11470 from typhoonzero/fix_unitests
...
Fix dist ut
8 years ago
chengduoZH
7b82353010
fix conv3d/conv3d_trans/slice/mean_iou doc
8 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
8 years ago
dzhwinter
7ad46ec03c
"show example"
8 years ago
fengjiayi
b00fbd962c
fix error
8 years ago
Yibing Liu
67dc5c7f8a
Polish the doc of nce layer
8 years ago
dzhwinter
6ac8383f28
"fix based comments"
8 years ago
yi.wu
f63d071c8e
gen rst
8 years ago
fengjiayi
35f64cb905
skip all tests in tests_parallel_executor_crf
8 years ago
Xin Pan
bc46c52776
Add doc for while op
8 years ago
qiaolongfei
1c9fc655d0
update
8 years ago
weixing02
ee13b396f2
fix some errors
8 years ago
dzhwinter
0d86f13ce2
"fix math"
8 years ago
yuyang18
3571df8755
Remove unused '\n' in comments
8 years ago
Luo Tao
1958654d6f
refine \odot in elementwise_mul
8 years ago
wanghaoshuang
cd5d7704f7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into origin/whs_doc
8 years ago
dzhwinter
f2c9c33f15
"fix lrn"
8 years ago
qiaolongfei
e2783bb6af
update split_lod_tensor doc
8 years ago
Yibing Liu
fd87c0e709
Fix cast layer's doc
8 years ago
tensor-tang
0329ee7496
Merge pull request #11497 from tensor-tang/doc
...
Doc update
8 years ago
Luo Tao
1e2acd9796
refine ParallelDo doc
8 years ago
yi.wu
6588d2e9a8
complete dist transpiler doc
8 years ago
Yibing Liu
fbddb8e4bf
Merge branch 'develop' of upstream into fix_docs
8 years ago
Luo Tao
21b98d2915
Merge branch 'develop' into softmax_doc
8 years ago
qiaolongfei
9de779f1cf
update switch class
8 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
8 years ago
dzhwinter
541ddf7e24
squash to one pr
8 years ago
dzhwinter
6e3d168b9d
"fix latex"
8 years ago
qiaolongfei
3a25ceebf2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
8 years ago
dzhwinter
dd711c3754
"add beam search"
8 years ago
Yu Yang
745ea4dcf0
Merge pull request #11354 from reyoung/feature/polish_doc
...
Polish documentation
8 years ago
dzhwinter
dbe0fe6d18
'fix typo'
8 years ago
yi.wu
9397a2e0c8
fix format
8 years ago
dzhwinter
1f38cbf79b
"fix some typo"
8 years ago
yuyang18
96e4663916
Polish inline math and duplicable/optional in auto generated doc
8 years ago
yi.wu
3380737cb7
update by comment
8 years ago
fengjiayi
d684b49cb0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_doc
8 years ago
fengjiayi
d91060d300
fix errors
8 years ago
weixing02
8bd148dc00
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into hsigmoid_op
8 years ago