Commit Graph

6922 Commits (67562a6fcd9570959654366f2565059b722dba7e)

Author SHA1 Message Date
tink2123 1fca1a395b fix the nn.py example
6 years ago
Yu Yang fdc689142c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
6 years ago
peizhilin e8519a6e89 use the ext_name instead of specific extension name
6 years ago
Qiao Longfei 319618e980 optimize comment, add unit test test=develop
6 years ago
Qiao Longfei 53781fc000 fix some bug
6 years ago
Qiao Longfei db27c5612d add comment
6 years ago
Qiao Longfei 6097b8b365 add bilinear_tensor_product layer
6 years ago
Xin Pan 9735e3016a fix test
6 years ago
peizhilin 4ffa92d4f0 Merge branch 'develop' into windows/build
6 years ago
chengduo f8b2680c53
fix test_conv2d (#14330)
6 years ago
chengduo c5b6573a5a
Fix input<tensor> (#14208)
6 years ago
Wu Yi 0627ee83cc
Merge pull request #14314 from typhoonzero/fix_pserver_weight_decay_multi_inputs
6 years ago
Xin Pan b03a44e062
Merge pull request #14026 from JiabinYang/add_reorg_op
6 years ago
peizhilin 869487a2b7 Merge remote-tracking branch 'origin/develop' into windows/build
6 years ago
dzhwinter d8425e0fa6
Merge pull request #14215 from dzhwinter/fix/sequence_pad
6 years ago
Qiao Longfei 373f64986d add comment and unit test
6 years ago
typhoonzero f3eafec19d fix pserver weight decay multi inputs test=develop
6 years ago
Qiao Longfei 67050468e1 optimize code
6 years ago
Qiao Longfei ffd5a832d8 fix code style
6 years ago
Qiao Longfei 55edfca2b8 revert unused change
6 years ago
Qiao Longfei fec0b192a2 fix unit test
6 years ago
Qiao Longfei a20f8e2966 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dist-table-support-optimizer-regular
6 years ago
Qiao Longfei ce994190ab Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pyreader
6 years ago
chengduo 1001f8e1db
Add is_compiled_with_cuda for parallel_exe_crf (#14304)
6 years ago
Qiao Longfei d9dc81a6c6 fix dist transpiler test
6 years ago
Qiao Longfei b07ebb379b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dist-table-support-optimizer-regular
6 years ago
dengkaipeng 8b47d90f5d add 'actual_shape' attribute. test=develop
6 years ago
Qiao Longfei 3d8077e9fb update optimizer
6 years ago
Yu Yang 2466ca13ec
test(Pe): remove unittests for recordio in test_pe_mnist (#14262)
6 years ago
Yu Yang 03992630b5
fix(py): set `cwd` when get commit sha in setup.py (#14299)
6 years ago
Qiao Longfei fbcdb29d8c fix import issue
6 years ago
Qiao Longfei 866d6bfe59 dist table support other optimize and regular config
6 years ago
Yu Yang 057a682ee9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
6 years ago
Yu Yang c28beb8a3c
test(Pe): add dry run tests for pe (#14254)
6 years ago
Qiao Longfei e0c8397426
Merge pull request #14257 from jacquesqiao/optimize-pserver-profiler-thread-pool
6 years ago
barrierye ef8218be22 update docs test=develop
6 years ago
Shan Yi ea8984c924
Merge pull request #14267 from PaddlePaddle/fix_recordio_link
6 years ago
tangwei12 e564eb341f
Fix mkdir conflict in save_inference_model (#14285)
6 years ago
chengduo a9b5d42dd4
Add fp16 backward support (#14202)
6 years ago
Qiao Longfei 2921f8a79c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pserver-profiler-thread-pool
6 years ago
qingqing01 db8c52da5e Revert " Exhaustive search for cuDNN conv. (#14043)"
6 years ago
qingqing01 ce7d9b0799
Exhaustive search for cuDNN conv. (#14043)
6 years ago
Sang Ik Lee f30c1ddb45 Include nGraph build.
6 years ago
chengduo 45bad7626a
open test_parallel_executor_crf (#14255)
6 years ago
peizhilin a37918c31f fix python package issue
6 years ago
Zeng Jinle 8ac2242b6e
Merge pull request #14075 from sneaxiy/remove_some_locks_in_pe
6 years ago
Wu Yi 97f7b181d4
Merge pull request #14264 from typhoonzero/dist_test_serial
6 years ago
peizhilin 1f12ba6192 gpu support, fix build issue:
6 years ago
Wu Yi 8fc05e0373
fix cpu build test=develop (#14260)
6 years ago
Shan Yi 1fb1a0bc6b
fix_recordio_internal_link
6 years ago
typhoonzero 93c689aa96 run dist tests in serial test=develop
6 years ago
sneaxiy faac8a76ce remove unnecessary codes
6 years ago
Qiao Longfei 59fbfbfbf7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pserver-profiler-thread-pool
6 years ago
Qiao Longfei 9e4e9e9b6e clean rpc server profiler
6 years ago
Zeng Jinle 8d930195d9
Merge pull request #14238 from sneaxiy/fix_read_lod_level_bug
6 years ago
Wu Yi 306236c2c0
feature/DC asgd (#12722)
6 years ago
dengkaipeng fef2faa709 limit CUDA kernel parallel threads max number to 4096. test=develop
6 years ago
peizhilin 71d7980f69 fix build issue 1
6 years ago
barrierye 19b68de79f submit again test=develop
6 years ago
dengkaipeng 34bfae243a Add Interpolate operation. test=develop
6 years ago
sneaxiy 46d4829dd1 fix lod_level share bug in read_op
6 years ago
peizhilin 9d67c1fb69 cpu build support
6 years ago
barrierye 5e7bb6a9bd update docs test=develop
6 years ago
dongzhihong d4e8d7077f Merge remote-tracking branch 'origin/develop' into fix/sequence_pad
6 years ago
barrierye 316e020a11 Submit PR again test=develop
6 years ago
barrierye 162cf75c88 Submit PR again test=develop
6 years ago
Zeng Jinle df038b6149
Merge pull request #14222 from sneaxiy/fix_selected_rows_clip_bug
6 years ago
Kaipeng Deng daed473d4a
Merge pull request #14089 from heavengate/pool_exclude
6 years ago
Kaipeng Deng 64f3e3ed8f
Merge pull request #14069 from heavengate/grid_sampler
6 years ago
Qiyang Min 8690deb0e4
Merge pull request #14101 from velconia/polish_op_comment
6 years ago
minqiyang 4d06d1d7ac Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into polish_op_comment
6 years ago
minqiyang db5a7e0d9b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_version
6 years ago
Zeng Jinle b316437a50
Merge pull request #14087 from sneaxiy/add_use_cudnn_in_softmax_with_xe
6 years ago
Zeng Jinle fcf370e621
Merge pull request #13773 from sneaxiy/seq_executor
6 years ago
chengduo 61b4812f2f
Remove unnecessary var_and_op of DynamicRnn (#14134)
6 years ago
sneaxiy 55befbaa2a fix selected_rows clip bug
6 years ago
sneaxiy bbc818a5a1 test=develop
6 years ago
sneaxiy 366ebb93f7 test=develop
6 years ago
chengduo 57c90e95ae
disable test_dist_save_load (#14220)
6 years ago
sneaxiy 203027ca86 test=develop
6 years ago
dengkaipeng decaeb1c6d fix style check after conflicts check. test=develop
6 years ago
Jiabin Yang 9f65b616b2
Merge branch 'develop' into add_reorg_op
6 years ago
dongzhihong 7f3c6ea411 "fix comment"
6 years ago
Wu Yi 91b2851cdc
enable pyreader use pin memory (#14066)
6 years ago
Kaipeng Deng 0b29078201
Merge branch 'develop' into grid_sampler
6 years ago
whs 0c319e0b35
Add affine grid generator op (#12238)
6 years ago
tangwei12 d325e668b8
[1.1] Load vars on PSERVER (#14037)
6 years ago
Tao Luo a8532f1a67
Merge pull request #13918 from guoshengCS/fix-transpose-doc
6 years ago
Tao Luo a2bee7b41b
Merge pull request #13964 from guoshengCS/refine-gru-doc
6 years ago
dengkaipeng e99da0b583 api change: create_variable_for_type_inference. test=develop
6 years ago
Tao Luo a7a3544f72
Merge pull request #14181 from sfraczek/sfraczek/transpiler-depthwise_conv-mkldnn-pass
6 years ago
dengkaipeng df4a3544aa nearest neighbor interp add cuda kernel. test=develop
6 years ago
Wu Yi d51daede93
add ftrl support for dist train test=develop (#14176)
6 years ago
Qiao Longfei f37bd03529
Merge pull request #14153 from jacquesqiao/fix-pserver-crash-when-no-parameter
6 years ago
Qiao Longfei 7825ae9c60
Merge pull request #14190 from jacquesqiao/dist-table-support-multi-table
6 years ago
JiabinYang 45565784bf test=develop
6 years ago
Qiao Longfei f3bbd3b43a code style format
6 years ago
dengkaipeng 9755611938 add unittest for nearest_neighbor_interp_op
6 years ago
minqiyang d638d1cd80 Fix paddle version
6 years ago
Qiao Longfei 2d461cb080 code style format
6 years ago
Qiao Longfei add4b466d8 dist table only handle is_distributed table
6 years ago
JiabinYang 8d3c3e048b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
6 years ago
Qiao Longfei d78e8f23a6 code format
6 years ago
Xin Pan 5cc99c476c
Merge pull request #14154 from gmcather/seq_pad_example
6 years ago
Wu Yi d186e7434e
Refine dist ut (#14118)
6 years ago
Zeng Jinle da73bc39d3
Merge pull request #14143 from sneaxiy/fix_dynamic_gru_bug
6 years ago
Qiyang Min bfd2e3beca
Merge pull request #14158 from velconia/fix_mac_py3
6 years ago
Sylwester Fraczek ebd1d753ed added transpiler pass for mkldnn depthwise_conv
6 years ago
Tao Luo cdf2579d08
Merge pull request #14053 from jczaja/prv-seqpool-max
6 years ago
Kaipeng Deng a3b26e8528
Merge branch 'develop' into grid_sampler
6 years ago
Qiao Longfei ba8bbe159b add test pserver run empty block into test_listen_and_serv_op
6 years ago
Qiao Longfei f2a205c2f5 add test_pserver_run_empty_optimize_block
6 years ago
Qiao Longfei bf9764898d add TestEmptyPserverOptimizeBlocks
6 years ago
minqiyang 5038f623b7 Polish code
6 years ago
minqiyang 8230b74281 Polish code
6 years ago
Qiao Longfei 11b5c448dc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-pserver-crash-when-no-parameter
6 years ago
minqiyang 159b0eb7e3 Remove random fail ut
6 years ago
minqiyang cc752f1af4 Remove dist_test from CMakeFiles
6 years ago
Qiao Longfei a11d4f300e use len instead of size for python list
6 years ago
Xin Pan b2ab293c47 increase test timeout coverage.
6 years ago
barrierye 0e60bb3c4f Submit PR again test=develop
6 years ago
Xin Pan eb7ed1b720
Merge pull request #13897 from gmcather/develop
6 years ago
minqiyang 59420d5bd2 Polish code
6 years ago
minqiyang 2cc939bbfa Fix Mac Python3 CI job
6 years ago
barrierye fc23cc9d30 update paddle/fluid/API.spec
6 years ago
gmcather 1a98e0a44f fix sequence_pad example error
6 years ago
Qiao Longfei fa84ba2350 set en empty optimize block if pserver has no optimize block
6 years ago
dzhwinter e74267ae19 "fix comp bug. test=develop" (#14104)
6 years ago
Xin Pan eb37ed4c16
Merge pull request #14141 from JiabinYang/fix_inference_model_latest
6 years ago
gmcather ba22624d7e position encoding && log loss
6 years ago
sneaxiy 7bb1178ea6 test=develop
6 years ago
JiabinYang 7c45e77c41 test=develop
6 years ago
qingqing01 cb27a9219d
Merge pull request #13971 from sefira/FasterOpDoc
6 years ago
sneaxiy 5e5d2223a1 test=develop
6 years ago
Xin Pan b3b329255f
Merge pull request #14123 from shippingwang/fix_import_plot_py3
6 years ago
barrierye 5f3acac9b3 update paddle/fluid/API.spec
6 years ago
Xin Pan eabb75f6b3
Merge pull request #14055 from dzhwinter/fix/mem_opt
6 years ago
root 99302a7075 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_import_plot_py3
6 years ago
root 5a220dc218 Fix python3 utils plot
6 years ago
Jacek Czaja 458b16f42a Rebase of seqpool-max optimization
6 years ago
dengkaipeng ff6329bd5f fix some inappropriate expressions in api doc for grid_sampler. test=develop
6 years ago
dengkaipeng 8f1e398824 move param exclusive to the last in pool2d/pool3d for forward compatibility:. test=develop
6 years ago
dengkaipeng 593e1b18d7 fix some bugs and add some doc for GridSampleOp
6 years ago
dengkaipeng 0bb0e0c10f add Grid Sampler Operator for STN.
6 years ago
Yu Yang c01696f8c2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
6 years ago
barrierye 99707b281d change / to // to fit py3
6 years ago
Qiao Longfei d26ff8cb2d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cpu-for-1.1-merge-with-shape
6 years ago
JiabinYang e0a89503f8 test=develop
6 years ago
Wu Yi 26200f2e42
[1.1] [project] train imagenet using large batch size (#13766)
6 years ago
barrierye 8c1e304307 merge nn.py
6 years ago