hedaoyuan
dc1ee4449c
follow some comments whit pr 854 after committed
8 years ago
hedaoyuan
b132fde01d
follow some comments with issue 973
8 years ago
dangqingqing
ae0009597f
enable clang-format
8 years ago
dangqingqing
494a633cba
Merge branch 'develop' of https://github.com/baidu/Paddle into bug_fix
8 years ago
dangqingqing
9a47b6219a
Bug fix for BatchNorm when testing more than models in test mode.
8 years ago
hedaoyuan
c6d9d04004
Merge pull request #979 from reyoung/feature/fix_param_hidden_in_pydp2
...
A tiny fix in PyDataProvider2
8 years ago
Yu Yang
2016f9222d
Merge pull request #989 from gangliao/utils_dep
...
Remove utils/CommandLineParser.h
8 years ago
liaogang
7e255127b6
Fix gflags 2.1 issue
8 years ago
qingqing01
4490bf968f
Merge pull request #990 from pengli09/norm-layer
...
Change float to real in NormLayer.h
8 years ago
Peng Li
89bf2e44f0
Change float to real in NormLayer.h
8 years ago
liaogang
f09989a1b2
Remove utils/CommandLineParser.h
8 years ago
gangliao
db82a0e53f
Merge pull request #980 from reyoung/feature/add_const_in_gradient_machine_eval
...
Add const to GradientMachine::eval
8 years ago
backyes
c1b294a358
Merge pull request #974 from emailweixu/timer_namespace
...
Adding namespace in timing macros
8 years ago
qingqing01
b53bdcdc67
Merge pull request #867 from Noplz/ssd
...
priorbox layer for Single Shot Multibox Detection Network
8 years ago
gaoyuan
8d24931588
Change member variables from public to protected
8 years ago
Yu Yang
4d5a0b0a03
Also add const to makeEvaluator
8 years ago
Yu Yang
4d81b36123
A tiny fix in PyDataProvider2
...
* hidden decorator kwargs in DataProvider.__init__
* also add unit test for this.
8 years ago
Yu Yang
22aacbfd6c
Add const to GradientMachine::eval
8 years ago
Peng LI
28c5010c0f
Merge pull request #976 from pengli09/add_label_seq_pos_to_inputdef
...
Support user specified label input in tests
8 years ago
Peng Li
d09564b73f
change std::vector<int> to const reference
8 years ago
Yu Yang
adc58397d2
Merge pull request #969 from reyoung/feature/clean_gradient_machine_start
...
Remove not used params in GradientMachine::start
8 years ago
Peng Li
8bd4752227
Merge branch 'develop' into add_label_seq_pos_to_inputdef
8 years ago
Tao Luo
446e3c21be
Merge pull request #946 from luotao1/checker
...
travis for check broken links
8 years ago
Yu Yang
4e34220852
Merge pull request #970 from reyoung/feature/clean_parameter_updater_finish_pass
...
Remove unused cost parameter in ParameterUpdater
8 years ago
Luo Tao
39a547741c
refine docs.sh
8 years ago
Peng LI
06ea2bf721
Merge pull request #967 from pengli09/fix_test_type
...
change float to real in two tests
8 years ago
Peng Li
1b8e151fa2
Support user specified label input in tests
8 years ago
gaoyuan
f2029298a7
Change type float to real.
8 years ago
Luo Tao
de8927ebe1
refine docs.sh
8 years ago
Luo Tao
5471e87f3d
Merge branch 'develop' into checker
8 years ago
Peng Li
67fcd898c5
fix array style problem
8 years ago
xuwei06
84ad724f99
Adding namespace in timing macros
...
Sometime those macros are used under different namespaces. We need to use namespace ::paddle
to make it compile correctly.
Change-Id: I57a6d6ec8cd0d680b584aab62d72a35c226a24a4
8 years ago
wangkuiyi
37f759597e
Merge pull request #927 from wen-bo-yang/develop_test
...
support UBUNTU MIRROR and modify doc
8 years ago
tianbingsz
42e121791e
Merge pull request #854 from hedaoyuan/cmrnorm
...
Cmrnorm
8 years ago
tianbingsz
904936912e
Merge pull request #934 from tianbingsz/paddle_function_mat
...
Matrix API refactor
8 years ago
Yu Yang
dadd48a5cc
Merge pull request #963 from reyoung/feature/add_const_in_parameter_updater
...
Add const in ParameterUpdater init
8 years ago
Yu Yang
71a316ea1f
Remove unused cost parameter in ParameterUpdater
8 years ago
Yu Yang
56f29658ba
Remove not used params in GradientMachine::start
8 years ago
Peng Li
35bbb4fb01
change float to real in two test
...
Change float in test_ConvTrans and test_ConvUnify to real.
8 years ago
hedaoyuan
f1a94e3ff7
follow comments
8 years ago
Yu Yang
0d1703d91f
Add const in ParameterUpdater init
8 years ago
Peng Li
6e405a10c5
fix style issues
8 years ago
hedaoyuan
bf32411191
Merge branch 'develop' of https://github.com/baidu/Paddle into cmrnorm
8 years ago
hedaoyuan
5fddd99e18
move TEST from test_matrixCompare.cpp to cross_map_normal_op_test.cpp
8 years ago
Peng Li
8fe3a3aa73
Add excluded_chunk_types to ChunkEvaluator
...
The chunks of types in excluded_chunk_types will not be counted in
ChunkEvaluator. This is useful for tasks such as SRL, in which chunks of
type V (verb) will not be taken into account in evaluation.
8 years ago
gaoyuan
6f8f468fdb
Add priorbox layer gpu unit test.
8 years ago
emailweixu
8a42a54968
Merge pull request #915 from reyoung/feature/add_unittest
...
Add unittest to cover SgdThreadUpdater's enableBufType
8 years ago
yangwenbo02
8f08fa1da4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop_test
...
Synchronic code from PaddlePaddle/Paddle
8 years ago
Luo Tao
204152c76e
set -e for docs.sh
8 years ago
Luo Tao
48558218e4
Merge branch 'develop' into checker
8 years ago