hedaoyuan
4af4883f22
fix some tests which only need paddle::initMain in main
8 years ago
liaogang
f09989a1b2
Remove utils/CommandLineParser.h
8 years ago
Yu Yang
4e34220852
Merge pull request #970 from reyoung/feature/clean_parameter_updater_finish_pass
...
Remove unused cost parameter in ParameterUpdater
8 years ago
Yu Yang
71a316ea1f
Remove unused cost parameter in ParameterUpdater
8 years ago
Yu Yang
0d1703d91f
Add const in ParameterUpdater init
8 years ago
gangliao
6aed264f0a
Merge pull request #896 from gangliao/glog
...
Remove custom glog-like and gflags-like macros
8 years ago
Zhizhong Su
9a243d7a23
fix a few bugs related to frame size.
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
hedaoyuan
671db8deaa
Merge branch 'develop' of https://github.com/baidu/Paddle into tensor_merge
8 years ago
hedaoyuan
e63f1e6952
merge from cooder
8 years ago
Luo Tao
96615fe329
merge develop, fix conflict
8 years ago
Luo Tao
80c68d38ff
clang format .cc .h .cpp .c and .hpp file
8 years ago
Luo Tao
496d64ebdb
Support rectangle input for CNN
9 years ago
Yu Yang
836d61382f
Update pre-commit-config
...
* Check all files by pre commit hooks
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
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
92ca98d5f5
Merge remote-tracking branch 'upstream/master'
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
xuwei06
9a9de9240d
Correctly handle memory in RecurrentGradientMachine for hirarchical RNN
...
Change-Id: I8e0a8ea6fc2760652d9c76440a539c90860062d3
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
a238b11f83
Fix linux compile
9 years ago
liaogang
58f74e2ca1
Add main entry for unit test files and replace memalign by posix_memalign
9 years ago
Haonan
1e1a33b574
Argument concat for subsequence start positions
...
Change-Id: Ia60c008a8c922f66e6b5e2ca3e488fc4625d6506
9 years ago
hedaoyuan
2afe66093a
multi-gpu training with sparse input.
...
ISSUE=4586833
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1429 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