Commit Graph

800 Commits (83c228164b821d44b2c5c5f35d8bab5cc4dde55a)

Author SHA1 Message Date
Yi Wang 1ed5ae7a14
Fix comparing between signed and unsigned values (#5328)
7 years ago
武毅 cdd1da3424
Hack auc for dense vector labels (#5274)
7 years ago
tensor-tang 1e8300faa5 Merge remote-tracking branch 'upstream/develop' into merge
7 years ago
Cao Ying 8401039feb
Merge pull request #5084 from lcy-seso/crf
7 years ago
tensor-tang 3eb42bfd6f move test_CompareMKLDNNandCPU to test_MKLDNN and remove unused code
7 years ago
Haonan bcdedecb57
handle non-sequence data in sequenceReshapeLayer (#5188)
7 years ago
caoying03 dd2be3daba Merge branch 'develop' into crf
7 years ago
Luo Tao 5513f92755 Merge branch 'develop' into expand_test
7 years ago
Luo Tao 29fe2a01bd add comments in test_Expand.cpp
7 years ago
tensor-tang 56f6e231c6 refine mkldnntester, support comparing values near zero
7 years ago
tensor-tang aecfeb7257 refine check macro
7 years ago
caoying03 4c63086921 Merge branch 'develop' into crf
7 years ago
caoying03 c74107bfdc fix backward computation.
7 years ago
tensor-tang 703947928f refine comment and code
7 years ago
Luo Tao 0f67a82728 add test_Expand and simply the gserver/tests/CMakeLists
7 years ago
tensor-tang ad6b531917 add unit test for mkldnn_batch_norm layer
7 years ago
tensor-tang 64eaeba1a8 enable mkldnn_batch_norm layer
7 years ago
Tao Luo 48173e8599 Merge pull request #5010 from tensor-tang/merge
7 years ago
tensor-tang 386bb1fece fix crash on ds2
7 years ago
Luo Tao 70d9d953e6 rename sparse_vector to sparse_float_vector in tests
7 years ago
Tao Luo abce9eb750 Merge pull request #4953 from tensor-tang/merge_grad_gtest
7 years ago
tensor-tang 5c892db64c remove unused code
7 years ago
tensor-tang 5b5cb0781a add branch tests for pool and fc
7 years ago
tensor-tang 4f41eaf7f8 Merge remote-tracking branch 'upstream/develop' into merge_grad_gtest
7 years ago
tensor-tang d75b00c221 refine the gtest log info and vlog order,
7 years ago
tensor-tang 94e442d4b1 add cpp file of MKLDNNLayer
7 years ago
tensor-tang 9e38dafa29 change MKLDNNMatrix create interface since MatrixPtr is not always required
7 years ago
tensor-tang c1914543b0 refine mkldnn logic, move reset buffers into MKLDNNLayer
7 years ago
Qiao Longfei 46f7854e5c fix mac compile (#4870)
7 years ago
tensor-tang 60b84856e7 refine the conf files, combine in one file
7 years ago
tensor-tang b487c62aac Merge remote-tracking branch 'upstream/develop' into merge_grad_gtest
7 years ago
tensor-tang 2dc6cea65c add unit tests for mkldnn branches, and fix typo
7 years ago
tensor-tang 1199aa6876 fix bug: clear grad and always share data when output has cpu
7 years ago
tensor-tang dee7f81325 add finish work of mkldnn
7 years ago
chengxingyi 60c2536d22 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
tensor-tang 7a7c8fd9e5 simplify some comments and code
7 years ago
tensor-tang e1954857d7 fix bug: merge grad must before backward act.
7 years ago
chengxingyi 7f0c823093 lambda cost bug's fix
7 years ago
tensor-tang 698071cc33 share mkldnn output value data if next layer is cpu device
7 years ago
tensor-tang 6715beaace enable merge output grad of mkldnn
7 years ago
hedaoyuan aa1e92ec9a Merge branch 'develop' of https://github.com/baidu/Paddle into inference
7 years ago
hedaoyuan 8f2c48cf4c Fix Layer.cpp
7 years ago
hedaoyuan adad8d9ed2 Open WITH_TESTING option.
7 years ago
Yi Wang 4558807c48 Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU
7 years ago
Yu Yang 84500f9487 Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU`
7 years ago
hedaoyuan bb07120b64 Remove dataproviders.
7 years ago
hedaoyuan 3c66b307f7 Remove the pserver, trainer, evaluators and some useless gradientmachines when compile mobile inference library.
7 years ago
tensor-tang 0a37f2adf0 fix typo
7 years ago
Luo Tao c53d214205 fix compiler warning from MKLDNNLayer and so on
7 years ago
tensor-tang 672c968176 remove gpu code when backward mkldnn_softmax
7 years ago