- 08 11月, 2016 8 次提交
-
-
由 backyes 提交于
-
由 hedaoyuan 提交于
-
由 Yu Yang 提交于
* Use `gshuf` instead of `shuf` in macOS * Fix #388
-
由 luotao1 提交于
-
由 qingqing01 提交于
-
由 gangliao 提交于
-
由 gangliao 提交于
Currently, Paddle on Mac OS X is not deliberate testing through the different versions of Mac OS X and Clang. When all these things that we've done, we will reopen Mac build docs.
-
由 lzhao4ever 提交于
-
- 07 11月, 2016 4 次提交
-
-
由 luotao1 提交于
-
由 gangliao 提交于
-
由 Yu Yang 提交于
* Fix SRL hang when exit. * Error occurred when enable Async Load in TestDataProvider. * It because DataProvider is calling getNextBatchInternal in one thread, and destructing DataProvider in other thread. * Add wait routine in DataProvider destructing. * Also fix another bug, when destructing TestDataProvider and do not read any test data. Fix #286 * Follow comments, Use mutex is cool!
-
- 05 11月, 2016 5 次提交
-
-
由 backyes 提交于
-
由 backyes 提交于
* add rdma cmake support * move rdma related code to rdma.cmake
-
由 gangliao 提交于
-
由 lzhao4ever 提交于
-
由 emailweixu 提交于
* Add elementwise math operations This allows use to use expressions like: y=log(1+exp(x)) Also added unittests for ActivationFunction * Enforce keyword arguments for non-positional arguments * Add LogActivation to doc
-
- 04 11月, 2016 8 次提交
-
-
由 Yu Yang 提交于
* Add issue template * Update ISSUE_TEMPLATE.md * Update ISSUE_TEMPLATE.md * Rename * Rename * Typo * Typo * Typo * Typo * Follow comments * Follow comments
-
由 gangliao 提交于
-
由 gangliao 提交于
-
由 wangkuiyi 提交于
-
由 emailweixu 提交于
For multiple installation of paddle, there might be multiple versions of python package at opt/paddle/share/wheels/. We should install the right version. Ideally, we should remove the wrong versions when install. But it's not easy to do this with cmake. Change-Id: Ida8a8d60643ad9e42cf1c85776de9122d5ba1392
-
由 hedaoyuan 提交于
-
由 lzhao4ever 提交于
* Add matrix inverse
-
- 03 11月, 2016 3 次提交
-
-
由 emailweixu 提交于
For multiple installation of paddle, there might be multiple versions of python package at opt/paddle/share/wheels/. We should install the right version. Ideally, we should remove the wrong versions when install. But it's not easy to do this with cmake. Change-Id: Ida8a8d60643ad9e42cf1c85776de9122d5ba1392
-
由 Haichao-Zhang 提交于
-
由 Yu Yang 提交于
* Forget to finishTestPeriod in testOnePeriod. * Fix #318
-
- 02 11月, 2016 4 次提交
-
-
由 qingqing01 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 qingqing01 提交于
* Add benchmark for PaddlePaddle, tensorflow and caffe * ConvProjection to reduce memory for goolenet * Add unit test for ConvProjection. 1. unit test in test_LayerGrad. 2. compare the ConvPorjection and CudnnConvLayer, also compare the concat_layer+img_conv_layer and concat_layer_conv_projection. * Reduce cudnn_conv memory and add benchmark document. 1. Use TmpMatrix as the workspace in cudnn_conv to reduce gpu memory. It reduce lots of memory. 2. Add benchmark document. 3. fix smallnet_mnist_cifar.py in paddle. * Add job=time and refine cudnn_conv to reduce gpu memroy and speed up * Refine cudnn_conv and shared biases operation in concat_layer and mixed_layer. * follow comments * follow comments * Use unique_ptr to prevent memory leaks in CudnnConvLayer.
-
- 31 10月, 2016 3 次提交
-
-
由 backyes 提交于
-
由 gangliao 提交于
* DYLD_LIBRARY_PATH is disable after Mac OS X 10.11 * fix clang + gpu compile error on Mac OS * fix some words and errors in build docs
-
由 zhouxiao-coder 提交于
-
- 28 10月, 2016 5 次提交
-
-
由 backyes 提交于
* Because in cluster maybe use a lot machine to train a model, and some parameter size could be too small for ParameterServer. Then some of pservers could not have any ParamBlock. * Also, because ports_num or ports_num_for_sparse is too large, then give a warning in runtime.
-
由 luotao1 提交于
* fix interface bug of block_expand_layer and add unittest * auto compute num_channels * default value of num_channels is None * adjust input order of block_expand
-
由 luotao1 提交于
* Also fix #243
-
由 backyes 提交于
-
由 Yu Yang 提交于
* Change contribute to paddle to fit new branching model
-