- 04 12月, 2017 7 次提交
-
-
由 QI JUN 提交于
* add doc config for fluid * fix typo * follow comments
-
由 qingqing01 提交于
-
由 qingqing01 提交于
Make lstm_op follow google code style.
-
由 Tao Luo 提交于
add WITH_DOC for print_operators_doc
-
由 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
-
由 Tao Luo 提交于
simplify the CMakeLists.txt of trainer/tests and gserver/tests
-
由 qingqing01 提交于
Fix the doc of LSTM operator.
-
- 03 12月, 2017 4 次提交
-
-
由 Abhinav Arora 提交于
-
由 Abhinav Arora 提交于
-
由 qingqing01 提交于
-
由 Siddharth Goyal 提交于
* Add hinge loss op * Update hinge-loss equation for proper latex
-
- 02 12月, 2017 6 次提交
-
-
由 Luo Tao 提交于
-
由 武毅 提交于
Simple pipe reader for hdfs or other service
-
https://github.com/luotao1/Paddle由 Luo Tao 提交于
Merge branch 'print_operators_doc' of https://github.com/luotao1/Paddle into luotao1-print_operators_doc
-
由 Luo Tao 提交于
-
由 Luo Tao 提交于
-
由 Tao Luo 提交于
polish mkldnn doc
-
- 01 12月, 2017 23 次提交
-
-
由 Tao Luo 提交于
Fix the compiling error when seting WITH_C_API=ON and WITH_PYTHON=ON.
-
由 武毅 提交于
Add switch for distributed support
-
由 Yancey 提交于
* fix grpc compile warn * update * -Wnon-virtual-dtor -> -Wno-non-virtual-dtor
-
由 tensor-tang 提交于
-
由 QI JUN 提交于
* change GPU memory allocating policy * fix potential overflow bug
-
由 chengduo 提交于
-
由 typhoonzero 提交于
-
由 Yu Yang 提交于
* Expose sigmoid_cross_entropy_with_logits Also, change the `labels` to `label` for api consistency * Very simple GAN based on pure FC layers
-
由 QI JUN 提交于
-
由 Yiqun Liu 提交于
-
由 Yiqun Liu 提交于
Add version and commit information in capi config.h and use unofficial glog for Android API < 21. (#6113) * Automatically configure the version and commit information in capi. * Use the unofficial glog repository for building for Android (API < 21).
-
由 tensor-tang 提交于
-
由 whs 提交于
Add nce op
-
由 tensor-tang 提交于
-
由 Yu Yang 提交于
Also, change the `labels` to `label` for api consistency
-
由 dangqingqing 提交于
-
由 Tao Luo 提交于
Fix comments in sequence_rnn_(mixed/matched)_inputs.py
-
由 Tao Luo 提交于
enable inference benchmark
-
由 typhoonzero 提交于
-
由 QI JUN 提交于
-
由 Yiqun Liu 提交于
* Enable the case N != ldc in EigenBlasGemm. * Use MemoryHandle instead of direct calling of posix_memalign to alloc temporary memory. * Use Eigen's slice() instead of a temporary memory. * Add if-else for different cases in EigenBlasGemm (for N ?= ldc).
-
由 qingqing01 提交于
Use protobuf v3.2.0 for MOBILE_INFERENCE compiling.
-
由 Yu Yang 提交于
* Fix Proformance problem of enforce * Fix missing `;` in code * Fix CI
-