- 28 6月, 2017 3 次提交
-
-
由 Helin Wang 提交于
The pserver need to have server index for saving model on the distributed file system. The server index comes from etcd if etcd is used, or user can manually specify them. So we need pserver.NewService() to take index as an argument. Since index could come from etcd, it would be strange if pserver takes an index as argument, at the same time get the index from etcd. so we will need to decouple pserver with etcd.
-
由 Helin Wang 提交于
-
由 Yi Wang 提交于
add eigen as cmake external project
-
- 27 6月, 2017 24 次提交
-
-
由 qijun 提交于
-
由 qijun 提交于
-
由 hedaoyuan 提交于
Change the CpuMatrix::copyFrom and CpuVector::copyFrom with the strea…
-
由 Yu Yang 提交于
Add `Variable::IsType`
-
由 gangliao 提交于
Fix go get -d ./..
-
由 wuyi05 提交于
-
由 hedaoyuan 提交于
Change the CpuMatrix::copyFrom and CpuVector::copyFrom with the stream parameter to the synchronous interface.
-
由 gongweibao 提交于
add local recordio reader interface
-
由 gangliao 提交于
FIX: Polish go library
-
由 Qiao Longfei 提交于
scope design doc
-
-
由 gongweibao 提交于
Fix TravisCI with new building image.
-
-
由 gongweibao 提交于
-
由 liaogang 提交于
-
由 Yu Yang 提交于
Make user can check what type is in variable
-
由 Qiao Longfei 提交于
fix MultiGradientMachine train and infer
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
由 gongweibao 提交于
Add convert to recordio function
-
由 helinwang 提交于
Set ps_desired when pserver init
-
由 Yi Wang 提交于
Add paddle/memory/README.md
-
由 helinwang 提交于
Add recordio dependency
-
- 26 6月, 2017 13 次提交
-
-
由 Your Name 提交于
-
由 Your Name 提交于
-
由 Your Name 提交于
-
由 liaogang 提交于
-
由 root 提交于
-
由 Yu Yang 提交于
Move directory third_party into /build
-
由 liaogang 提交于
-
由 Yu Yang 提交于
Adding platform/must_check.h
-
由 qiaolongfei 提交于
-
由 Yu Yang 提交于
__must_check is a macro mark of function return value. It let developer must check the return value is legal or not.
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yi Wang 提交于
Implement framework::Variable
-