Yang Yang
f5e73f4c7e
pass simple elementwise_add op
8 years ago
fengjiayi
b0d2235834
Bug fix
8 years ago
Yu Yang
703321e2be
Fix CI
8 years ago
fengjiayi
8cebc270f5
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_backward_for_op_desc
8 years ago
fengjiayi
7e4648338a
Fix bug
8 years ago
Yi Wang
e08367c806
Add few blank lines
8 years ago
fengjiayi
e47770bd27
Update
8 years ago
dzhwinter
8bf209f9f0
Merge pull request #4548 from dzhwinter/fix_backward2
...
add generic add operator
8 years ago
Yu Yang
b2806135a5
Change Interface to unique_ptr
8 years ago
Markus Kliegl
48a9ab4a08
minor language fixes
8 years ago
fengjiayi
9935fdd3dd
Update
8 years ago
Yi Wang
62de57e1ee
Update lod_tensor.md
8 years ago
qijun
6c4d1f551d
refine codes
8 years ago
Yu Yang
3395bf7ad0
Remove duplicated method in OpDesc
8 years ago
Yang Yang
e946fc1519
add elementwise_add
8 years ago
Yu Yang
d068777a9f
Merge branch 'develop' of github.com:baidu/Paddle into feature/grad_reg_mechanism_cont
8 years ago
zchen0211
94b94e5b68
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
zchen0211
2d876b8643
gather scatter fix according to google style
8 years ago
Yang Yang
1a0d8fab97
done merged
8 years ago
Yang Yang
6e2f96841a
simple test
8 years ago
fengjiayi
d270195908
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_backward_for_op_desc
8 years ago
dongzhihong
494b3bda7d
fix backward test case
8 years ago
fengjiayi
ff7fdb7d70
Add `CreateBackwardOp` function
8 years ago
qijun
023ed5eb39
merge baidu/develop
8 years ago
qijun
b5dbe88b5a
follow comments
8 years ago
Abhinav Arora
42e7fe05a2
Changing learning rate from attribute to input(float) ( #4568 )
...
* Changing learning rate from attribute to input(float)
* Removing obsolete code
8 years ago
Kavya Srinet
163d287143
Made learning rate the input
8 years ago
Kexin Zhao
d1de7ec630
Change learning rate from attribute to input tensor
8 years ago
Yu Yang
b3e479da1c
Fix CI
8 years ago
zchen0211
2ccaec4f57
gather scatter cond
8 years ago
zchen0211
3d09a6543d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
Yu Yang
46c551b299
Complete Register Gradient in compile time
8 years ago
qiaolongfei
455436e514
fix compile problem
8 years ago
Kavya Srinet
61c03f9d59
Adding the implementation for rmsprop operator
8 years ago
Yu Yang
ff1bfdedc9
Fix CRLF in sum_op.cu
8 years ago
qiaolongfei
e0c8cd8a6f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_compile_time_infershape
8 years ago
qiaolongfei
d550380ed9
add CompileTimeInferShapeContext
8 years ago
Yu Yang
479e4a50f0
Merge branch 'feature/simplify_sum_op' into feature/grad_reg_mechanism_cont2
8 years ago
Yu Yang
adec0d30fe
Simplify SumOp Kernel
8 years ago
Yu Yang
9ff1fd41b2
Fix MacOS compile error
...
The private data `tensor_shared_` is not used.
8 years ago
zchen0211
58174b12f7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
zchen0211
84b8baf196
gather scatter with cuda streams
8 years ago
Yu Yang
ff8766e910
Stash
8 years ago
Qiao Longfei
3d6d293ac9
Merge pull request #4553 from jacquesqiao/fix_rnn_infershape
...
remove rnn infershape
8 years ago
Yu Yang
578a357b61
Make compile pass
8 years ago
dongzhihong
a1b935e356
"replace add with sum"
8 years ago
dongzhihong
f6496272cf
relauch ci
8 years ago
dzhwinter
800085fe2d
fix typo
8 years ago
dzhwinter
2bceab0fb4
add generic add operator
8 years ago
dzhwinter
ffaa525209
Merge pull request #4550 from dzhwinter/macro
...
macro header
8 years ago
Kexin Zhao
05cbd4daac
fix format
8 years ago
qiaolongfei
cde542e652
optimize auto
8 years ago
qiaolongfei
6b051b651a
optimize code
8 years ago
dongzhihong
37bbaabdf1
"fix conflict"
8 years ago
Kexin Zhao
1ac654a69f
Implementing the Adagrad optimizer step operator
8 years ago
qiaolongfei
31bdb3f3cc
tmp
8 years ago
Yan Chunwei
c705f065ba
add TensorArray ( #4459 )
...
* add tensor array
* update
* set type
8 years ago
dzhwinter
8acc010691
Merge branch 'develop' into macro
8 years ago
Yu Yang
e98aac510f
Merge branch 'feature/grad_reg_mechanism_cont' into feature/grad_reg_mechanism_cont2
8 years ago
Yu Yang
18fa6b9cce
Merge branch 'develop' of github.com:baidu/Paddle into feature/grad_reg_mechanism_cont
8 years ago
Yu Yang
3723304da9
Add missing ctor
8 years ago
qiaolongfei
32f5c9dd93
recurrent_op pass the unit test
8 years ago
Yu Yang
0afcfe333b
Merge branch 'develop' of github.com:baidu/Paddle into feature/grad_reg_mechanism_cont2
8 years ago
Yu Yang
32fbc6b250
Merge branch 'develop' of github.com:baidu/Paddle into feature/grad_reg_mechanism_cont
8 years ago
Yu Yang
2296d81cf9
Use `type_defs.h` to resolve cyclic dependencies
8 years ago
zchen0211
15941dbd8c
solve conflict for cond_op and scatter
8 years ago
Yu Yang
874bcb3030
Merge branch 'develop' of github.com:baidu/Paddle into feature/change_bind_data_types
8 years ago
qijun
f29a6b020f
fix gpu build error
8 years ago
qijun
f1c5d9e78e
Merge remote-tracking branch 'baidu/develop' into executor_impl
8 years ago
qijun
ce4d14b4ed
add struct Device
8 years ago
dongzhihong
5423cb3e57
format
8 years ago
qiaolongfei
7163dd0413
revert code
8 years ago
Qiao Longfei
87efa600df
add some check to operator.run ( #4544 )
...
* fix cond_op_test and add some check to operator.run
* tmp
* optimize kernel check
8 years ago
chengduoZH
14b2c98f90
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into Add_maxpool_withIdx_only
8 years ago
Yu Yang
8fd845e0fa
Unify Map in OpDescBind
8 years ago
qijun
09500917ee
pass place to GetCUDADeviceContext
8 years ago
Yu Yang
d64bedf638
Stash
8 years ago
Yu Yang
29ae410704
Merge branch 'develop' of github.com:baidu/Paddle into feature/change_grad_reg_mechanism
8 years ago
Yu Yang
c23af80afe
Change macro
8 years ago
qijun
39b2ff361d
Merge remote-tracking branch 'baidu/develop' into executor_impl
8 years ago
qijun
b630d4019a
add scope
8 years ago
Yu Yang
e3a642e027
Extract BaseClass of grad_op_desc_maker and add some common method
8 years ago
qijun
d4be9730fc
fix gpu build error
8 years ago
Yu Yang
d9e3c4ff35
Add GradOpDescMaker to OpInfo and complete OperatorRegistrar method
8 years ago
Yu Yang
0900aedfa0
Merge pull request #4514 from reyoung/feature/remove_add_op
...
Remove add_op since it can be replaced by sum_op
8 years ago
Yancey1989
0028459bb0
update
8 years ago
Yancey1989
927767b6aa
add some checking
8 years ago
chengduoZH
bb33c2b3a5
fix kernel func
8 years ago
chengduoZH
2ed56df1e6
remove conflict
8 years ago
hedaoyuan
6627801a58
Follow comments.
8 years ago
chengduoZH
bee95fc891
fix code format and some bug
8 years ago
Yancey1989
a35e82a649
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into seqconcat_op
8 years ago
qijun
e42cafb24f
add executor unittest
8 years ago
qijun
3481bdc865
add global device context
8 years ago
qijun
540cc2c1c1
add executor class and interface
8 years ago
Yancey
2d8c7e310a
Add Inputs/Outputs check interface ( #4438 )
...
Add multiple Inputs/Outputs check interface
8 years ago
chengduo
4f5491b2b4
Merge pull request #4146 from chengduoZH/Add_pool_op
...
Add pool op
8 years ago
Yu Yang
aa52fa1c64
Merge pull request #4491 from reyoung/feature/stable_lstm
...
Using double precision to stablize lstm gradient check
8 years ago
chengduoZH
2d8a5b97cc
fix unit test
8 years ago
Qiao Longfei
7fe0297e64
remove Runtime InferShape for cond op ( #4518 )
...
* init remove cond_op infershape
* optimize code
* add PrepareDataForSubnet and MergeDataFromSubnet
8 years ago
Yu Yang
762a99cc06
Remove add_op since it can be replaced by sum_op
8 years ago
Yu Yang
ae4b7fd575
Merge pull request #4485 from reyoung/feature/BetterActivationKern
...
Unify Activation functions and simplify register code
8 years ago
dzhwinter
473af1892a
Merge pull request #3975 from typhoonzero/fix_row_buffer_free
...
Fix row buffer mem free
8 years ago
hedaoyuan
d94dd75e3b
Remove string, scripts and retain cuda.
8 years ago
hedaoyuan
bb07120b64
Remove dataproviders.
8 years ago
hedaoyuan
3c66b307f7
Remove the pserver, trainer, evaluators and some useless gradientmachines when compile mobile inference library.
8 years ago
Yancey1989
be3fa7926e
add sequence concat op
8 years ago
Tao Luo
036ac8a3e1
Merge pull request #4504 from tensor-tang/merge
...
fix typo
8 years ago
zhouxiao-coder
601e2317fd
update to latest
8 years ago
zhouxiao-coder
4436ba0c56
elu: Optimize gradient calculation;Add more comments
8 years ago
zhouxiao-coder
a815d6abcf
elu: Optimize gradient calculation;Add more comments
8 years ago
chengduoZH
df59889984
remove conflict
8 years ago
tensor-tang
0a37f2adf0
fix typo
8 years ago
Luo Tao
bb7f555803
remove rowwise_add_op
8 years ago
Luo Tao
884e31a59b
add interpolation op
8 years ago
Liu Yiqun
8bafdda0ad
Merge branch 'develop' into core_add_sequence_softmax_op
8 years ago
Cao Ying
7cc5ae9999
Merge pull request #4492 from QiJune/refine_some_functors
...
Pass DeviceContext to functors not ExecutionContext.
8 years ago
qijun
b611a479fc
fix gpu build error
8 years ago
chengduoZH
e1e3859e88
remove custom attr checker and fix code format
8 years ago
Yu Yang
a8c6ce9b4d
Merge branch 'develop' of github.com:baidu/Paddle into feature/BetterActivationKern
8 years ago
qijun
84ff7e9784
refine SoftmaxFunctor
8 years ago
Yu Yang
f60f0eae11
Using double precision to stablize lstm gradient check
8 years ago
Yu Yang
9fbf94b61a
Merge pull request #4487 from abhinavarora/softsign_activation
...
Implementing the SoftSign activation operator
8 years ago
Abhinav Arora
0c3eee09ff
Implementing the SoftSign activation operator
8 years ago
qijun
79def5e634
refine CrossEntropyFunctor
8 years ago
qijun
c634a8480a
add SetConstant method in math_function.h
8 years ago
qijun
7a6fcc7d30
move EigenDeviceConverter to device_context.h
8 years ago
fengjiayi
704245aeba
Merge pull request #4486 from Canpio/dev_backward_for_op_desc
...
Add grad_op_desc_builder
8 years ago
Yu Yang
61cc3ae4d1
Stablize elementwise_mul by using double precision
8 years ago
zchen0211
78808b2091
1 api
8 years ago
Yu Yang
337b7ebe77
Unify Activation functions and simplify register code
8 years ago
fengjiayi
099b2c19e1
Add unit tests
8 years ago
fengjiayi
eea9bedd9b
Add grad_op_desc_builder
8 years ago
zchen0211
b851515b16
merge new op grammar
8 years ago
zchen0211
88a8eedda1
scatter gather gpu
...
gather scatter gpu
8 years ago
Yu Yang
55b68c6e90
Merge branch 'develop' of github.com:baidu/Paddle into stable_elemwise_mul
8 years ago
Yu Yang
d53b38e340
Follow comments, change KT to KERNEL_TYPE
8 years ago
Yu Yang
9a3efb28c0
Merge branch 'feature/make_paddle_support_double' into stable_elemwise_mul
8 years ago
Yu Yang
87da154226
FIx sigmoid_xe_with_logits_op compile
8 years ago
Yu Yang
fd479631e1
Stablize elementwise_mul by using double precision
8 years ago
Yu Yang
63469daede
Merge branch 'develop' of github.com:baidu/Paddle into feature/make_paddle_support_double
8 years ago
Yu Yang
83d7261b1f
Merge branch 'develop' of github.com:baidu/Paddle into stable_elemwise_mul
8 years ago
Yu Yang
b9c8637238
Fix compile
8 years ago
Abhinav Arora
b9336e6f8c
Adding support for the sigmoid_cross_entropy_with_logits operator ( #4448 )
...
* Adding support for the sigmoid_cross_entropy_with_logits operator
* Fixing a typo in the cuda file
* Adding Python documentation for sigmoid_cross_entropy_with_logits_op
* Correcting typos in documentation
* Adding unit tests for sigmoid_cross_entropy_with_logits_op
* Addressing code review feedback
8 years ago
Yu Yang
fb6a48c62d
Merge branch 'develop' of github.com:baidu/Paddle into feature/make_paddle_support_double
8 years ago
Yu Yang
f2feb33384
Follow comments
8 years ago
chengduoZH
6326c40d27
Add max pool with index
8 years ago
Yibing Liu
4db50fbcdd
adapt to the new infershape interface
8 years ago
Guo Sheng
ecef2e6b97
Merge pull request #4086 from guoshengCS/add-ReduceOp
...
Add reduce op
8 years ago
Yibing Liu
e303897f35
Merge branch 'develop' of upstream into margin_rank_loss_op_dev
8 years ago
Liu Yiqun
03897f251d
Finish the SequenceSoftmaxGradKernel, using SoftmaxGradFunctor.
8 years ago
chengduo
38bca7d347
Merge pull request #4468 from chengduoZH/develop
...
fix compile error
8 years ago
Liu Yiqun
05ed8ee8ab
Add SoftmaxGradFunctor, and use SoftmaxGradFunctor in softmax_op instead.
8 years ago
Yiqun Liu
9f1d1bf48c
Merge pull request #4436 from Xreki/fix_neon_memory_out_of_range
...
Use scalar implementation instead of neon implementation to avoid out of range memory access in the tail conv3x3
8 years ago
chengduoZH
920392e640
fix compile error
8 years ago
fengjiayi
424c295239
Merge pull request #4457 from Canpio/dev_move_desc_to_framework
...
move Protobuf desc to framework
8 years ago
Yibing Liu
bc2e26ee1b
refine comments and clean code in marigin_rank_loss_op
8 years ago
Yu Yang
21f63ec223
Merge pull request #4458 from reyoung/feature/compile_time_infer_shape
...
Remove OperatorBase::InferShape
8 years ago
fengjiayi
f78d7591d2
Fix compile bug
8 years ago
Yancey
d7db15f3e5
Use StridedMemCpy in Concat/Split Kernel ( #4188 )
...
User StridedMemCpy in Concat/Split Op
8 years ago
Liu Yiqun
a310946f8f
Merge branch 'develop' into fix_neon_memory_out_of_range
8 years ago
guosheng
e33b411221
Adapt reduce_op according to up-to-date dev
8 years ago
Yu Yang
ae3dca770c
Fix CI
8 years ago
guosheng
be58c6327d
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ReduceOp
8 years ago
Liu Yiqun
3fefee8a06
Use scalar implementation instead of neon implementation to avoid out of range memory access in the tail conv3x3.
8 years ago
Yu Yang
6196209478
Remove OperatorBase::InferShape
...
InferShape in Operator should be performed in OperatorBase::Run.
* cond_op, recurrent_op and mnist might be changed in following PR
8 years ago
fengjiayi
6285edbb88
Fix compile errors
8 years ago
Yu Yang
f1913d4697
Change registry, test register double kernel
8 years ago
Yu Yang
2c05465d2f
Fix unit-tests
8 years ago
fengjiayi
54ef4cdae5
Move proto desc to framework
8 years ago
Yu Yang
3a5693e0a8
Add Skeleton of Double support
8 years ago
Yu Yang
680c20217e
Merge branch 'develop' of github.com:baidu/Paddle into feature/make_python_catch_enforce_not_met
8 years ago
Yu Yang
e3f242e082
Merge pull request #4402 from reyoung/feature/unify_clang_format
...
Unify clang-format and add some missing clang-format
8 years ago
Yan Chunwei
e43073e898
design of TensorArray to simplify varient/dynamic RNNs ( #4447 )
...
* some enforce change
* add LoDTensor::NumElements(id,id)
* update
* init
* finish
* refacter interfaces
8 years ago
Yu Yang
183c88805a
`clang-format` after merge
8 years ago
Yu Yang
e315da970c
Merge branch 'develop' of github.com:baidu/Paddle into feature/unify_clang_format
8 years ago
chengduoZH
3c0f079333
remove conflict and fix InferShape function
8 years ago
Luo Tao
c53d214205
fix compiler warning from MKLDNNLayer and so on
8 years ago
Tao Luo
04b152d10c
Merge pull request #4423 from tensor-tang/merge
...
fix atomic issue on ONLYCPU mode
8 years ago
tensor-tang
e0b17754db
fix atomic issue when cpu only
8 years ago
whs
3e96242909
Merge pull request #4422 from wanghaoshuang/fix_clip
...
Fix doc of clip op.
8 years ago
wanghaoshuang
1ad4efa8de
Fix comments
8 years ago
wanghaoshuang
6da5670f62
revert deleting ShareLoD
8 years ago
wanghaoshuang
028973815b
Fix InferShape of clip op.
8 years ago
qiaolongfei
729b2152ae
add include op_registry.h to elementwise_op_function.h
8 years ago
qiaolongfei
abdcd8282e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into reduce-elementwise-warning
8 years ago
Liu Yiqun
ce3171f3c4
Merge branch 'develop' into core_add_sequence_softmax_op
8 years ago
chengduoZH
4b06d8db91
fix globalPooling type (int => bool)
8 years ago
qiaolongfei
325ee63746
fix SoftmaxWithCrossEntropyOp
8 years ago
guosheng
99b8dbb14f
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ReduceOp
8 years ago
Yu Yang
dcfd31d736
Merge pull request #4397 from reyoung/feature/pybind_for_protobuf_desc
...
Feature/pybind for protobuf desc
8 years ago
qiaolongfei
0fa4b985a9
split elementwise_op.h into two header files
8 years ago
Yu Yang
de35098779
Fix CI and follow comment
8 years ago
Liu Yiqun
c8fc6037fd
Merge branch 'develop' into core_add_sequence_softmax_op
8 years ago
Yu Yang
bc30ba19ed
Merge pull request #4375 from reyoung/feature/use_bool_for_enforce
...
Use `bool` for PADDLE_ENFORCE, not int
8 years ago
Yiqun Liu
29cb85634c
Merge pull request #4144 from lcy-seso/softmax_with_cross_entropy_op
...
Softmax with cross entropy op.
8 years ago
caoying03
97509b68e7
cross entropy as a functor to avoid duplicated codes.
8 years ago
Yu Yang
60857f4909
Unify clang-format and add some missing clang-format
8 years ago
Yu Yang
d5935e0da8
Merge branch 'develop' of github.com:baidu/Paddle into feature/make_python_catch_enforce_not_met
8 years ago
Yu Yang
d72a140e50
Fix CI test
8 years ago
Yu Yang
cc4c641d0f
Merge branch 'develop' of github.com:baidu/Paddle into feature/pybind_for_protobuf_desc
8 years ago
Yu Yang
49697d9dab
Merge branch 'develop' of github.com:baidu/Paddle into feature/make_python_catch_enforce_not_met
8 years ago
Yu Yang
7435f0c63b
Make OpRegistery depend on OpInfo
8 years ago
Qiao Longfei
9a9d50a6ee
Refactoring InferShape ( #3946 )
...
* init Infershape
* add static InferShape interface
* refactor add-op infershape
* add AttrReader
* add all maker's infershape
* add all InferShape
* add python infer api
* add VarDesc interface
* add python VarDesc and OpDesc interface
* update python code
* use infershape function to do shape inference
* clean code
* do not use pointer
* refine code of op_proto_maker
* add get_dims to VarDesc
* refine the code
* remove the dependency from operator to op registry
* remove OpProtoAndCheckerMaker from operator
* restore complete_add_op
* add shape_infer_impl.h
* code optimization
* remove const return value
* add fake BlockDesc class
* optimize code
* remove infer function in op_info
* move InferShapeContextImpl to operator.h
* optimize the interface of InferShapeContextBase
* add temperary interface of new infershape
* change add_op, clip_op, conv2d_op and activation_op
* change all operators InferShape
* fix SetDim
* update cos_sim_op
* update crop_op
* update lookup_table_op
* allocate tensor when call GetDim in InferShapeContext
* update modified_huber_loss_op
* update rowwise_add_op
* update mean_op
* update sequence_avg_pool_op
* typo
* remove old InferShape interface
* can compile
* fix or unit test
* clean code
* clean code
* remove const before InferShapeContext
* change InferenceContextBase to pointer
* rename RunTime to Runtime, code clean
8 years ago
Abhinav Arora
86351037c9
Correcting some grammatical mistakes in the design docs ( #4378 )
...
* Correcting some grammatical mistakes in the design docs
* Changing image to figure as per code review feedback
* Change pronouns as per code review feedback
* Correcting few more typos
8 years ago
Yu Yang
b4a4ae1b65
Add comments
8 years ago
Yu Yang
9e5de16719
Merge branch 'feature/pybind_for_protobuf_desc' of github.com:reyoung/Paddle into feature/pybind_for_protobuf_desc
8 years ago
Yu Yang
62d597c176
Merge branch 'develop' of github.com:baidu/Paddle into feature/pybind_for_protobuf_desc
8 years ago
Yu Yang
67cdd5bc61
Make PyBind support C++ exception
8 years ago
Yibing Liu
dc186af729
Merge branch 'develop' of upstream into margin_rank_loss_op_dev
8 years ago
Yibing Liu
367a54e08c
Merge pull request #4360 from kuke/multiplex_modify_dev
...
Modify multiplex_op
8 years ago
Yibing Liu
e9dbc85b3d
to trigger ci for multiplex_op
8 years ago
chengduoZH
30a586df0c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into Add_pool_op
8 years ago
Tao Luo
0cc85d794a
Merge pull request #4331 from tensor-tang/mkldnn_softmax
...
Add mkldnn_softmax
8 years ago
caoying03
40aee48a80
follow comments.
8 years ago
caoying03
3d77360b89
add negative clipping for softmax.
8 years ago
chengduoZH
dfc8d3c1c1
Fix (According to the review)
8 years ago
caoying03
360bde9a70
Merge branch 'develop' into softmax_with_cross_entropy_op
8 years ago
guosheng
477a6a0978
Refine reduce_op, follow comments and remove ReduceGradEigenFreeKernel
8 years ago
Cao Ying
7d65321620
Merge pull request #4237 from lcy-seso/optimize_cross_entropy_kernel
...
optimize cross entropy kernel.
8 years ago
caoying03
000d75116f
fix backward op.
8 years ago
tensor-tang
672c968176
remove gpu code when backward mkldnn_softmax
8 years ago
Yibing Liu
58ac8f46b8
apply more general dims for multiplex_op
8 years ago
Yibing Liu
089f8e2d37
Merge branch 'develop' of upstream into multiplex_modify_dev
8 years ago
Tao Luo
a7a82b91e6
Merge pull request #4363 from tensor-tang/sgd
...
add OMP SGD to speedup with CPUs
8 years ago
caoying03
8b8ad6b164
fix implementations of supporting soft labels.
8 years ago
tensor-tang
88952fbab9
use existed sgd updater function
8 years ago
chengduoZH
f6e69d7412
fix maxpool backward functor
8 years ago
fengjiayi
6915c924a4
Fix bug
8 years ago
fengjiayi
5419f16b38
Add unittests
8 years ago
Yu Yang
f9f910a33b
Complete op
8 years ago
Yu Yang
1cd2014007
Merge branch 'develop' of github.com:baidu/Paddle into feature/pybind_for_protobuf_desc
8 years ago
Yu Yang
f8192f72f5
Merge pull request #4374 from reyoung/feature/remove_int_pair
...
Feature/remove int pair
8 years ago
Yu Yang
6cf396b6f3
Merge branch 'feature/pybind_for_protobuf_desc' of github.com:reyoung/Paddle into feature/pybind_for_protobuf_desc
8 years ago
fengjiayi
1bfa0e130a
Add `Prepend` for BlockDescBind
8 years ago
Qiao Longfei
d0ad82cff1
fix nv_library ( #4370 )
...
* fix nv_library
* fix symbol in gpu_info.h
8 years ago
Yu Yang
f4832fe0b4
Remove IntPair type in attribute
8 years ago
Yu Yang
699dbe3be9
Use `bool` for PADDLE_ENFORCE, not int
...
* If stat is an integer, bool value will implicit cast to int before
pass to PADDLE_ENFORCE
8 years ago
Yu Yang
499b3c7058
Merge pull request #4338 from reyoung/feature/add_wait_to_device_ctx
...
Sync computation when Python invoke `run`
8 years ago
Yu Yang
73db9d09cb
Merge pull request #4346 from reyoung/feature/simplify_attr_parse
...
Simplify GetAttrType code
8 years ago
Zhuoyuan
f698a49ce3
Merge pull request #4240 from zchen0211/develop
...
lstm unit
8 years ago
Yu Yang
fdd68fd1a1
Refine Visitor
8 years ago
tensor-tang
2c6ac6297d
refine code and remove min clip
8 years ago
chengduoZH
905a462d3c
Merge branch 'fix_maxpool_backward_functor_temp' into Add_pool_op_temp
8 years ago
chengduoZH
8c478b36e2
fix Atrr check
8 years ago
Yibing Liu
236af56612
separate index tensor from candidate tensors in multiplex_op
8 years ago
chengduoZH
b72854389e
Fix (According to the review)
8 years ago
chengduoZH
9b1431b8d9
fix maxpool backward functor and add unit test
8 years ago
tensor-tang
d6a27ade54
add OMP SGD to speedup with CPUs
8 years ago
tensor-tang
abfd9fdd22
add clip to avoid log zero and nan
8 years ago