- 06 7月, 2017 1 次提交
-
-
由 Yu Yang 提交于
Python should be able to manipulate Protobuf message because: 1. Python's `create_op_creation_methods` take the `OpProto` array to generate all `op_creation_methods` in RunTime. 2. All `op_creation_methods` will create an `OpDesc` and pass it to Paddle C++ method `CreateOp` and return the Op handle. Here is the list of what is added in this commit: * Add `protobuf_generate_python` if it is not defined. * Before cmake 3.4, `protobuf_generate_python` is not defined. Just copy the implementation of that function in `protobuf.cmake` * Add `py_proto_compile` function in `cmake/generic.cmake`. * It follows bazel's API interface. * https://github.com/pubref/rules_protobuf#rules * Add an empty package named `paddle.v2.framework`, all python code of `paddle::framework` will be in that package. * Generate protobuf's python module `__init__.py` by `touch` while compiling. * Change setup.py.in, make `paddle.v2.framework.proto` uses the generated protobuf pythons.
-
- 30 6月, 2017 4 次提交
-
-
由 dangqingqing 提交于
-
由 dangqingqing 提交于
-
由 dangqingqing 提交于
-
由 Helin Wang 提交于
-
- 29 6月, 2017 4 次提交
-
-
由 dangqingqing 提交于
-
由 dangqingqing 提交于
-
由 gongweibao 提交于
-
由 dangqingqing 提交于
-
- 28 6月, 2017 2 次提交
-
-
由 wanghaoshuang 提交于
1. rename 'useXmap' to 'use_xmap' 2. add comments about exchanging train data and test data
-
由 wanghaoshuang 提交于
-
- 27 6月, 2017 2 次提交
-
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
- 26 6月, 2017 4 次提交
- 24 6月, 2017 3 次提交
-
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
- 22 6月, 2017 3 次提交
-
-
由 dzhwinter 提交于
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
- 21 6月, 2017 6 次提交
-
-
由 wanghaoshuang 提交于
-
由 wanghaoshuang 提交于
-
由 wanghaoshuang 提交于
-
由 gongweibao 提交于
-
由 Yi Wang 提交于
-
由 Helin Wang 提交于
-
- 20 6月, 2017 5 次提交
-
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 wanghaoshuang 提交于
-
由 wanghaoshuang 提交于
-
由 xuwei06 提交于
1. v2.layer.parse_network does not correctly handle the generation output. 2. GatherAgentLayer does not correctly handle generation output when batch_size > 1 3. Fix CustomStackTrace for rnn group
-
- 17 6月, 2017 2 次提交
-
-
由 Helin Wang 提交于
-
由 xuwei06 提交于
No longer need to specify target_inlinks or is_seq.
-
- 15 6月, 2017 1 次提交
-
-
由 xuwei06 提交于
User can provide an initializer in ParamAttr. The initializer will be called when at parameters.create().
-
- 13 6月, 2017 1 次提交
-
-
由 gongweibao 提交于
-
- 12 6月, 2017 1 次提交
-
-
由 gongweibao 提交于
-
- 08 6月, 2017 1 次提交
-
-
由 caoying03 提交于
-