Luo Tao
|
045589fae4
|
fix compiler error in high-level api
|
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 |
gongweibao
|
062d5a56b4
|
Add comments to a singleton. (#11333)
|
7 years ago |
Wu Yi
|
b7c683b892
|
Merge pull request #11326 from jacquesqiao/fix-distribute_transpiler
fix distribute_transpiler
|
7 years ago |
tangwei12
|
d896134f80
|
Merge pull request #10878 from seiriosPlus/new_api_about_cpkt
New api about checkpoint and models
|
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 |
Wu Yi
|
7bcc98089a
|
Merge pull request #11321 from Yancey1989/polish_sparse_update
polish sparse update logic
|
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 |
guochaorong
|
310598f99b
|
Update device_tracer.cc
|
7 years ago |
fengjiayi
|
fae3d8d2dc
|
Merge pull request #11311 from JiayiFeng/a_small_fix
fix a small compile error on Mac
|
7 years ago |
tangwei12
|
5c8397a88f
|
remove chief in test
|
7 years ago |
Yancey1989
|
56964946d4
|
polish sparse update logic
|
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 |
guochaorong
|
04b8d3d03c
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into paddle_fix
|
7 years ago |
guochaorong
|
0fec9469f9
|
fix some bugs introduced by unfreed memory
|
7 years ago |
Yan Chunwei
|
145aaa4b49
|
loose threshold of TRT for CI in different model (#11305)
|
7 years ago |
fengjiayi
|
d745840a6e
|
fix a small compile error on Mac
|
7 years ago |
fengjiayi
|
b587a7f66e
|
Merge pull request #11293 from JiayiFeng/update_crop_op
Update crop op
|
7 years ago |
Xin Pan
|
259e63d4a1
|
Merge pull request #11248 from panyx0718/dist
Fix sparse vars usage for dist train
|
7 years ago |
Xin Pan
|
f25abbae51
|
Merge pull request #1 from Yancey1989/panxin_polish_sparse
polish sparse update code
|
7 years ago |
Xin Pan
|
2d7c836d32
|
Merge pull request #11295 from panyx0718/doc
Refine API doc string
|
7 years ago |
Yu Yang
|
8deff48db0
|
Merge pull request #11081 from reyoung/feature/python_doc
Add document to random crop operator
|
7 years ago |
weixing
|
e3cb0dc303
|
Merge pull request #11284 from reyoung/feature/polish_rst_file
Remove warning for rst file
|
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
|
c7bbfb33ad
|
Fix a GPU bug
|
7 years ago |
Yancey1989
|
1239fce771
|
polish sparse update code
|
7 years ago |
Yancey
|
0aa9546eed
|
fix dist train error (#11281)
* fix dist train error
* update by comment
|
7 years ago |
chengduo
|
8fa457f9cd
|
Merge pull request #11296 from typhoonzero/fix_fluid_benchmark_performance_data
fix small bug in caculating speed
|
7 years ago |
yi.wu
|
7e861f0ee4
|
fix small bug in caculating speed
|
7 years ago |
Xin Pan
|
e80c6b3c24
|
Refine API doc string
|
7 years ago |
tensor-tang
|
80e882a398
|
Merge pull request #11247 from tensor-tang/infer_api
Infer multi-threads API Demo and UT
|
7 years ago |
cuichaowen
|
9141bee1e7
|
add Anakin api for paddle (#11228)
|
7 years ago |
fengjiayi
|
24649a780d
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update_crop_op
|
7 years ago |
dzhwinter
|
d48172f22a
|
split reduce op into multiple libraries, accelerate the compiling (#11029)
* "split into multiple .ccl"
* "refine file structure"
* "refine files"
* "remove the cmakelist"
* "fix typo"
* "fix typo"
* fix ci
|
7 years ago |
fengjiayi
|
5803115720
|
Merge pull request #11288 from JiayiFeng/fix_bug_of_ExecutionContext
fix bugs in the implementation of 'HasInput' and 'HasOutput'
|
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 |
fengjiayi
|
9ce0885067
|
Merge branch 'fix_bug_of_ExecutionContext' into update_crop_op
|
7 years ago |
fengjiayi
|
dc8e0b494d
|
fix bugs in the implementation of 'HasInput' and 'HasOutput'
|
7 years ago |
yuyang18
|
2dd66ef65e
|
Do not generate doc for op_role and op_attr_name
|
7 years ago |
yuyang18
|
9dee933845
|
Remove warning for rst file
|
7 years ago |
tensor-tang
|
e030741df9
|
fix gpu fraction
|
7 years ago |
fengjiayi
|
4f46a98fa9
|
stash
|
7 years ago |
tensor-tang
|
746a62ebe6
|
add gpu tests
|
7 years ago |