Yang Yang(Tony)
b67ce353fa
speed up test label semantic roles ( #10718 )
7 years ago
Yu Yang
14248a64d7
Fix hang when input is duplicated ( #10709 )
7 years ago
Kexin Zhao
d73f2bd6bd
fix data_feeder lod bug
7 years ago
baiyfbupt
ddd3c15174
bug fix
7 years ago
baiyfbupt
4fef60298f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
Qiao Longfei
5c58eee552
Merge pull request #10690 from jacquesqiao/add-use-op-to-paddle-lib
...
add pybind.h to inference lib for static link
7 years ago
qiaolongfei
1aeb6c5c6d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-mkldnn-to-paddle-lib
7 years ago
Yu Yang
e528862714
Merge pull request #10683 from reyoung/feature/tensor_support_uint8
...
Make tensor support uint8
7 years ago
kolinwei
1ee9fea351
change some code style
7 years ago
kolinwei
07536903d0
change some code style
7 years ago
qiaolongfei
269a62a2b5
add mkldnn to paddle lib
7 years ago
kolinwei
a85d79cdcb
change some code style
7 years ago
Yu Yang
8b1b7564cf
Merge pull request #10671 from chengduoZH/fix_fetch_op_handle
...
Refine fetch op handle
7 years ago
Yu Yang
7ebb24692a
Merge pull request #10666 from reyoung/feature/fix_ninja_build
...
Polish cmake
7 years ago
yuyang18
9b7cd7f906
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/tensor_support_uint8
7 years ago
Yancey
4473effba2
fix build capi failed ( #10694 )
...
* fix build capi
* update by comment
7 years ago
baiyfbupt
fe93cce387
fix roi_pool op bug
7 years ago
kolinwei
113548801f
change some code style
7 years ago
qiaolongfei
3c2fe94c69
clean code
7 years ago
yuyang18
dca1c27304
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/fix_ninja_build
7 years ago
dzhwinter
ed748dae66
"fix dtype test in ci" ( #10667 )
...
* "fix ci"
* "fix network config"
* "rerun ci"
7 years ago
kolinwei
1d69b1ffe3
change some code style
7 years ago
qiaolongfei
ff24f789cb
update pybind.h source dir
7 years ago
kolinwei
2b63b03468
Merge branch 'develop' of https://github.com/kolinwei/Paddle into develop
7 years ago
kolinwei
ed812bdbe8
benchmark script support multi card train
7 years ago
Qiao Longfei
48ac978050
Merge pull request #10687 from jacquesqiao/code-clean
...
code clean
7 years ago
qiaolongfei
11a8814758
add pybind.h to inference lib for static link
7 years ago
Yang Yang(Tony)
6c87e34373
move test_network_with_dtype out of test_all_ops ( #10675 )
7 years ago
typhoonzero
a41a94f2ee
support nccl2 dist train in trainer
7 years ago
qiaolongfei
3b4124a778
code clean
7 years ago
yuyang18
fd2b4b478e
Make tensor support uint8
7 years ago
yuyang18
624caee56b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_fetch_op_handle
7 years ago
yuyang18
dfbe06ccab
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/fix_ninja_build
7 years ago
yuyang18
791af3a088
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/trainer_by_pe
7 years ago
Yu Yang
9707aa6bde
Merge pull request #10619 from reyoung/feature/exec_strategy
...
Clean code & add execution strategy
7 years ago
Qiao Longfei
1c4bb5c83d
user need to set feed order for Trainer.train and Trainer.test ( #10679 )
7 years ago
Qiao Longfei
6c32052653
Merge pull request #10660 from jacquesqiao/add-boost-to-inference
...
add boost to inference lib
7 years ago
daminglu
74ca73b80d
Update trainer api ( #10674 )
7 years ago
qiaolongfei
628c8d5154
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-boost-to-inference
7 years ago
Siddharth Goyal
6af0593c6a
Add FP16 option to load_combine op ( #10601 )
7 years ago
chengduoZH
e383ea20dc
fix fetch op handle
7 years ago
yuyang18
999d0fdbef
By default is all reduce
7 years ago
yuyang18
c8f3ed2300
Skip buggy test
7 years ago
yuyang18
5895989a4f
Add ref
7 years ago
yuyang18
a77d1bc65e
Add debug code
7 years ago
yuyang18
9e736215e8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/exec_strategy
7 years ago
Xin Pan
94c0a64d62
Fix a profiler race condition
...
In multi-thread condition, EnableProfiler can
be called after RecordEvent is constructed. In this
case, RecordEvent constructor will not init anything,
but RecordEvent destructor will do something since EnableProfiler
was called.
This PR fixes it.
7 years ago
Yu Yang
5f6fd26fbd
Merge pull request #10572 from reyoung/feature/polish_visit_data_type
...
Polish data_type.h
7 years ago
Xin Pan
30c350b91c
Merge pull request #10659 from panyx0718/fix_rpc
...
Delete prefetch_ctx_ after use.
7 years ago
gongweibao
13836b046f
Change default split minimize value to speed up transport data to pserver. ( #10635 )
...
Change default split minimize value to speed up transport data to pserver
7 years ago