Commit Graph

4826 Commits (32c15a291917786ba136b76adb289aaa78527252)
 

Author SHA1 Message Date
dongzhihong cb95587feb "ignore some gradient of specific op"
8 years ago
xzl 21ab0eb8e1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
8 years ago
xzl f7390d115c delete useless .h header in DepthwiseConvOpGpu.cu
8 years ago
wanghaoshuang 2e58f2c4c9 Merge branch 'crop_layer' of https://github.com/wanghaoshuang/Paddle into crop_layer
8 years ago
wanghaoshuang 60a788933b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_layer
8 years ago
qijun d9fa6159b7 add Flatten method to EigenVector
8 years ago
whs d83bae85da Merge branch 'develop' into crop_layer
8 years ago
wanghaoshuang 3e7819c276 1. Reading image shape from input data instead of image_config
8 years ago
fengjiayi bf4da3d97a Refactor Rigistry::CreateGradOp()
8 years ago
liaogang 028f3dc4e5 Add memcpy
8 years ago
Yu Yang 0a0b4caaa7 Change Operator::create use py::bytes not std::string
8 years ago
Yu Yang b90780c3a8 Merge pull request #2939 from reyoung/feature/refine_tensor_hpp
8 years ago
xzl d50c71f3e2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
8 years ago
xzl 66520af9ca accelerate inputbackward(delete 'if' in this func) of depthwise conv
8 years ago
qingqing01 c1ebb3143f Merge pull request #2785 from wanghaoshuang/voc_dataset
8 years ago
Yi Wang 1981eaf922 Fix Tensor::data interface
8 years ago
Helin Wang 3d4e808ce4 cmake: fix problem that go_library is never rebuilt.
8 years ago
Yi Wang 2538e20787 Fix wrong inclusion path
8 years ago
Yi Wang 00ed564307 Update
8 years ago
Yi Wang cb1d1f167c Add unit test
8 years ago
Yi Wang 642d3c4687 Refactorize Tensor to Eigen convesion
8 years ago
emailweixu 84a0d6d898 Merge pull request #2572 from skylian/error_clipping
8 years ago
helinwang a818afcc6c Merge pull request #2887 from helinwang/fix_pre_commit
8 years ago
xzl dbb658805e modity the format
8 years ago
fengjiayi e786746f6f Merge branch 'backward' of https://github.com/dzhwinter/Paddle into backward
8 years ago
dongzhihong 855cae603c move unused file
8 years ago
fengjiayi 7f1533f251 test collaborating
8 years ago
xzl 44927bf70a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
8 years ago
xzl d43fbbae74 add comments for python api
8 years ago
xzl 11588b3670 support inputchannels != outputchannels of depthwiseconv
8 years ago
xzl 02e04b4441 fuse the conv and depthwise conv together
8 years ago
dongzhihong 8b80cf8989 "add net op testing"
8 years ago
dongzhihong 9890b23c82 fix confilct
8 years ago
Yu Yang 3402b6ad39 Add Unittest of add_two_op
8 years ago
dongzhihong 816b4c8ab0 "add backward Op"
8 years ago
qijun b6c075527c implement some basic OpKernel
8 years ago
Yu Yang d3373c5b85 Skeleton Of fully connected operator
8 years ago
Yu Yang ad728419d6 Merge pull request #2912 from reyoung/feature/better_network_debug_str
8 years ago
Yu Yang 107b3395b4 Merge branch 'develop' into feature/better_network_debug_str
8 years ago
QI JUN 3208914b56 Merge pull request #2805 from QiJune/tensor_to_EigenTensor
8 years ago
Yu Yang fb48cb120d Merge pull request #2936 from reyoung/feature/create_op_in_cpp_params
8 years ago
Yu Yang c85a323672 Merge pull request #2928 from reyoung/feature/is_in_gpu
8 years ago
Yu Yang 9b964b535b Tensor should use PADDLE_ONLY_CPU macro
8 years ago
tensor-tang 89a4158038 enable MKLDNN library and MKL small package
8 years ago
Yu Yang 8539222a1a Merge branch 'develop' into feature/is_in_gpu
8 years ago
Yu Yang 1dc53a289f Use friend not to expose tensor's `type/place`
8 years ago
Yu Yang f6a51d9b4e Make CreateOp in Plain C++ params
8 years ago
QI JUN d344f6702c Merge branch 'develop' into tensor_to_EigenTensor
8 years ago
Yu Yang 875946fff4 Merge pull request #2935 from reyoung/feature/create_op_use_cpp_params
8 years ago
Helin Wang 22be2b2bb8 fix travis check style
8 years ago