Commit Graph

258 Commits (5300869ceb72569b81478c9045ef208c9e567682)

Author SHA1 Message Date
gangliao 5a67a04e63 Merge pull request #511 from baidu/release/v0.9.0
8 years ago
Yu Yang 7b1d3c77c8 Refine ver2num function, add comments
8 years ago
Yu Yang 5b1ba87320 Add version check for paddle
8 years ago
Yu Yang 65612425f2 Merge pull request #384 from wangyang59/trainerAPIGpu
8 years ago
Yu Yang 4705083ee1 Update dockerfile tags
8 years ago
Yu Yang c60f57b6e3 Fix some problems in Debian build scripts.
8 years ago
Yu Yang f702484ee2 Fix forwardTest for ids in python swig.
8 years ago
Yu Yang 9115ab1c11 Merge pull request #450 from reyoung/feature/pre-commit-hooks-scripts
8 years ago
wangyang59 4c86285a99 modifed Paddle.swig to specially handle UnsupportError only
8 years ago
wangyang59 b207535198 Add setUseGpu in PaddleAPI.h and handle UnsupportedError in swig with meaningful message displayed
8 years ago
wangyang59 91e6dcb68f fixed a bug in Paddle::Vector::createCpuVectorFromNumpy
8 years ago
wangyang59 70fecee080 add unittest for Matrix and Vector in API
8 years ago
wangyang59 f22573bdaf changed to isUsingGpu() in PaddleAPI.h and throw exceptions instead of CHECK
8 years ago
wangyang59 2be3a74779 Modified API to use FLAGS_use_gpu as useGpu default value
8 years ago
xuwei06 a6ad9a1608 Fix unittest
8 years ago
xuwei06 bf6f690f31 Add ScalingProjection
8 years ago
dangqingqing 48ea047100 Bug fix in testing mode.
8 years ago
Yu Yang 836d61382f Update pre-commit-config
8 years ago
Yu Yang b87427b682 Merge pull request #445 from QiJune/format_py_code_1st
8 years ago
Haonan 5591292b7a modifications according to comments
8 years ago
qijun 319742c641 format python code in demo, doc, doc_cn and paddle directories
8 years ago
Haonan 728defbec9 copy the data when createSparseMatrix
8 years ago
Haonan 069d0004dc multi_binary_cross_entropy when ids vector is provided
8 years ago
Yu Yang 818c81fecc Merge pull request #428 from reyoung/feature/add_check_env_for_docker
8 years ago
Tao Luo ca0bb40c6e Merge pull request #300 from QiJune/feature/sppnet
8 years ago
Haonan ebb153b067 Merge pull request #416 from yu239/hl_activetype
8 years ago
Tao Luo eb3bf9ea64 Merge pull request #360 from emailweixu/sum_cost
8 years ago
Haonan 45f6e1abee change hlactivetype instead of act.name
8 years ago
Yu Yang 64b7561ce6 Add checkout name for Dockerfile
8 years ago
qijun 9dd588b414 fix merge conflicts
8 years ago
gangliao 8295eb91bf Merge pull request #287 from gangliao/bilinear
8 years ago
qingqing01 cfc965d52c Merge pull request #269 from wangyang59/deconv
8 years ago
liaogang f27ff4d8a4 Revise code
8 years ago
qijun 61444d903d Merge remote-tracking branch 'baidu/develop' into feature/sppnet
8 years ago
emailweixu 5ccf84ab2e Merge pull request #383 from lzhao4ever/fix_matrix_inverse
8 years ago
wangyang59 af7a50c0d4 minor changes on deconv implementation and add protostr test for deconv layer
8 years ago
wangyang59 449120991e minor change to convTransLayer test in test_LayerGrad
8 years ago
wangyang59 53e1629a43 Refactored imageSize in ConvBaseLayer to MathUtil
8 years ago
wangyang59 03f4b1d4d2 minor changes on deconv per luotao1 comments
8 years ago
wangyang59 7a322df0a8 deconv implementation mionr changes in ConvBaseLayer.cpp and config_parser.py
8 years ago
wangyang59 fb20187aaa deconv layer implementation modification following luotao1 comments
8 years ago
wangyang59 3d72e94939 rebase deconv implementation with develop branch and resolve conflicts with pull#218 commit 45c81a414f
8 years ago
wangyang59 5e4cc241ac Revised deconv implementations according to luotao1
8 years ago
wangyang59 5fff96f532 add another small test in test_LayerGrad for convTransLayer
8 years ago
wangyang59 e68b50ad09 fixed a bug in refactoring ExpandConv/TransLayer
8 years ago
wangyang59 2575b74fee refactored ExpandConvLayer and ExpandConvTransLayer with ConvBaseLayerCpu
8 years ago
wangyang59 aa2cd2ce8f Refactor ExpandConvTransLayer to share codes with ExpandConvLayer
8 years ago
wangyang59 bda259bb18 added more test on convTrans layer and comments
8 years ago
wangyang59 70e44732c2 added convTrans test and python components
8 years ago
wangyang59 5c88f07262 initial take on deconv layers
8 years ago