Yu Yang
|
5eb8bf0324
|
Correct GLOG CHECK in Paddle
Use CHECK instead of PCHECK, because PCHECK is used for errno.
|
8 years ago |
Helin Wang
|
3219c831a1
|
Rename Argument::sumCost to Argument::cost since Argument should not know about cost.
cost is Argument, but argument does not have to be cost.
|
8 years ago |
Yu Yang
|
56f29658ba
|
Remove not used params in GradientMachine::start
|
8 years ago |
wangyanfei01
|
7c7430470d
|
follow comments: more readable LOG
|
8 years ago |
wangyanfei01
|
45bd0a5e16
|
more accurate to early stop train sparse model
|
8 years ago |
Yi Wang
|
e9549cbb78
|
Change "Baidu, Inc" into "PaddlePaddle Authors"
|
8 years ago |
Yu Yang
|
ba68704edb
|
Fix api test, fix testing script for macos
|
8 years ago |
Yu Yang
|
3100406cc4
|
Simplify the testOnePeriod method.
|
8 years ago |
wangyanfei01
|
63de3ec2ba
|
merge origin/develop and fix confliction
|
8 years ago |
wangyanfei01
|
1f743d381c
|
Redesign test_period meaning:
* always do test on all test data
* do test at the end of each pass if test_period=0, otherwise do test if test_period batches passed
|
8 years ago |
Luo Tao
|
80c68d38ff
|
clang format .cc .h .cpp .c and .hpp file
|
8 years ago |
wangyanfei01
|
0a0c55d228
|
more friendly test options
|
9 years ago |
Yu Yang
|
968464cc60
|
Fix a bug in testOnePeriod. (#322)
* Forget to finishTestPeriod in testOnePeriod.
* Fix #318
|
9 years ago |
emailweixu
|
cbe734b396
|
Python trainer api (#193)
* Python trainer API and demo
* Adding missing PaddleAPIPrivate.h
* Adding api_train.sh
* More comments
* Bump up patch version to 0b3
|
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 |