Yang yaming
|
381c6a026d
|
Merge pull request #9100 from pkuyym/fix-9049
Enhance sequence_expand operator
|
7 years ago |
Kexin Zhao
|
d307b5e4a6
|
Merge remote-tracking branch 'upstream/develop' into elementwise_add_fp16
|
7 years ago |
typhoonzero
|
139ae08fdf
|
workable
|
7 years ago |
Kexin Zhao
|
5271c32d24
|
Merge pull request #9223 from kexinzhao/dropout_fp16
Add float16 support to dropout operator
|
7 years ago |
wanghaoshuang
|
89c9f79c8b
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into adadelta
|
7 years ago |
wanghaoshuang
|
7c59ac484f
|
Refine doc and use 'raise' instead of assert
|
7 years ago |
Kexin Zhao
|
3da094fd7b
|
rearrange test
|
7 years ago |
fengjiayi
|
832deee448
|
Merge pull request #9178 from JiayiFeng/fix_bugs_in_reader
Fix bugs in c++ readers
|
7 years ago |
Kexin Zhao
|
509c8399b8
|
address comments
|
7 years ago |
wanghaoshuang
|
e01c770c05
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into average_model
|
7 years ago |
wanghaoshuang
|
d22f4de794
|
Refine sum_accumulates_op.
|
7 years ago |
yangyaming
|
2c22552542
|
Fix some comments and adapt test_machine_translation.py.
|
7 years ago |
fengjiayi
|
6f7e812bb3
|
fix bugs
|
7 years ago |
Tao Luo
|
0e30fae3cf
|
Merge pull request #9219 from putcn/fix-softmax-dep
add math_function to softmax's dep list
|
7 years ago |
Tao Luo
|
8891c8bed4
|
Merge pull request #9225 from jacquesqiao/move-distributed-lookup-table-design
move distributed lookup table design to fluid/dist_train
|
7 years ago |
Tao Luo
|
eff2aef1ed
|
Merge pull request #9226 from PaddlePaddle/shanyi15-patch-1
Repair deadlink of fluid doc
|
7 years ago |
Shan Yi
|
b678b826e6
|
repair deadlink of fluid doc
repair link of "Executor"
|
7 years ago |
yangyaming
|
2f2c5f5e60
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-9049
|
7 years ago |
qiaolongfei
|
839f4fa2b0
|
move distributed lookup table design to fluid/dist_train
|
7 years ago |
Kexin Zhao
|
4bf168b274
|
add fp16 kernel for elementwise add
|
7 years ago |
wangyang59
|
26734cfe77
|
expose dilation option to conv2d and add bias/activation option to con2d_trans
|
7 years ago |
Kexin Zhao
|
182da95317
|
small fix
|
7 years ago |
Kexin Zhao
|
f2bbbb2b66
|
fix arithmetic operator
|
7 years ago |
Kexin Zhao
|
18d616ed70
|
add float16 arithmetic operators on new GPU
|
7 years ago |
Kexin Zhao
|
d03dbb97f9
|
remove AttrType
|
7 years ago |
Kexin Zhao
|
05ad15832a
|
initial commit
|
7 years ago |
Xi Chen
|
9eae086e39
|
add math_function to softmax's dep list
|
7 years ago |
emailweixu
|
b3f076a6e4
|
Merge pull request #9168 from emailweixu/fix_compile
Fix compilation for gcc5.4
|
7 years ago |
chengduo
|
597ba3f3f2
|
add more times close test (#9215)
|
7 years ago |
Abhinav Arora
|
35c373db11
|
Support copy in Fluid channels (#9138)
* Support copy in Fluid channels
* Address PR review comments
|
7 years ago |
wanghaoshuang
|
de2d7299ae
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into adadelta
|
7 years ago |
wanghaoshuang
|
72847ad031
|
Add python API for Adadelta optimizer.
|
7 years ago |
Yang yaming
|
484cff6e9d
|
Merge pull request #9204 from pkuyym/fix-9171
Enhance LoDResetOp and add python wrapper
|
7 years ago |
yangyaming
|
cd11b1bd5c
|
Set default value of y to None.
|
7 years ago |
yangyaming
|
869a6f9cea
|
Add python wrapper.
|
7 years ago |
yangyaming
|
ea788fc5df
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-9171
|
7 years ago |
fengjiayi
|
3bcffd495e
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_MultiEpochReader
|
7 years ago |
fengjiayi
|
0821ee78c5
|
Merge pull request #9206 from Xreki/fix_mac_link_error
Disable the link flags on Mac.
|
7 years ago |
Liu Yiqun
|
961151f17a
|
Disable the link flags on Mac.
|
7 years ago |
fengjiayi
|
d9868b0839
|
Add multi_pass_reader
|
7 years ago |
Xin Pan
|
898e0ffa21
|
Merge pull request #9190 from panyx0718/p2p
Enable P2P memory copy
|
7 years ago |
Xin Pan
|
ce55975bb5
|
fix
|
7 years ago |
Xin Pan
|
18ac6947d0
|
Enable P2P memory copy
On k40 with 4 devices, time reduces from ~4.0 to ~3.8+, should be
more obvious on better hardware
|
7 years ago |
yangyaming
|
332b665fc7
|
Enhanced cpp implementation and unit test.
|
7 years ago |
fengjiayi
|
a431f984f9
|
Merge pull request #9192 from JiayiFeng/mv_img
move two images
|
7 years ago |
wanghaoshuang
|
cad4d7f325
|
Refine initial and API of ModelAverage API
1. Implement 'with model_average.apply()' syntax
2. Init apply_program and restore_program in __init__ functin of ModelAverage
|
7 years ago |
fengjiayi
|
01575e71b2
|
move two images
|
7 years ago |
Tao Luo
|
c068d9c19e
|
Merge pull request #9065 from Xreki/core_inference_shared_library
Limit the symbol table of fluid shared library.
|
7 years ago |
fengjiayi
|
07d38a9b9a
|
refine patch
|
7 years ago |
fengjiayi
|
a571ef382e
|
fix bugs
|
7 years ago |