Jiabin Yang
0217058321
test=develop, fix layers bug ( #16099 )
6 years ago
Jiabin Yang
4f3c8a41be
test=develop, fix layers bug ( #16099 )
6 years ago
Zhen Wang
3cf0ee414d
update some details. test=develop
6 years ago
jerrywgz
b0e3c02410
Merge pull request #15952 from jerrywgz/fpn_ops
...
add distribute fpn proposals op, test=develop
6 years ago
sneaxiy
d0f8d94ca4
try to fix unittest
...
test=develop
6 years ago
tensor-tang
2e7fea2b7f
polish the cast op doc ( #16078 )
...
* polish the cast op doc
test=develop
* follow comments
test=develop
* fix api.spec
test=develop
6 years ago
tensor-tang
9be825a982
polish the cast op doc ( #16078 )
...
* polish the cast op doc
test=develop
* follow comments
test=develop
* fix api.spec
test=develop
6 years ago
ceci3
fe888728d6
test=develop, change testfile
6 years ago
jerrywgz
847bb6a279
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fpn_ops
6 years ago
Wu Yi
5e92eb3f25
add parallel graph dist test ( #16076 )
...
* add parallel graph dist test=develop
* update test=develop
* update style test=develop
6 years ago
jerrywgz
e5759d6c38
refine doc, test=develop
6 years ago
jerrywgz
2b41743791
fix doc, test=develop
6 years ago
jerrywgz
c2eda2325b
refine code, test=develop
6 years ago
jerrywgz
a2e83d1d7b
add box_coder_and_assign, test=develop
6 years ago
Wu Yi
d206582337
add parallel graph dist test ( #16076 )
...
* add parallel graph dist test=develop
* update test=develop
* update style test=develop
6 years ago
minqiyang
6871fe635b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into transfer_gru_unit
6 years ago
minqiyang
f49d9b393c
Transfer GRU unit
...
test=develop
6 years ago
jerrywgz
893789a0d1
Merge pull request #16050 from jerrywgz/add_box_decoder_and_assign
...
Add box decoder and assign
6 years ago
ceci3
69859718a0
test=develop, change labels name
6 years ago
ceci3
c109e6b3aa
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into npair_loss0
6 years ago
ceci3
7613918e23
test=develop, change labels name
6 years ago
Zhen Wang
0cb50bb983
avoid ce fails on windows.
6 years ago
xiaolil1
a177d48217
Add Requantize OP ( #15318 )
...
* Enable INT8 ReQuantize OP
test=develop
* Clean code
test=develop
* Add comments
test=develop
* Revert "Clean code"
test=develop
This reverts commit a7a49b8aa214f9730cb84e11ea96da564fe4b4d9.
* Modify requantize op test
test=develop
* fix requantize UT by moving public function to public test file.
test=develop
* Fix test fail due to file address change.
test=develop
* Change file address for requantize op.
test=develop
6 years ago
sneaxiy
7b608396fe
fix travis-ci format check
...
test=develop
6 years ago
ceci3
dc57952b7f
test=develop, add random to testfile
6 years ago
chengduo
84e3adbe60
Fix reshape bug ( #16069 )
...
* In some case, the input may have one than one negative value.
test=develop
* fix matmul bug
test=develop
6 years ago
Jiabin Yang
ab19d92e16
test=develop, reconstruct layer helper to fit imperative usage ( #15938 )
...
* test=develop, reconstruct layer helper to fit imperative usage
* test=develop, fix import error on py35
* test=develop, fix rnn gradient error
* test=develop, delete test use code
* test=develop, remove helper from imperative usage
* test=develop, fix test_base_layer using new helper
* test=develop, reconstruct layerhelper for imperative mode
* test=develop, reconstruct layerhelper for imperative mode
* test=develop, fix bug
* test=develop, fix test failed bug
* test=develop, fix test failed bug
* test=develop, fix test failed bug
* test=develop, fix bug
* test=develop, polish code
6 years ago
wopeizl
eb367f990c
remove the ignored from is_empty and less_than test=develop ( #15971 )
...
* remove the ignored from is_empty and less_than test=develop
* fix api spec test=develop
* fix the api spec test=develop
* test=develop
6 years ago
chengduo
9c3560931c
Unified PE and compiler ( #16042 )
...
* unified PE and compiler
test=develop
* Polish code
test=develop
6 years ago
liuwei1031
9cc6f4009f
add IfElse test case for ir memory optimize ( #15998 )
...
* add ir memory optimize test case for IfElse op, test=develop
* fix some unitttest failure by force using the python memory_optimize, test=develop
* tweak comments, test=develop
* fix unittest, test=develop
* fix unittest, test=develop
6 years ago
whs
bd9669003f
Make sequence_erase op support for input with multi-level LoD. ( #15982 )
...
test=develop
6 years ago
lidanqing
21156b8d4c
MKLDNN: Add UT for conv_transpose_mkldnn op. ( #16030 )
...
* MKLDNN: Add UT for conv_transpose_mkldnn op.
test=develop
* MKLDNN: Add fuse_bias check UT for conv_transpose_mkldnn op.
test=develop
6 years ago
dengkaipeng
dbb8d07886
fix doc statement. test=develop
6 years ago
dengkaipeng
eeeebdd006
refine doc. test=develop
6 years ago
dengkaipeng
9c47f36d1b
fix spectral_norm doc. test=develop
6 years ago
dengkaipeng
91f8531586
refine test_spectral_norm. test=develop
6 years ago
dengkaipeng
12416a24d2
add doc and test_layers. test=develop
6 years ago
dengkaipeng
63d322f07c
fix attr dim calc. test=develop
6 years ago
dengkaipeng
ca1502c7f5
add grad kernel for spectral_norm. test=develop
6 years ago
dengkaipeng
8956a59637
add unittest for spectral_norm. test=develop
6 years ago
dengkaipeng
fd66089d23
add spectral_norm forwarn kenel
6 years ago
chengduo
c67afb0f76
Fix reshape bug ( #16069 )
...
* In some case, the input may have one than one negative value.
test=develop
* fix matmul bug
test=develop
6 years ago
Jiabin Yang
654825cfe3
test=develop, reconstruct layer helper to fit imperative usage ( #15938 )
...
* test=develop, reconstruct layer helper to fit imperative usage
* test=develop, fix import error on py35
* test=develop, fix rnn gradient error
* test=develop, delete test use code
* test=develop, remove helper from imperative usage
* test=develop, fix test_base_layer using new helper
* test=develop, reconstruct layerhelper for imperative mode
* test=develop, reconstruct layerhelper for imperative mode
* test=develop, fix bug
* test=develop, fix test failed bug
* test=develop, fix test failed bug
* test=develop, fix test failed bug
* test=develop, fix bug
* test=develop, polish code
6 years ago
sneaxiy
33138a421d
remove match check
...
test=develop
6 years ago
wopeizl
7fbf52daa3
remove the ignored from is_empty and less_than test=develop ( #15971 )
...
* remove the ignored from is_empty and less_than test=develop
* fix api spec test=develop
* fix the api spec test=develop
* test=develop
6 years ago
Zhen Wang
8063b31e2d
Reduce redundant code for channel wise dequant op. test=develop
6 years ago
chengduo
c11f531244
Unified PE and compiler ( #16042 )
...
* unified PE and compiler
test=develop
* Polish code
test=develop
6 years ago
Zhen Wang
e8f9dac7ab
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into channel_wise_quant_op
...
test=develop
6 years ago
Zhen Wang
806832e091
update the input format of channel wise dequantize op.
6 years ago
jerrywgz
f0177a1ed1
refine doc, test=develop
6 years ago
jerrywgz
072eca348a
refine doc, test=develop
6 years ago
Kaipeng Deng
6d8771b55c
Merge pull request #15864 from heavengate/spectral_norm
...
Add spectral norm op
6 years ago
sneaxiy
814a759061
merge develop
...
test=develop
6 years ago
sneaxiy
597dc65e76
enhance gc
...
test=develop
6 years ago
liuwei1031
caadd0581d
add IfElse test case for ir memory optimize ( #15998 )
...
* add ir memory optimize test case for IfElse op, test=develop
* fix some unitttest failure by force using the python memory_optimize, test=develop
* tweak comments, test=develop
* fix unittest, test=develop
* fix unittest, test=develop
6 years ago
whs
0f99d24083
Make sequence_erase op support for input with multi-level LoD. ( #15982 )
...
test=develop
6 years ago
Zhen Wang
89dee160d1
add channel wise dequantize op.
6 years ago
jerrywgz
b4f5180299
fix doc, test=develop
6 years ago
jerrywgz
21e0d35ce3
fix formula, test=develop
6 years ago
jerrywgz
d1901f27bc
refine doc
6 years ago
jerrywgz
a1ef7df865
refine code, test=develop
6 years ago
jerrywgz
d497bd9079
resolve conflict, test=develop
6 years ago
jerrywgz
41471d28ac
add box_coder_and_assign, test=develop
6 years ago
lidanqing
02c106c717
MKLDNN: Add UT for conv_transpose_mkldnn op. ( #16030 )
...
* MKLDNN: Add UT for conv_transpose_mkldnn op.
test=develop
* MKLDNN: Add fuse_bias check UT for conv_transpose_mkldnn op.
test=develop
6 years ago
dengkaipeng
54bbbfa71f
fix doc statement. test=develop
6 years ago
dengkaipeng
c1a69e3ea0
refine doc. test=develop
6 years ago
dengkaipeng
82d514345c
fix spectral_norm doc. test=develop
6 years ago
dengkaipeng
24fa74d901
refine test_spectral_norm. test=develop
6 years ago
dengkaipeng
2ea5843cbf
add doc and test_layers. test=develop
6 years ago
dengkaipeng
037855f42d
fix attr dim calc. test=develop
6 years ago
dengkaipeng
70dbd59839
add grad kernel for spectral_norm. test=develop
6 years ago
dengkaipeng
72509ec3bd
add unittest for spectral_norm. test=develop
6 years ago
dengkaipeng
3bf1ae9b59
add spectral_norm forwarn kenel
6 years ago
Zhen Wang
545247d7b4
add channel wise quantize op.
6 years ago
ceci3
44a4ac0f8c
fix API.spec and testfile
6 years ago
ceci3
3b96aa0839
conflict fix
6 years ago
lidanqing
667bc256d2
UT for conv2d_mkldnn_op with fuse_bias and fuse_residual ( #16016 )
...
test=develop
6 years ago
chengduo
d4b461eb10
Unified ParallelExecutor and Compiler ( #15970 )
...
* Unified ParallelExecutor and Compiler
6 years ago
Krzysztof Binias
ea9d6731dc
Add test for ceil mode
...
test=develop
6 years ago
sneaxiy
1a5f31b53c
Fix doc
...
test=develop
6 years ago
Zhen Wang
aabe84708a
improve save_persistable api doc. test=develop ( #15911 )
6 years ago
Tink_Y
8949a94691
refine image_resize annotation ( #15976 )
...
* fix image_resize annotation
test=develop
* fix some typo
* Update nn.py
* Update interpolate_op.cc
test=develop
6 years ago
minqiyang
94c8ce3f13
reduce ut time
...
test=develop
6 years ago
minqiyang
a5dc2812e3
increment resnet and ptbrnn's batch_num
...
test=develop
6 years ago
minqiyang
3723dcc301
Polish code
...
test=develop
6 years ago
minqiyang
212242c4e4
Polish code
...
test=develop
6 years ago
minqiyang
3f4aeed57f
Polish code
...
test=develop
6 years ago
minqiyang
b754bf30fb
Reset output var's pre_op pointer when op was destructed
6 years ago
baojun
ac72bcd065
Added adam op test=develop ( #15710 )
6 years ago
shippingwang
639118260c
fixed typo, test=develop
6 years ago
dzhwinter
4449e85528
polish cudnn related code and fix bug. ( #15164 )
...
* staged.
* polish code
* polish code. test=develop
* polish code. test=develop
* api change. test=develop
* fix default value. test=develop
* fix default value. test=develop
6 years ago
Xin Pan
8e094f7117
polish
...
test=develop
6 years ago
Xin Pan
9f3a325222
add deprecation warning.
...
test=develop
6 years ago
mozga-intel
06a7f741f0
The flag of mkldnn is enabled iff it is necessary
...
test=develop
6 years ago
baojun-nervana
320b27988c
added concat op test=develop
6 years ago
minqiyang
b71af29fb4
Remove var op deps in imperative mode
...
test=develop
6 years ago
tensor-tang
ce4cc482a4
add sgd jitcode and op test
...
test=develop
6 years ago
minqiyang
cd2db80655
Add tracer implementation
...
test=develop
6 years ago
minqiyang
701af43958
Fix bugs
...
test=develop
6 years ago
jerrywgz
4f43e981c1
add comment for revise, test=develop
6 years ago
minqiyang
f1a2d20430
invoke backward_hooks after reduce op's depcounts map
...
test=develop
6 years ago
minqiyang
e0a2b472f4
Move ClearBlock into OpBase and VarBase's destructor
...
test=develop
6 years ago
minqiyang
9abf40c9e2
Add imperative python tracer
6 years ago
shippingwang
13e891516b
add cosine decay op, test=develop
6 years ago
jerrywgz
b2ce832021
change default option related to softmax, test=develop
6 years ago
sneaxiy
a9ea99d700
merge develop
6 years ago
Zeng Jinle
cae6614c98
Merge pull request #16005 from sneaxiy/develop-fix-executor-doc
...
Fix develop Executor doc
6 years ago
lidanqing
dd1c7ee604
UT for conv2d_mkldnn_op with fuse_bias and fuse_residual ( #16016 )
...
test=develop
6 years ago
Tao Luo
96f7fc60ee
Merge pull request #16013 from kbinias/kbinias/poll-mkldnn-ut
...
MKL-DNN: Add a unit test for pooling when ceil mode is enabled
6 years ago
chengduo
ae37f82964
Unified ParallelExecutor and Compiler ( #15970 )
...
* Unified ParallelExecutor and Compiler
6 years ago
Krzysztof Binias
54f21a5c47
Add test for ceil mode
...
test=develop
6 years ago
sneaxiy
7c4303bc4a
Fix doc
...
test=develop
6 years ago
Zhen Wang
46c5e37858
improve save_persistable api doc. test=develop ( #15911 )
6 years ago
Tink_Y
31d830de9f
refine image_resize annotation ( #15976 )
...
* fix image_resize annotation
test=develop
* fix some typo
* Update nn.py
* Update interpolate_op.cc
test=develop
6 years ago
ceci3
f6d186782a
test=develop
6 years ago
sneaxiy
3334c279d0
add sample_generator
...
test=develop
6 years ago
Qiyang Min
187cffd019
Merge pull request #15928 from velconia/imperative_backward_hooks
...
Imperative backward hooks
6 years ago
jerrywgz
a9c0968b79
refine api doc, test=develop
6 years ago
minqiyang
fa1ff1d2f1
reduce ut time
...
test=develop
6 years ago
Tao Luo
c494f64a0f
Merge pull request #15941 from mozga-intel/mozga-intel/enable_mkldnn_framework
...
The flag of mkldnn engine is enabled iff it is necessary
6 years ago
tensor-tang
e5f9d3a47c
Merge pull request #15892 from tensor-tang/jit/sgd
...
refine sgd op
6 years ago
minqiyang
659a719315
increment resnet and ptbrnn's batch_num
...
test=develop
6 years ago
minqiyang
50639fafdb
Polish code
...
test=develop
6 years ago
ruri
72efef6358
Merge pull request #15887 from shippingwang/cosine_decay_op
...
add cosine decay op, test=develop
6 years ago
minqiyang
fe406b98c9
Polish code
...
test=develop
6 years ago
Xin Pan
a63e2a0a4f
Merge pull request #15948 from panyx0718/api2
...
Add deprecation warning
6 years ago
minqiyang
f469bb6b36
Polish code
...
test=develop
6 years ago
sneaxiy
7b5a9d75d9
add cache reader
...
test=develop
6 years ago
minqiyang
ac88c62a5b
Reset output var's pre_op pointer when op was destructed
6 years ago
baojun
f285191fb3
Added adam op test=develop ( #15710 )
6 years ago
jerrywgz
b92ef45fe9
Merge pull request #15678 from jerrywgz/refine_softmax_with_cross_entropy
...
change default option related to softmax, test=develop
6 years ago
tensor-tang
58b8231338
added concat op test=develop ( #15946 )
6 years ago
shippingwang
733da7b2fc
fixed typo, test=develop
6 years ago
jerrywgz
0f652f304c
add distribute fpn proposals op, test=develop
6 years ago
ceci3
6bce986107
2018 -> 2019
6 years ago
dzhwinter
225c11a91f
polish cudnn related code and fix bug. ( #15164 )
...
* staged.
* polish code
* polish code. test=develop
* polish code. test=develop
* api change. test=develop
* fix default value. test=develop
* fix default value. test=develop
6 years ago
Xin Pan
0c277ac6e9
polish
...
test=develop
6 years ago
ceci3
4b7bf06e1f
test=develop
6 years ago
sneaxiy
69b1ebdfa5
merge develop
...
test=develop
6 years ago
Xin Pan
840cf780e4
add deprecation warning.
...
test=develop
6 years ago
mozga-intel
68a9ead17a
The flag of mkldnn is enabled iff it is necessary
...
test=develop
6 years ago
baojun-nervana
e4ab40a7b9
added concat op test=develop
6 years ago
minqiyang
cb85ee987b
Remove var op deps in imperative mode
...
test=develop
6 years ago
colourful-tree
7d8f639883
Merge pull request #15902 from colourful-tree/new_develop
...
remove mkldnn & fix commit
6 years ago
dzhwinter
15de2dff00
Merge pull request #15926 from dzhwinter/test/add_ir_mem_opt_tests
...
add ir memory optimize test base
6 years ago
Zhen Wang
e00c7a2e26
Merge pull request #15830 from wzzju/add_ir_node_encapsulation
...
add IrNode&IrVarNode&IrOpNode. test=develop
6 years ago
tensor-tang
7044cfa7c7
add sgd jitcode and op test
...
test=develop
6 years ago
qingqing01
8e439ccfff
Fix bug in fake_quantize_op and add more unit testing ( #15912 )
6 years ago
minqiyang
50c2eb0ec2
Add tracer implementation
...
test=develop
6 years ago
dzhwinter
48d9fd08e5
fix default value. test=develop
6 years ago
minqiyang
efb2f2baf8
Fix bugs
...
test=develop
6 years ago
Tao Luo
2c5c7b2a7e
Merge pull request #15922 from kbinias/kbinias/reuse-primitives-activations-and-softmax-mkldnn-ut
...
MKL-DNN: Add Activations and Softmax UTs to check if primitives already exist in backward
6 years ago
dzhwinter
dfb2121967
fix default value. test=develop
6 years ago
dzhwinter
a4cf295471
fix default value. test=develop
6 years ago
dzhwinter
a922a0a1ef
fix default value. test=develop
6 years ago
jerrywgz
b53fdbed2c
add comment for revise, test=develop
6 years ago
sneaxiy
2e67f8ae88
add doc
...
test=develop
6 years ago
dzhwinter
6477b443f3
fix default value. test=develop
6 years ago
chengduo
7ca8553d4e
Add alloc_continuous_space_op ( #15900 )
...
* add alloc_continuous_space_op
test=develop
* Polish code
test=develop
* follow comment
test=develop
6 years ago
dzhwinter
131e4a3b5f
Merge pull request #15904 from dzhwinter/fix/disable_temp
...
fix nightly build
6 years ago
Krzysztof Binias
851ea04dec
Add UTs to check whether primitives for activations and softmax already exist in backward
...
test=develop
6 years ago
Zhen Wang
548931456c
update some functions' names according to the suggestion. test=develop
6 years ago
sneaxiy
c545f1ed8f
unify API
...
test=develop
6 years ago
minqiyang
b420ec3a92
invoke backward_hooks after reduce op's depcounts map
...
test=develop
6 years ago
Qiyang Min
4bd28b304b
Merge pull request #15831 from velconia/imperative_engine
...
Imperative training network to the end
6 years ago
Xin Pan
a6e3cd5eb7
Merge pull request #15425 from panyx0718/api
...
Pass graph to parallel executor instead of program
6 years ago
sneaxiy
a8c4324d3c
fix hang bug
6 years ago
sneaxiy
b17541a9c1
fix hang bug
6 years ago
Zhen Wang
0bf809c9b3
add set_attr for IrOpNode. test=develop
6 years ago
Zhen Wang
7c8f7df2fe
add some op_des funs to IrOpNode and add some var_des funs to IrVarNode. test=develop
6 years ago
Zhen Wang
33f99d6197
add IrNode&IrVarNode&IrOpNode. test=develop
6 years ago
qingqing01
d8128930ef
Refine doc of uniform_random and fix dtype ( #15873 )
...
* Refine doc of uniform_random and fix dtype
* Update defaule value in the arguments
6 years ago
Xin Pan
44e7fcddc5
Merge pull request #15844 from panyx0718/infer
...
add per kernel config and remove const_cast.
6 years ago
minqiyang
84bf4d7b06
Move ClearBlock into OpBase and VarBase's destructor
...
test=develop
6 years ago
Xin Pan
8b1672fe76
follow comments
...
test=develop
6 years ago
minqiyang
2b3510bc50
Add imperative python tracer
6 years ago
dzhwinter
2578241996
fix default value. test=develop
6 years ago
colourful-tree
f2d6473ef8
Merge branch 'develop' into new_develop
6 years ago
heqiaozhi
04f876f5bc
remove mkl & fix commit
6 years ago
dengkaipeng
de50854e2d
add python example. test=develop
6 years ago
dengkaipeng
60305196b8
fix spell mistakes. test=develop
6 years ago
dengkaipeng
26825d991d
use comment in pool3d. test=develop
6 years ago
dengkaipeng
aecc9741c0
fix pool3d doc. test=develop
6 years ago
xuezhong
f857e07987
Merge pull request #15893 from xuezhong/add_sample_logits_op
...
fix bug for sampled softmax
6 years ago
乔龙飞 Qiao Longfei
ec8e878200
Merge pull request #15840 from jacquesqiao/revert-15684-revert-15661-fix-cpu-broadcast
...
fix cpu broadcast
6 years ago
xuezhong
a5acb37e4a
use soft label for sampled softmax
...
test=develop
6 years ago
xuezhong
1dad36f6aa
Merge pull request #15609 from xuezhong/add_sample_logits_op
...
add sample_logits and sampled_softmax_with_cross_entropy op
6 years ago
Qiao Longfei
2b7931d5c9
refine code test=develop
6 years ago
Kaipeng Deng
9e524a7b51
Merge pull request #15870 from heavengate/fix_adaptive_pool_doc
...
fix adaptive pool doc.test=develop
6 years ago
sneaxiy
1e4c0a6f72
merge develop
6 years ago
shippingwang
eb932f717a
add cosine decay op, test=develop
6 years ago
dengkaipeng
144016fcfc
fix adaptive_pool and yolov3_loss. test=develop
6 years ago
minqiyang
9dc64edfd9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_engine
...
test=develop
6 years ago
Xin Pan
4a00bea736
Merge pull request #15789 from panyx0718/imperative2
...
polish parameter names
6 years ago
Xin Pan
12a0e2ed9d
polish codes
...
test=develop
6 years ago
Xin Pan
19d78f6797
polish
...
test=develop
6 years ago
xuezhong
d266bac943
remove test temporal
...
test=develop
6 years ago
xuezhong
81870723c6
Merge pull request #15605 from xuezhong/fix_bug_for_lstmp
...
Fix bug for lstmp
6 years ago
minqiyang
1bf4b8ab60
keep parameters in block
...
test=develop
6 years ago
Xin Pan
32d5a16036
resolve conflicts
...
test=develop
6 years ago
dengkaipeng
19292ac6a1
fix adaptive pool doc.test=develop
6 years ago
Xin Pan
006c32f93d
polish parameter names
...
parameters within a Layer instance should be unique.
test=develop
6 years ago
Krzysztof Binias
309ea6f2de
Fix for pylint Failed
...
test=develop
6 years ago
Xin Pan
26e32e095a
allow compiler to use graph
...
test=develop
6 years ago
minqiyang
8fe0c0c52c
implement backward refs
6 years ago
Krzysztof Binias
1578c60bdd
Add new ut and remove unnecessary code
...
test=develop
6 years ago
Xin Pan
5eb87506bc
add per kernel config and remove const_cast.
...
test=develop
6 years ago
xuezhong
a7e7d95203
Merge pull request #15630 from xuezhong/fix_bug_adagrad2
...
add initial_accumulator_value for adagrad
6 years ago
Xin Pan
6019054cdd
Merge pull request #15716 from Yancey1989/refine_pg
...
Refine ParallelGraph Execution
6 years ago
Dun
a83e470405
Profiler refine and add CUDA runtime api tracer ( #15301 )
...
* refine profiler && add runtime tracer
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* fix bug && test=develop
* add thread id map && test=develop
* test=develop
* testing
* bug fix
* remove cuda event && refine code && test=develop
* test=develop
* test=develop
* test=develop
* fix windows temp file && test=develop
* test=develop
* fix windows bug && test=develop
* fix start up issue && test=develop
* code polish && test=develop
* remove unused code && test=develop
* add some cupti cbid && test=develop
* add FLAGS_multiple_of_cupti_buffer_size && test=develop
* fix compile error && test=develop
* add keyword && test=develop
* fix && test=develop
* code polish && test=develop
6 years ago
minqiyang
74551758cc
Polish code
...
test=develop
6 years ago
minqiyang
1f0ef42e60
Change atol of numpy allclose
6 years ago
jerrywgz
c0d33f1362
Merge pull request #15817 from jerrywgz/fix_nm_unittest_py36
...
fix nms unittest in py36
6 years ago
Zeng Jinle
c420375185
Merge pull request #15806 from sneaxiy/fix-compiler
...
Fix compiler.py place compare bug
6 years ago
xuezhong
46fcadec18
add parameter description
...
test=develop
6 years ago
tangwei12
971f3bc9b0
fix params with only 1 dim ( #15828 )
...
* fix params with only 1 dim
* test=develop
6 years ago
minqiyang
f53e1d5c4b
implement ClearBlock
6 years ago
chengduo
fbb5404652
fix test_parallel_executor_seresnex timeout ( #15812 )
...
test=develop
6 years ago
sneaxiy
27e1a9ee5a
fix hang bug
...
test=develop
6 years ago
sneaxiy
7160cb0f32
decoupled reader
...
test=develop
6 years ago
mozga-intel
13ec2d331b
Enable momentum operator for a ngraph engine ( #15673 )
...
* Enable momentum operator for a ngraph engine
test=develop
* Update tests
test=develop
* Unnecessary line of the code as intended was removed
test=develop
6 years ago
jerrywgz
4711d88a2f
fix nms unittest in py36, test=develop
6 years ago
dzhwinter
a0666b05c4
Merge pull request #15784 from dzhwinter/fix/add_test
...
fix default value in compiler.py
6 years ago
Jiabin Yang
f1df9dba24
test=develop, update fluid.layers to LaryerHelper ( #15797 )
6 years ago
sneaxiy
d331e97af8
fix compiler place compare
...
test=develop
6 years ago
xuezhong
6b83845c41
update for backward compatibility
...
test=develop
6 years ago
xuezhong
d328660304
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
xuezhong
57294fa890
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_adagrad
...
test=develop
6 years ago
xuezhong
794b90c93f
for backward compatibility
6 years ago
Tao Luo
6402424f7a
Merge pull request #15773 from chengduoZH/fix_shape_api_doc
...
Fix shape api doc
6 years ago
xuezhong
d12252e6a6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
...
test=develop
6 years ago
xuezhong
bf6eb60d12
change var name
6 years ago
xuezhong
c5360a3f6b
refine code
6 years ago
Zeng Jinle
adea672b0e
Merge pull request #15783 from sneaxiy/develop-fix-api-arg0
...
Fix pybind api arg0
6 years ago
chengduozh
9ae764c11d
fix doc
...
test=develop
6 years ago
mozga-intel
df23a6f894
Enable cross_entropy operator for a ngraph engine ( #15674 )
...
* Enable cross_entropy operator for a ngraph engine
test=develop
* Update tests
test=develop
* Added PADDLE_ENFORCE for the batch_norm operator
test=develop
* Update the message about which format are supported right now
test=develop
6 years ago
dzhwinter
07ee40c6e9
fix default value. test=develop
6 years ago
Yiqun Liu
56a5039e24
Correct the doc in Python API ( #15725 )
...
* Correct the comment in control_flow.py.
* Correct the argument list of ops.
test=develop
* Update API.spec.
test=develop
* Skip op_callstack attr for all op apis.
test=develop
* Remove use_mkldnn and is_test from python api.
test=develop
* Remove use_mkldnn and is_test from op_proto_maker and hard-coding them in python when generating doc string.
test=develop
6 years ago
sneaxiy
3d0610b59b
fix data doc
...
test=develop
6 years ago
baojun
72061b0ac0
Add ngraph op coverage ( #15721 )
6 years ago
Tao Luo
572c67e653
Merge pull request #15775 from velconia/fix_api_ftrl_opt
...
Fix FtrlOptimizer's API comment
6 years ago
chengduozh
d79d2f686c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_shape_api_doc
...
test=develop
6 years ago
dzhwinter
28609b3435
Merge pull request #15696 from dzhwinter/cherry-pick/memory
...
cherry picked modifies.
6 years ago
xuezhong
4424021623
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
6 years ago
minqiyang
700495e11f
Fix FtrlOptimizer's API comment
...
test=develop
6 years ago
chengduozh
3ce12b1b8e
fix shape api doc
...
test=develop
6 years ago
minqiyang
52e5ee60bd
Add debug info
6 years ago
dzhwinter
6cb0208ab0
add reference. test=develop
6 years ago
Tao Luo
a2a0251db0
Merge pull request #15681 from chengduoZH/refine_api_doc
...
Refine the doc of reshape, stack
6 years ago
dzhwinter
18afb77e78
polish code for reading. test=develop
6 years ago