- 11 7月, 2017 13 次提交
-
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
1. Add member variable 'DDim dims_' and a getter function 'dims()'. 'dims' is supposed to hold tensor's shape during Op::InferShape. 2. Remove 'mutable_data' which use default Place. User must specify a explicit Place when call 'mutable_data'. 3. A PlaceHolder may be shared by more than one tensor, and some of them may be the others' slices. So we add a new member variable 'offset_' for Tensor, which is used to show the byte offset between PlaceHolder::ptr_ and where tensor's data really begins. 4. Add functions 'ShareDataFrom' and 'Slice' for Tensor. TODO: Tensor needs a 'CopyFrom' function.
-
由 LiuYongFeng 提交于
update docs url
-
由 gangliao 提交于
fix dynload link error: undefined reference dlsym
-
由 dzhwinter 提交于
Network implement
-
由 dongzhihong 提交于
-
由 qijun 提交于
-
由 LiuYongFeng 提交于
-
由 dongzhihong 提交于
-
由 dongzhihong 提交于
-
由 dongzhihong 提交于
-
由 dzhwinter 提交于
Pserver Save state
-
由 Cao Ying 提交于
update the md5sum of WMT14 trained model.
-
- 10 7月, 2017 8 次提交
-
-
由 dongzhihong 提交于
-
由 caoying03 提交于
-
由 LiuYongFeng 提交于
-
由 LiuYongFeng 提交于
-
由 LiuYongFeng 提交于
-
由 QI JUN 提交于
* add device_context * add unittest for device_context * transfer to use function paddle::platform::throw_on_error * fix cuda build error * using dynload functions * follow comments
-
由 LiuYongFeng 提交于
-
由 LiuYongFeng 提交于
-
- 09 7月, 2017 3 次提交
-
-
由 dzhwinter 提交于
-
由 dongzhihong 提交于
-
由 dzhwinter 提交于
"lr state serialization"
-
- 08 7月, 2017 2 次提交
-
-
由 dongzhihong 提交于
-
由 dongzhihong 提交于
-
- 07 7月, 2017 14 次提交
-
-
由 dongzhihong 提交于
-
由 emailweixu 提交于
Fix paddle build when it's a subdirectory of another project
-
由 dongzhihong 提交于
-
由 qingqing01 提交于
Update comments of maxout_layer
-
由 dongzhihong 提交于
-
由 dongzhihong 提交于
-
由 xuwei06 提交于
-
由 Tao Luo 提交于
mistaken: Folk -> Fork in develop branch
-
由 xuwei06 提交于
-
由 Luo Tao 提交于
-
由 fengjiayi 提交于
* init op_registry.h * dev op_registry.h * add 'attr_checker.h', which is a draft of op attribute checker. * rename some macro parameters * 1. Use `Attribute` and `AttributeMap` instead of `OpDesc`. `AttributeMap` is a unordered_map of <string, Attribute>, and `Attribute` is a boost::variant object to hold multiple types of attribute value. 2. Use `PADDLE_ENFORCE` to print checkers' fail message. 3. Abstract default value operations to a new function: `DefaultChecker`. * rename DefaultChecker to DefaultValueSetter ZZ * Finish op_registry 1. Complete the development of interfaces between OpRegistry and Protobuf. 2. Add unit test for op_registry.h * Add demo and test of custome checker * fix merge conflict
-
由 gangliao 提交于
FIX: explicitly specify glog install path
-
-
由 liaogang 提交于
-