Commit Graph

433 Commits (f086ebb8b9b8e21f7d0d2056f6a961da080edfb2)

Author SHA1 Message Date
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
tensor-tang 0a37f2adf0 fix typo
7 years ago
Luo Tao c53d214205 fix compiler warning from MKLDNNLayer and so on
7 years ago
tensor-tang 7483087c8c enable mkldnn_softmax
7 years ago
tensor-tang fa722385de refine test_MKLDNN and skip memory copy for relu
8 years ago
tensor-tang 9d692e3bcc add gtest for MKLDNN activation and pass them
8 years ago
tensor-tang 49d4b39f28 fix typo and remove some unused code
8 years ago
tensor-tang 37268dbd33 update using exclusive padding for avg-pool
8 years ago
tensor-tang 9d108a21a7 add unit test for mkldnn_pool and pass them
8 years ago
tensor-tang c39b771a53 add test cases for mkldnn_conv
8 years ago
Tao Luo 171fee2c9e Merge pull request #4011 from tensor-tang/refine
8 years ago
tensor-tang 7f7fa32528 use CPU_DEVICE instead of magic number
8 years ago
chengduoZH e9a1f2ad8b fix DeConv3D switch(imgSize*_, output*_)
8 years ago
tensor-tang f3bb7b99dd refine MKLDNNTester add UpdateCallback for test
8 years ago
chengduo 0be349496f Merge pull request #3594 from chengduoZH/Adapting_to_the_BatchNorm_structure_to_support_3D_data
8 years ago
wanghaoshuang fa54d9d8c0 Rename attribute name in proto
8 years ago
whs a162ebce8b Merge branch 'develop' into pixel_softmax_layer
8 years ago
chengduoZH a55dd22649 fix conflict
8 years ago
chengduoZH 6374831966 fix conflict
8 years ago
chengduoZH a357bd6fe5 Fix conflict and Add test_pooling3D_layer.protostr
8 years ago
chengduoZH 455d2bd7b1 fix conflict
8 years ago
chengduoZH 536dbc0cb6 fix conflict
8 years ago
caoying03 3d1b87193d Merge branch 'develop' into cross_entropy_over_beam
8 years ago
chengduoZH 0c273ff41e fix conflict
8 years ago
chengduoZH 43da7675b3 fix conflict
8 years ago
chengduoZH 4dcc533206 fix conflict
8 years ago
Luo Tao acd8a22ed1 Merge branch 'develop' into huber_loss
8 years ago
caoying03 3d12a610ca Merge branch 'develop' into cross_entropy_over_beam
8 years ago
Cao Ying 14194ba08d Merge pull request #3679 from lcy-seso/fix_bug_of_seq_slice_layer
8 years ago
caoying03 aa28d046fb fix a bug of sequence_slice layer when batch_size=1
8 years ago
Luo Tao 7596191821 Merge branch 'develop' into huber_loss
8 years ago
wanghaoshuang e286b950a5 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dilate_conv
8 years ago
caoying03 74d3ca8bab Merge branch 'develop' into cross_entropy_over_beam
8 years ago
caoying03 5e59ca7ccc fix config helper.
8 years ago
wanghaoshuang e3342ff8e7 Fix android build error.
8 years ago
caoying03 bc6bae8d53 Merge branch 'develop' into add_sequence_slice_layer
8 years ago
wanghaoshuang 2c8b3c4430 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dilate_conv
8 years ago
wanghaoshuang d8cd67dd1e Make cudnn convolution layer and projection support for dilation.
8 years ago
caoying03 25083de998 Merge branch 'develop' into cross_entropy_over_beam
8 years ago
caoying03 8f4ca2d12f add implementations.
8 years ago
chengduoZH 2377d71947 Add3DPooling
8 years ago
chengduoZH 5d98b6f217 Adapting to the BatchNorm structure to support 3D data
8 years ago
chengduoZH d5768ebc89 fix above comments
8 years ago
guosheng 8e4dcf8b7f Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ShiftLayer
8 years ago
guosheng 83abbce8eb Follow comments and refine ScaleShiftLayer
8 years ago
dangqingqing 29d8825caf tune relative precision for unit test img_conv2 in test_NetworkCompare.cpp.
8 years ago
Luo Tao 1c0a1a076d Merge branch 'develop' into huber_loss
8 years ago
Luo Tao 3065cb2625 add huber_regression_cost
8 years ago
chengduoZH 424b325d08 add unit test DeConv3D, Conv3D, col2vol, vol2col
8 years ago
guosheng 7d2ef02a99 Add ScaleShiftLayer
8 years ago
tensor-tang 07d16e3e13 refine comments
8 years ago
tensor-tang e08651f9b5 remove flag use_mkldnn_wgt
8 years ago
caoying03 a037b099f7 finish unittest.
8 years ago
guosheng c07cbf7daf Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ROIPooling
8 years ago
Luo Tao 3321dd034b Merge branch 'develop' into huber_loss
8 years ago
Luo Tao e6db484d15 make clear that current huber_cost is for two-classification
8 years ago
caoying03 1e828dc1de Merge branch 'develop' into cross_entropy_over_beam
8 years ago
caoying03 05e8a26b4b add unittest.
8 years ago
caoying03 759a9d3ab5 follow comments.
8 years ago
caoying03 9c448be51e enable self-defined index data in testLayerGrad.
8 years ago
caoying03 b7359ee3ce Merge branch 'develop' into add_sequence_slice_layer
8 years ago
Yiqun Liu 2e87d747bd Merge pull request #3337 from tensor-tang/merge
8 years ago
Yi Wang 2ca13944b6 Merge pull request #3378 from gangliao/proj_name
8 years ago
tensor-tang 2d4c66d4b2 add comments and todo lists
8 years ago
tensor-tang a475a57d9b rename files and classes, use uppercase of Mkldnn and Cpu
8 years ago
liaogang 7a56d46a8a Rename PROJ_ROOT to PADDLE_SOURCE_DIR and PROJ_BINARY_ROOT to PADDLE_BINARY_DIR
8 years ago
dangqingqing 024243fee0 Fix typo error.
8 years ago
caoying03 7ff689f55a Merge branch 'develop' into add_sequence_slice_layer
8 years ago
tensor-tang b2bd67133a rename and refine functions
8 years ago
caoying03 26bc5b1259 add implementations.
8 years ago
dangqingqing 32e756ca03 fix test_KmaxSeqScore for only CPU compile.
8 years ago
tensor-tang f6a940936b remove unused comments, refine and rename
8 years ago
Yi Wang 6c66044ce0 Fix more warnings about comparison between signed and unsigned values
8 years ago
tensor-tang abc49f74af Merge remote-tracking branch 'upstream/develop' into merge
8 years ago
tensor-tang 6373291c77 add test case use_mkldnn_wgt
8 years ago
caoying03 34ff75221f Merge branch 'develop' into add_sequence_slice_layer
8 years ago
caoying03 2988a58ef0 add unittest.
8 years ago
caoying03 92b2b1bd73 Merge branch 'develop' into kmax_score_layer
8 years ago
Cao Ying d9f97b023d Merge pull request #3297 from lcy-seso/add_nest_sequence_select
8 years ago
tensor-tang 0c951176bd pass mkldnn gtest
8 years ago
caoying03 59a8ebc62a Merge branch 'develop' into kmax_score_layer
8 years ago
dangqingqing 3e4c671cd4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bn_infer
8 years ago
dangqingqing 73192bb12a add a batch norm inference kernel.
8 years ago
caoying03 94686c5751 Merge branch 'develop' into add_nest_sequence_select
8 years ago
tensor-tang ec9009f320 add mkldnn tester
8 years ago
caoying03 ffafc5c911 fix the SubNestedSequenceLayer implementations.
8 years ago
liaogang 3ce497ca5a enhance cpplint cmake
8 years ago
caoying03 29fa73bc40 fix unittest.
8 years ago
Yi Wang 2357aee368 Merge pull request #3250 from lcy-seso/seq_softmax_in_sub_seq_mode
8 years ago
caoying03 89ea288c87 Merge branch 'develop' into kmax_score_layer
8 years ago
caoying03 927adb4a41 Merge branch 'develop' into kmax_score_layer
8 years ago
xuwei06 3c798828a9 SKip cpplint if source is not changed.
8 years ago
caoying03 855ae59d44 add KmaxSeqScoreLayer implementation.
8 years ago
caoying03 6bb970b52b enable defining sub-sequence data in test layer gradients.
8 years ago
caoying03 aa0ca57a6b add unittest.
8 years ago
caoying03 5d4d8120cf add gradient check for sequence softmax activation.
8 years ago
caoying03 6e291b34c3 Merge branch 'develop' into add_nest_sequence_select
8 years ago
Guo Sheng b7b956f0ba Merge branch 'develop' into add-ClipLayer
8 years ago
guosheng 3fe9e48f36 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-L2NormLayer
8 years ago
caoying03 d3e30146e4 Merge branch 'develop' into add_nest_sequence_select
8 years ago
caoying03 4b39f92bd8 add implementation of SubNestedSequenceLayer.
8 years ago
guosheng d1a691733b fix bug on ClipLayer test in test_LayerGrad
8 years ago
guosheng 82911cecb6 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ClipLayer
8 years ago
guosheng d19355a532 Refine ClipLayer and add unit test for it
8 years ago
hedaoyuan bfdd9a1ced Add a unit test for concat and slice network in test_NetworkCompare.cpp
8 years ago
hedaoyuan d456c28609 Fix some bug.
8 years ago
hedaoyuan 4b1bc6815e Fix comments of slice_projection, and add unit test of SliceProjection.
8 years ago
guosheng 23a8d015e0 add ClipLayer
8 years ago
guosheng 84660653f8 add RowL2NormLayer
8 years ago
guosheng d5384e640f refine layer gradient test of ROIPoolLayer
8 years ago
guosheng 0f4c733296 add ROIPooling for Fast(er) R-CNN
8 years ago
wanghaoshuang ec236f4624 fix code format
8 years ago
xzl 4d6be9741c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
8 years ago
xzl 1f516fa0ef modify format, and modify the layer grad test, op test
8 years ago
wanghaoshuang 1cdf149b6f 1. delete PixelSoftmaxLayer and add SwitchOrderLayer
8 years ago
xzl 11588b3670 support inputchannels != outputchannels of depthwiseconv
8 years ago
wanghaoshuang 3aa679814f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pixel_softmax_layer
8 years ago
wanghaoshuang 29f25fbe03 Add pixel softmax layer for FCN model
8 years ago
xzl 36e7800aa1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
8 years ago
xzl f4e7ae5540 add mobilenet gpu grad test, the test is ok
8 years ago
wanghaoshuang 0b788ef75b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_layer
8 years ago
Yu Yang 1b366dc2ff Fix CI error on test_LayerGrad.LSTM
8 years ago
wanghaoshuang d378e0a0cd Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_layer
8 years ago
Yang yaming f21e3f731f Merge pull request #2247 from pkuyym/fix-2240
8 years ago
yangyaming c37da0bd3b Remove hasParamInitialValue flag.
8 years ago
Tao Luo 7f380c1be3 Merge pull request #2701 from luotao1/stride
8 years ago
yangyaming 2bf4f1bbc1 make adding eps more clear
8 years ago
yangyaming 7ed6463ee9 fix bugs for CrossChannelNormLayer
8 years ago
wanghaoshuang 5e6e1f636a Add grad test and python wrapper for crop layer
8 years ago
Yang yaming 312ce8b419 Merge pull request #2497 from pkuyym/ssd_outloss
8 years ago
Luo Tao 3b073fdc2b fix error in test_LayerGrad
8 years ago
Luo Tao 0e61730039 stride pooling for max and average layer
8 years ago
Yang yaming f551c271af Merge pull request #2467 from pkuyym/ssd_map
8 years ago
qingqing01 8266546eb2 Merge pull request #2480 from emailweixu/repeat_layer
8 years ago
emailweixu 09f34c4b1f Merge pull request #2479 from emailweixu/mixed_input_rnn
8 years ago
yangyaming b233ed1353 Set FLAGS_use_gpu in test_DetectionOutput.
8 years ago
yangyaming 65969dad64 Add DetectionOutputLayer and MultiBoxLossLayer.
8 years ago
xuwei06 ef61288f9e Clean-up recurrent group related python code
8 years ago
xuwei06 fc0ad9048a Repeat layer for column vector
8 years ago
xuwei06 17994e38aa RecurrentGroup with mixed input sequence types
8 years ago
yangyaming 597a58c3ef Add DetectionMAPEvaluator.
8 years ago
hedaoyuan 1e0cc74145 Merge branch 'develop' of https://github.com/baidu/Paddle into convolution
8 years ago
hedaoyuan e039410eb7 Remove the code of ExpandConvTransLayer.
8 years ago
dangqingqing b783e08ea0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into row_conv
8 years ago
dangqingqing cb6436b50c CPU implementation of row convolution
8 years ago
Luo Tao 3ae7541ad3 rename AggregateLevel and ExpandLevel
8 years ago
liaogang 6dc58cdd25 modify float precision in img_conv2
8 years ago
liaogang eef91cd811 clang-format
8 years ago