Commit Graph

891 Commits (06690cfb015ebc11d4190d751f98971f350d8316)

Author SHA1 Message Date
gangliao 3020d0274d Merge pull request #1421 from gangliao/SWIG_COMPILER
8 years ago
qingqing01 89ec74b29b Merge pull request #1397 from qingqing01/api_fix
8 years ago
liaogang 7eedca164c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into SWIG_COMPILER
8 years ago
liaogang bbfcee20fd Add const for Trainer::getLayerOutput
8 years ago
liaogang fa67ac98e5 Specify compiler in setup
8 years ago
liaogang fbf864362d Update python getLayerOutputs
8 years ago
Liang Zhao 046349dd40 Fix definition of hl_matrix_classification_error in hl_matrix_stub.h
8 years ago
Liang Zhao 8fded24c75 implement top k classification error in class matrix
8 years ago
Liang Zhao d256512832 Rewrite code according to reviewer comments
8 years ago
Liang Zhao e768721cd9 fix calculating totalScore2_ bug
8 years ago
Liang Zhao 413cbb8432 fix a variable definition bug
8 years ago
Liang Zhao 043859b5db clean up code
8 years ago
Liang Zhao 5250b9b213 fix classificationError input
8 years ago
Liang Zhao e00f06afa4 Add top-k error
8 years ago
dangqingqing 6cf560350e resolve conflicts
8 years ago
dangqingqing 15180e85ac remove some code
8 years ago
dangqingqing 297c6a018b refine data feeder
8 years ago
Luo Tao 0b673756f1 add SequenceReshapeLayer in trainer_config_helpers
8 years ago
dangqingqing 4db1c0fe03 Fix the unit test bug for api
8 years ago
dangqingqing 67b8150ff4 data converter test
8 years ago
Yu Yang bb751b7f2c Add documentation for codes.
8 years ago
Yu Yang 9d45aa4fb2 Merge branch 'develop' into feature/EvaluatorValue
8 years ago
Luo Tao 27a42c2e3b add SequenceConcatLayer in trainer_config_helpers
8 years ago
Yu Yang ab8bb9738a Merge pull request #1373 from reyoung/feature/remove_grad_printer_seq_info
8 years ago
liaogang f846e8fec2 Add const for getLayerOutput
8 years ago
Yu Yang be3adec35d Merge pull request #1372 from reyoung/feature/unify_print_layer_evaluator
8 years ago
Yu Yang b5b9a9cfb7 Add comments
8 years ago
Yu Yang 948218dab9 Unify PrintLogic in PrintLayer/ValuePrinter.
8 years ago
gangliao 5101adc32c Merge pull request #1371 from reyoung/feature/UseInitFuncInsteadCreate
8 years ago
Yu Yang 1100366803 Add unittests & fix some bugs.
8 years ago
Yu Yang 6deb33d9dc Complete combined evaluator
8 years ago
Yu Yang 9a48442536 Merge branch 'feature/remove_grad_printer_seq_info' into feature/EvaluatorValue
8 years ago
Yu Yang 5fd49f6665 Remove sequence information in GradientPrinter.
8 years ago
Yu Yang 5b4e7d5cc7 complete value printer
8 years ago
Yu Yang 5ecc1a2192 Merge branch 'feature/unify_print_layer_evaluator' into feature/EvaluatorValue
8 years ago
Yu Yang 04eaf75c5e Add getValue to some evaluators.
8 years ago
Yu Yang 2c07dd50ab Unify print layer, ValuePrinter evaluator.
8 years ago
Yu Yang 39feacb02a Merge branch 'feature/UseInitFuncInsteadCreate' into feature/EvaluatorValue
8 years ago
Yu Yang d2c58907eb Unify Evaluator::create method
8 years ago
Yu Yang d5cfa6fcce Stash
8 years ago
Peng Li 701d02459d Fix bug in processing input with static parameter in seqconcat layer
8 years ago
liaogang 84552872a3 getLayerOutput in CPU
8 years ago
liaogang 3842bc4d7c refine code
8 years ago
liaogang 258e5ec59f update GradientMachine API
8 years ago
liaogang 7c5fd23106 Update MultiGradientMachine::getLayerOutput
8 years ago
liaogang 393d835439 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into concat
8 years ago
liaogang 0446b488fd LayerOutput for single machine multiple devices
8 years ago
Yu Yang a30f6aa9d0 Merge pull request #1307 from reyoung/feature/fix_bug_in_dp2
8 years ago
Yu Yang d6292cca16 Merge pull request #1281 from gangliao/bug
8 years ago
Yu Yang 970440622f Temporary disable async load data in PyDP2.
8 years ago
xutianbing ae3ae08473 resolve merge confilicts
8 years ago
xutianbing 9b17c3ff2e rewrite unit test using Daoyuan's new FunctionTest.
8 years ago
xutianbing 877decdccc merge Daoyuan's FuncArg, address one of the comments.
8 years ago
xutianbing 47aaac00b0 add some comments...
8 years ago
xutianbing a948eea3ed clean unused code.
8 years ago
xutianbing 58827e3e96 update forward/backward in CosSimLayer and CosSimVecMatLayer.
8 years ago
xutianbing ccac20d2db add Cosine Similarity Backward function.
8 years ago
xutianbing 9ee72367ee Cosine Simlarity Forward Paddle Function.
8 years ago
tianbingsz 823a3f0299 Merge pull request #1224 from tianbingsz/context_projection
8 years ago
xuwei06 0b7e7876ff Fix mkDirRecursively
8 years ago
xutianbing 02c5ecc334 merge
8 years ago
xutianbing e79841de91 fix test_LayerGrad.
8 years ago
xutianbing 1251501caf rewrite unit test using new Function Test.
8 years ago
liaogang 250f784122 Add std for setiosflags
8 years ago
Yu Yang ed808f5ef6 Merge pull request #1251 from reyoung/feature/add_override_to_layer_init
8 years ago
Haonan b9dfe8e7c8 Merge pull request #1231 from yu239/rotate_and_flip
8 years ago
Haonan 73dcf2cd58 improving code comments
8 years ago
reyoung e7419d690c Remove virtual in override
8 years ago
Yu Yang 2859532df0 Using override keyword in Layer
8 years ago
Yu Yang 7c04096ecb Remove compile warning on clang 8.0 in BufferArg.h
8 years ago
Haonan 6245fed240 rotate_layer python interface fixes
8 years ago
Haonan 7f4042ec86 fix stub error
8 years ago
Haonan 2558c3f15a revisions according to reviews
8 years ago
Haonan 55eb2fcffa format correction
8 years ago
Haonan f5995300c5 rotate layer cpp files
8 years ago
Haonan 781b85b5fc rotate_layer and flip_layer * added getMin and getMax for GpuMatrix * gru_step_layer parameter name
8 years ago
wangyang59 04b5daf92d change the parameter position of gru_step_layer from 1 back to 0
8 years ago
emailweixu c1f9cd9dbe Merge pull request #1241 from wangyang59/rnnParaShare
8 years ago
王益 437c98d502 Resolve conflicts
8 years ago
wangyang59 0bd67524b1 switch the parameter index in GruStepLayer in test_LayerGrad
8 years ago
wangyang59 6da7283475 make gru_group parameters sharable
8 years ago
tianbingsz ecbff689fb Merge pull request #1147 from tianbingsz/paddle_func_sparse
8 years ago
wangkuiyi 90268e1258 Merge pull request #1222 from reyoung/feature/remove_unused_function_in_trainer
8 years ago
wangkuiyi dac4a59793 Merge pull request #1223 from reyoung/feature/remove_unused_clean_method
8 years ago
helinwang a78b65389d Merge pull request #1230 from helinwang/doc
8 years ago
helinwang 4bb0a0d66e Merge pull request #1239 from helinwang/issue_1238
8 years ago
hedaoyuan 5edbe32f65 Merge pull request #1216 from hedaoyuan/cmrnorm
8 years ago
Helin Wang 6911b848e3 remove `allow_inefficient_sparse_update` since it's only defined but never used.
8 years ago
王益 8c9716f7d4 Allow users to build a Docker image as development environment from Dockerfile{.gpu}
8 years ago
Helin Wang 7712fd58c2 fix docker build
8 years ago
王益 748cb5aff3 Merge branch 'develop' of https://github.com/paddlepaddle/paddle into dockerfile-dev
8 years ago
Helin Wang cfe0e08663 change english documentation for parameter ports_num and ports_num_for_sparse
8 years ago
xutianbing 5b1a5c116a Daoyuan's comments.
8 years ago
xutianbing 999cd14a6e Further address Daoyuan's comments, clean the code.
8 years ago
xutianbing b3be735807 Daoyuan's comments.
8 years ago
xutianbing bc5d7bb6d2 Add Sparse = dense * dense unit test with Daoyuan's Function test
8 years ago
xutianbing 077f936aa5 Support SparseMatrixArg unit test using Daoyuan's new Function Test.
8 years ago
xutianbing 316bf75afd clean code in function/MulOp.cpp
8 years ago
xutianbing 9ade63e61c clean code a little bit.
8 years ago
xutianbing 171eaff216 clean the code a little bit.
8 years ago