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
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
dengkaipeng
dbb8d07886
fix doc statement. test=develop
6 years ago
dengkaipeng
eeeebdd006
refine doc. 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
ceci3
3b96aa0839
conflict fix
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
shippingwang
639118260c
fixed typo, test=develop
6 years ago
jerrywgz
4f43e981c1
add comment for revise, test=develop
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
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
ruri
72efef6358
Merge pull request #15887 from shippingwang/cosine_decay_op
...
add cosine decay op, test=develop
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
shippingwang
733da7b2fc
fixed typo, test=develop
6 years ago
ceci3
4b7bf06e1f
test=develop
6 years ago
colourful-tree
7d8f639883
Merge pull request #15902 from colourful-tree/new_develop
...
remove mkldnn & fix commit
6 years ago
jerrywgz
b53fdbed2c
add comment for revise, 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
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
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
Kaipeng Deng
9e524a7b51
Merge pull request #15870 from heavengate/fix_adaptive_pool_doc
...
fix adaptive pool doc.test=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
dengkaipeng
19292ac6a1
fix adaptive pool doc.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
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
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
chengduozh
d79d2f686c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_shape_api_doc
...
test=develop
6 years ago
xuezhong
4424021623
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
6 years ago
chengduozh
3ce12b1b8e
fix shape api doc
...
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
chengduozh
1e46ab2e3e
follow comment
...
test=develop
6 years ago
Dun
f7b768d364
fix group_norm ( #15727 )
...
* fix group_norm
* test=develop
6 years ago
Tao Luo
25ec6a2cfd
Merge pull request #15657 from qingqing01/fix_bn_api
...
Fix batch_norm API for data_layout.
6 years ago