Commit Graph

213 Commits (8295eb91bff52b2ef9c0dc53f7e4b902f14030e2)

Author SHA1 Message Date
gangliao 8295eb91bf Merge pull request #287 from gangliao/bilinear
9 years ago
qingqing01 cfc965d52c Merge pull request #269 from wangyang59/deconv
9 years ago
liaogang f27ff4d8a4 Revise code
9 years ago
emailweixu 5ccf84ab2e Merge pull request #383 from lzhao4ever/fix_matrix_inverse
9 years ago
wangyang59 af7a50c0d4 minor changes on deconv implementation and add protostr test for deconv layer
9 years ago
wangyang59 449120991e minor change to convTransLayer test in test_LayerGrad
9 years ago
wangyang59 53e1629a43 Refactored imageSize in ConvBaseLayer to MathUtil
9 years ago
wangyang59 03f4b1d4d2 minor changes on deconv per luotao1 comments
9 years ago
wangyang59 7a322df0a8 deconv implementation mionr changes in ConvBaseLayer.cpp and config_parser.py
9 years ago
wangyang59 fb20187aaa deconv layer implementation modification following luotao1 comments
9 years ago
wangyang59 3d72e94939 rebase deconv implementation with develop branch and resolve conflicts with pull#218 commit 45c81a414f
9 years ago
wangyang59 5e4cc241ac Revised deconv implementations according to luotao1
9 years ago
wangyang59 5fff96f532 add another small test in test_LayerGrad for convTransLayer
9 years ago
wangyang59 e68b50ad09 fixed a bug in refactoring ExpandConv/TransLayer
9 years ago
wangyang59 2575b74fee refactored ExpandConvLayer and ExpandConvTransLayer with ConvBaseLayerCpu
9 years ago
wangyang59 aa2cd2ce8f Refactor ExpandConvTransLayer to share codes with ExpandConvLayer
9 years ago
wangyang59 bda259bb18 added more test on convTrans layer and comments
9 years ago
wangyang59 70e44732c2 added convTrans test and python components
9 years ago
wangyang59 5c88f07262 initial take on deconv layers
9 years ago
liaogang 65b8bb2583 Fix a bug
9 years ago
liaogang 1c9f6f7f99 Update
9 years ago
liaogang 0519cc6423 Merge branch 'develop' of https://github.com/baidu/Paddle into bilinear
9 years ago
luotao1 e6c83f4ec0 some tiny fixs (#406)
9 years ago
liaogang bc2b521c24 Follow comments
9 years ago
Liang Zhao 992ac8f9a1 Implement setDiag() with BaseMatrix::assign()
9 years ago
Liang Zhao 8c40bfd0fc Make matrix well-conditioned when unittest inverse
9 years ago
liaogang cc04a7d7ab Merge branch 'develop' of https://github.com/baidu/Paddle into bilinear
9 years ago
liaogang db1757556e Follow comments
9 years ago
hedaoyuan 125c19a3c3 fix some nvcc compile options (#392)
9 years ago
Yu Yang 57bc6238d9 enable swig unittest in travis-ci (#394)
9 years ago
backyes f06f4dfbae py_paddle link zlib(#393)
9 years ago
hedaoyuan a07da94939 fix floating-point overflow problem of tanh (#355)
9 years ago
lzhao4ever 4905751a22 Add define for double getrf, getri (#381)
9 years ago
liaogang 5a1e7dbc6a Fix conflict
9 years ago
luotao1 e802471c58 abstract outputSize function in CNN-related layers (#314)
9 years ago
liaogang 724d6dd40a Replace outputH to batchSize
9 years ago
liaogang d373c10091 Fix bilinear interp bug
9 years ago
liaogang 45b8c47e04 Add img_size for unit test
9 years ago
liaogang bd38facada Fix conflict
9 years ago
liaogang 57348806b5 Follow comments
9 years ago
Yu Yang e05f4ff267 Fix SRL hang when exit. (#291)
9 years ago
lzhao4ever 36bda94eb4 include mkl_lapacke.h (#359)
9 years ago
emailweixu 6c3a678c9a Add elementwise math operations (#343)
9 years ago
gangliao 3e2dc77cc7 Add code coverage and coveralls (#296)
9 years ago
gangliao 33004ecfb7 Fix glog check type unmatch in Util.cpp (#353)
9 years ago
gangliao 3424a4c0d8 Fix bug and redundant code in hl_dso_loader.cc (#306)
9 years ago
hedaoyuan 1de75c039f report error when use parallel_nn to train recurrent_nn model (#335)
9 years ago
lzhao4ever 5f2059db05 Add matrix inverse (#240)
9 years ago
emailweixu 9f9b4afcdb install the right python package version (#326)
9 years ago
Yu Yang 968464cc60 Fix a bug in testOnePeriod. (#322)
9 years ago