Jiabin Yang
|
dffc457d60
|
Merge pull request #13467 from JiabinYang/mac/fix_unitest_ci
fix mac unitest on ci
|
7 years ago |
Jiabin Yang
|
60d163ab17
|
Merge pull request #13473 from JiabinYang/mac/fix_compile
fix mac compile error
|
7 years ago |
Wu Yi
|
a69a584b0c
|
Merge pull request #13470 from typhoonzero/fix_mat_plot_req_for_py2
fix py2 matplotlib deps
|
7 years ago |
Xin Pan
|
759dae0493
|
Merge pull request #13461 from panyx0718/ir3
clean unused inference_optimize c++ implementation
|
7 years ago |
chengduo
|
fd8d83e68a
|
Fix the nested dyn_rnn (#13417)
* add unit test for nested drnn
* add nested dyn_rnn
* refine while_op
* fix bug
|
7 years ago |
whs
|
cf128231c6
|
Add truncated gaussian initializer. (#13000)
* Add truncated gaussian initializer.
* Fix unitest.
* Update API.spec
* Fix code style and fix bug.
* Fix code style.
* Small fix.
|
7 years ago |
Zeng Jinle
|
642cf6ca2f
|
Merge pull request #13418 from sneaxiy/dam_save_memory
Modify some ops to save memory
|
7 years ago |
JiabinYang
|
9d2d3096c5
|
fix mac compile error
|
7 years ago |
Yu Yang
|
aa79bccfff
|
Merge pull request #13460 from reyoung/fix_data_transform
Wait input when data transform
|
7 years ago |
whs
|
5dc5175007
|
Add python api for expand op. (#13453)
* Add python api for expand op.
* Fix unitest.
* Remove 'out' from arguments and fix code style.
* fix API.spec
* Fix API
* Fix unitest
|
7 years ago |
Jiabin Yang
|
d2147b2aa5
|
Update paddle_build.sh
|
7 years ago |
Jiabin Yang
|
52f24644f3
|
Update paddle_build.sh
|
7 years ago |
Dun
|
253f618ac7
|
loosen the restriction of output_size in conv2d_transpose (#12292)
* loosen the restriction of output_size in conv2d_transpose
* test and docs
* fix code style
* fix ci test error
* bug fix
* fix python3 issue
|
7 years ago |
typhoonzero
|
bd7920dd14
|
fix py2 matplotlib deps
|
7 years ago |
JiabinYang
|
3aacadf4c4
|
refine the INFERENCE_DEMO_INSTALL_DIR on mac
|
7 years ago |
Yu Yang
|
cec94cab87
|
Merge pull request #13351 from dzhwinter/memory/stable
fix memory optimize
|
7 years ago |
qingqing01
|
65efebb864
|
Fix detection.py after merge slice_op. (#13435)
|
7 years ago |
chengduo
|
289acfa207
|
refien generic_cmake_ (#13457)
|
7 years ago |
Yu Yang
|
155ebbb9dc
|
Merge pull request #13449 from chengduoZH/speed_up_lod_tensor_to_array
Speed up lod_tensor to array and array to lod_tensor
|
7 years ago |
Yu Yang
|
93456fc676
|
Merge pull request #13427 from reyoung/feature/hide_recordio_reader
Hide RecordIO Reader
|
7 years ago |
Wu Yi
|
efafc72f62
|
Hide program APIs (#12315)
* hide program APIs
* fix merge error
* update
|
7 years ago |
JiabinYang
|
a2c692390e
|
refine the structure of paddle_build.sh
|
7 years ago |
JiabinYang
|
752183138f
|
refine the structure of paddle_build.sh
|
7 years ago |
JiabinYang
|
6a91200757
|
fix mac unitest and add test_debugger back
|
7 years ago |
qingqing01
|
c9e5c1e41b
|
Hidden ParallelDo. (#13454)
|
7 years ago |
JiabinYang
|
facfec10bc
|
fix mac unitest on ci
|
7 years ago |
chengduo
|
6757a31552
|
[Accelerate] Refine seq_softmax_op (#13421)
* refine seq_softmax_op
* fix seq_softmax
* use cub in seq_softmax
|
7 years ago |
Shan Yi
|
c68659549b
|
Merge pull request #13432 from PaddlePaddle/update-install-command
update install command of latest readme
|
7 years ago |
Yibing Liu
|
9cc1937d43
|
Merge pull request #13400 from kuke/fix_seq_pad
Get sequence length in sequence_pad op & fix sequence_mask op
|
7 years ago |
Qiao Longfei
|
020d13c18a
|
fix dist table send hang problem (#13259)
* fix dist table send hang problem
* revert sync_mode config
* fix async send table
|
7 years ago |
Yu Yang
|
2c31ea9293
|
Merge pull request #13424 from chengduoZH/refine_seq_concat
Refine seq_concat
|
7 years ago |
Yu Yang
|
5996e224fa
|
Merge pull request #13430 from chengduoZH/refine_seq_pool
Refine seq_pool
|
7 years ago |
Yu Yang
|
bd79e04667
|
Merge pull request #13431 from chengduoZH/refine_lod
Speed up lod
|
7 years ago |
sneaxiy
|
fd3e32ea7d
|
Merge develop
|
7 years ago |
Xin Pan
|
5ce77889f4
|
clean unused inference_optimize c++ implementation
|
7 years ago |
Yu Yang
|
922dee3b43
|
Wait input when data transform
|
7 years ago |
Xin Pan
|
6b4d290c18
|
Merge pull request #13337 from panyx0718/doc2
Versioning doc
|
7 years ago |
Zhaolong Xing
|
b6366a8225
|
Merge pull request #13429 from NHZlX/fix_dso_cmake
fix dso cmake typo
|
7 years ago |
chengduoZH
|
6534f8527a
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_lod
|
7 years ago |
chengduo
|
72dd6b37d9
|
Add sequence_expand_as_op (#13420)
* Add sequence_expand_as_op
* follow comment
|
7 years ago |
chengduoZH
|
7b464d68a0
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into speed_up_lod_tensor_to_array
|
7 years ago |
chengduoZH
|
24459501fe
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_seq_concat
|
7 years ago |
chengduoZH
|
f92b07f0b5
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_seq_pool
|
7 years ago |
Yu Yang
|
d5455b2273
|
Merge pull request #13445 from gongweibao/fixtransformer
Fix transformer random failed
|
7 years ago |
Xin Pan
|
a83a4fab5c
|
Merge pull request #13441 from panyx0718/ir2
simplify and hide bcast_params
|
7 years ago |
Yu Yang
|
e39899da16
|
Fix bug in test_detection_map_op
|
7 years ago |
Tao Luo
|
2d89849125
|
add WITH_INFERENCE_API_TEST option (#13425)
|
7 years ago |
sneaxiy
|
0718113a9c
|
modification
|
7 years ago |
chengduoZH
|
6d0370d27a
|
fix warning
|
7 years ago |
chengduoZH
|
0d7519171e
|
speed up lod_tensor to array and array to lod_tensor
|
7 years ago |