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
2859532df0
Using override keyword in Layer
8 years ago
Yu Yang
5b1f66fe97
Removed unused GradientMachine::create
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
Yu Yang
4d5a0b0a03
Also add const to makeEvaluator
8 years ago
Yu Yang
22aacbfd6c
Add const to GradientMachine::eval
8 years ago
Yu Yang
56f29658ba
Remove not used params in GradientMachine::start
8 years ago
liaogang
3d0e73bd32
Remove custom glog-like and gflags-like macros
8 years ago
Yu Yang
068bfbb817
All file pass pre-commit hook
8 years ago
Yi Wang
e9549cbb78
Change "Baidu, Inc" into "PaddlePaddle Authors"
8 years ago
Luo Tao
80c68d38ff
clang format .cc .h .cpp .c and .hpp file
9 years ago
Yu Yang
20600e7036
Fix several cpp issues
...
* Different Type compare.
* ostream << should pass a const object.
* remove always true checks.
9 years ago
hedaoyuan
1de75c039f
report error when use parallel_nn to train recurrent_nn model ( #335 )
9 years ago
emailweixu
28bc05b126
Fix sparse training for trainer_count=1 ( #204 )
...
* Fix sparse training for trainer_count=1
For trainer_count=1, the gradient machine is NeuralNetwork, which does not create parameter buf for PARAMETER_GRADIENT for sparse update in Parameter::enableType. But gradient parameter buf is still used in SgdThreadUpdater.
* Minor update to comment
9 years ago
luotao1
cebdb66768
hierarchical rnn document, add new config example ( #106 )
...
* hierarchical rnn document, add new config example
* update inputs_type of label
* add check for unsupported config
* refine hierarchical document
* refine doc title
* update docs, fix paddle to PaddlePaddle
* follow comments
9 years ago
liaogang
8ddc5faac1
Update Mac OS X port
...
* follow comments to fix bugs
9 years ago
liaogang
23e47bb600
Merge remote-tracking branch 'upstream/master'
9 years ago
emailweixu
b15a4783cb
Correctly handling multiple inputs and integer inputs for recurrent_g… ( #114 )
...
* Correctly handling multiple inputs and integer inputs for recurrent_group
* Fix ScatterAgentLayer for generation
* Revert sequence_(nest)_rnn.conf
9 years ago
liaogang
a6b58cf013
Merge remote-tracking branch 'upstream/master'
9 years ago
liaogang
92ca98d5f5
Merge remote-tracking branch 'upstream/master'
9 years ago
xuwei06
48eb5ff01f
Fix signed/unsigned comparison for gcc 4.9
9 years ago
xuwei06
05a97ab50e
Further fix the memory for Hierarchical RNN
...
Sequences should be sorted according to the number of subsequences they have.
9 years ago
Yu Yang
c7762da330
Merge branch 'master' into merge_icode
9 years ago
xuwei06
9a9de9240d
Correctly handle memory in RecurrentGradientMachine for hirarchical RNN
...
Change-Id: I8e0a8ea6fc2760652d9c76440a539c90860062d3
9 years ago
zhangruiqing01
699d5f2638
modify RecurrentGradientMachine to support unequal length inputs
...
* modify RecurrentGradientMachine to support hasSubSeq sequence inlinks with the same number of sentence but different number of tokens for each sentence
Change-Id: Ic71f00a4bb346b4fa93e650dfb4b1a0d8d2338b0
9 years ago
Haonan
0f91ea7ebb
use HPPL_STREAM_DEFAULT for layer computation
...
Change-Id: Id66da7b7f5bf9ec80cc19b347e4fb822a5a6f197
9 years ago
Haonan
688eeefab3
fixed issues with synchronizing streams when copy from gpu to cpu
...
* by default, synchronize default_stream after resizeAndCopyFrom
* add sync in some places after resizeAndCopyFrom using other streams
9 years ago
Yu Yang
d9870c354f
Merge branch 'master' into mac_port
9 years ago
liaogang
a3941cbc1f
remove weak attribute for internal FPGA
9 years ago
liaogang
445d1e8201
Support MAC OS for PaddlePaddle
9 years ago
Yu Yang
b384af58be
Fix bugs in CustomStackTrace.
...
* Make layer stack trace shows ThreadId, Forward or Backward.
Change-Id: Iba1477adb8c9115c3a67ff2959bb5c878ca706c7
9 years ago
dangqingqing
f063752366
Adjustment doc and code for CostLayer, GradientMachine and DataProvider.
...
Also add some comments for cost layers.
ISSUE=4580653
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1410 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago
zhangjinchao01
b72beee4f0
fix dash and space bug,
...
ISSUE=4586495
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1408 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago