- 03 7月, 2017 2 次提交
-
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
OpProto is a proto message that helps 3rd-party language bindings, e.g. `Python`, to generate operator creation methods. The operator creation method is the low-level API for 3rd-party language bindings. Op creation methods take the user's input in that language, and convert users inputs into `OpDesc` message, then passing that `OpDesc` message to Paddle's C++ core and create an operator. * A separated `attr_type.proto` is added, because that file wound be included by `op_desc.proto` in future.
-
- 29 6月, 2017 38 次提交
-
-
由 Cao Ying 提交于
enable users to set intial memory states for lstm/gru group.
-
由 caoying03 提交于
-
由 caoying03 提交于
-
由 Yu Yang 提交于
Add pb_cc_library in generic.cmake
-
由 Qiao Longfei 提交于
basic scope implementation #2629 * scope-impl * refine GetOrCreateVariable * refine code of scope with style check * refine code of operator * clang format * move code to scope.h, remove scope.cc * add Create for scope * merge CreateVar and GetOrCreateVar * do not use default argument in Scope * update design doc
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 Yu Yang 提交于
-
-
由 qingqing01 提交于
Init partial network parameters from another saved model.
-
由 Yancey 提交于
* add trainer library * modifty file name * move trainer to master client * update * update * modify monitor master to receive a chan * update * use etcd client from etcd_client.go * update * update * remove etcd client without lock * update * update the comment * update commonts
-
由 Yu Yang 提交于
-
由 qingqing01 提交于
fix xmap_readers and refine flowers dataset
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
Adding Enforce to platform
-
由 dangqingqing 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 qiaolongfei 提交于
-
由 Yu Yang 提交于
-
-
由 dangqingqing 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
Add paddle::string::{F,S,}Printf
-
由 dzhwinter 提交于
"fix client send empty gradients bug"
-
由 dongzhihong 提交于
-
由 Yi Wang 提交于
-
由 Yi Wang 提交于
Rename paddle::strings::StringPiece into paddle::string::Piece
-
由 Yi Wang 提交于
-
由 Yi Wang 提交于
-
由 Yi Wang 提交于
-
由 Yi Wang 提交于
Memory CPU allocator
-
由 helinwang 提交于
Make pserver able to get server index without etcd (decouple pserver with etcd)
-
由 dangqingqing 提交于
-
-