sweetsky0901
c52ed8de37
format code
8 years ago
sweetsky0901
bd561384bc
format code
8 years ago
sweetsky0901
d9673cad15
format code
8 years ago
sweetsky0901
821899ccd4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
8 years ago
sweetsky0901
6fc9a9fd69
modify for del T2 and doc update
8 years ago
peterzhang2029
728e8b1708
Merge pull request #6007 from guoshengCS/fix-hsigmoid-usegpu
...
Fix useGpu in HierarchicalSigmoidLayer
8 years ago
guosheng
6ed135413a
Fix useGpu in HierarchicalSigmoidLayer
8 years ago
peterzhang2029
976f96a9a5
Merge pull request #5926 from peterzhang2029/hsigmoid_gpu
...
Fix hsigmoid_layer when using GPU.
8 years ago
Qiao Longfei
c975fe1bde
batch norm support matrix input ( #5980 )
...
* batch norm support matrix input
* update gpu code
* format code
8 years ago
fengjiayi
23b3fef062
Make 'scale_op' supporting int and int64 ( #5986 )
...
* Make 'scale_op' supporting int and int64
* refine .cu file
8 years ago
Yu Yang
6375c8cacb
Fix MacOS compile ( #5978 )
...
* Fix MacOS compile
* Update GRPC
* Unset PROTOBUF_EXEC
8 years ago
peterzhang2029
b156c6a3c0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into hsigmoid_gpu
8 years ago
Yu Yang
985e4ab62d
Add Python wrap of conv2d_transpose and its unittest ( #5946 )
...
* Add Python wrap of conv2d_transpose and its unittest
* Follow comments
* Fix format
8 years ago
Yu Yang
0aceeee1fa
Feature/remove g program ( #5930 )
...
* Unify fluid submodules to fluid module
Change books just use `import fluid`, not submodules
* Remove g_main_program/g_startup_program
Use default_main_program/default_startup_program instead
* Typo
* Fix CI
8 years ago
peterzhang2029
ab1af66b12
--amend
8 years ago
peterzhang2029
bb61e90ffc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into hsigmoid_gpu
8 years ago
peterzhang2029
3022a79082
add gpu test in test_LayerGrad
8 years ago
武毅
0a8a86e0c9
Send recv op ( #5520 )
...
* WIP send recv op
* WIP send recv
* put grpc impl in details
* put grpc impl in details
* update wip
* update proto
* update proto
* update proto
* clean cmake
* wip on op implementations
* wip on op implementations
* compile ok adding ut
* wip unitest
* add extern cares for linking
* wip add ut
* working version send recv
* revert optimizer.py
* update test cmake
* add libtool to dockerfile
* update cmake dependency
* update cmake depends
* update cmake grpc depends
* fix cmake dependency
* fix compile error
* fix compile
* follow comments
* update
* update copyfrom
8 years ago
Yu Yang
dc82a30908
Refine CheckStyle Script ( #5942 )
...
* Refine CheckStyle Script
* Disable linkchecker for build_doc.sh
8 years ago
Yancey
f96bc313e8
fix path env in build.sh ( #5948 )
8 years ago
Tao Luo
1e6f85e5ff
Merge pull request #5952 from luotao1/fix_lscpu_log
...
fix grep socket error in lscpu command
8 years ago
sweetsky0901
ee0a794c27
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
8 years ago
sweetsky0901
57e68e5740
modify for code review by qingqing 2nd
8 years ago
ranqiu92
217c6a363f
Merge pull request #5949 from ranqiu92/doc
...
Refine the doc of layers.py
8 years ago
Guo Sheng
0ce9bf77be
Merge pull request #5931 from guoshengCS/fix-ROIPoolOP-warn
...
Refine roi_pool_op to avoid warning
8 years ago
Wang Meng
95cdbfec19
Merge pull request #4859 from will-am/factorization_machine_layer
...
Add Factorization Machine Layer
8 years ago
Luo Tao
966a442eb0
fix grep socket error in lscpu command
8 years ago
Abhinav Arora
ef3420e2b9
Fix the latex comment syntax in sgd_op.cc ( #5940 )
...
* Fix the latex comment syntax in sgd_op.cc
* Change \textunderscore to \_
8 years ago
peterzhang2029
e6b540eacf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into hsigmoid_gpu
8 years ago
guosheng
19a37ecde3
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-ROIPoolOP-warn
8 years ago
ranqiu
d4c2f2f219
Refine the doc of layers.py
8 years ago
fengjiayi
90fc4a6cd5
Complete shrink_rnn_memory_op comments ( #5935 )
...
* Complete shrink_rnn_memory_op comments
* Update
8 years ago
wangmeng28
8a283dbc9e
Update docs for fm layer
8 years ago
Cao Ying
ed516e0344
Merge pull request #5890 from ranqiu92/doc
...
Update the annotations of layers.py.
8 years ago
peterzhang2029
539462839b
bug fix when using hsigmoid with gpu
8 years ago
QI JUN
b28b2f172b
refine test_recognize_digits_mlp and format codes ( #5937 )
8 years ago
Yu Yang
d89ff5b614
Restore the param infos in Program.clone() ( #5873 )
...
* Restore the param infos in Program.clone()
The Program.clone only clone the variables and ops
in the program into a new program. However, the
information of Parameter is not clone.
So we need restore the information of Parameters.
Fix #5871
* Follow comments
* Fix CI
* Fix CI
* Fix CI
8 years ago
Qiao Longfei
c9a96575d5
py_test and test_image_classification_train support argument ( #5934 )
...
* py_test support argument, test_image_classification_train support argument
* use REMOVE_ITEM to rm item from list in cmake
8 years ago
sweetsky0901
f9c2a5c38e
modify for code review zcd
8 years ago
sweetsky0901
022b48e16f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
8 years ago
sweetsky0901
20654cf78a
modify for type check rewrite
8 years ago
Tao Luo
9de8ce171c
Merge pull request #5818 from typhoonzero/polish_install_docs
...
Update installation docs
8 years ago
Guo Sheng
dbfc76ab29
Merge pull request #5927 from guoshengCS/fix-addtolayer-check
...
Fix the check in addto_layer
8 years ago
guosheng
c8bb663141
Refine roi_pool_op to avoid warning
8 years ago
fengjiayi
33fa2dfbde
Compelete max_sequence_len_op ( #5913 )
8 years ago
Yu Yang
0ac8c74e63
Unify fluid submodules to fluid module ( #5924 )
...
Change books just use `import fluid`, not submodules
8 years ago
guosheng
f6e82bcf7e
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-addtolayer-check
8 years ago
guosheng
5981918cfc
Fix the check in addto_layer
8 years ago
dzhwinter
e6546baa62
remove unused file ( #5918 )
8 years ago
peterzhang2029
cda3a7747a
bug fix when using hsigmoid with gpu
8 years ago