- 19 12月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Support Clip in param_attr * Fix the order of clip & regular Regular is not need to be clipped
-
- 04 12月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Add DataFeeder A v2 API like data feeder for book demos. We can feed data directly from reader. * Fix CI * Remove batch_size_dim for feeder Also add __all__ to data_feeder.py * Follow comment
-
- 30 11月, 2017 1 次提交
-
-
由 QI JUN 提交于
* fix python gflags init * format code
-
- 29 11月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Make param_attr as a strong typed class Fix #5819
-
- 27 11月, 2017 1 次提交
-
-
由 Yu Yang 提交于
Change books just use `import fluid`, not submodules
-
- 14 11月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* init commit * change some dir name
-
- 31 10月, 2017 1 次提交
-
-
由 QI JUN 提交于
* add init_gflags interface * refine code * follow comments
-
- 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.
-