- 02 11月, 2016 1 次提交
-
-
由 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 1 次提交
-
-
由 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
-
- 28 10月, 2016 3 次提交
-
-
由 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 提交于
* Also fix #243
-
由 backyes 提交于
-
- 27 10月, 2016 1 次提交
-
-
由 emailweixu 提交于
* Python trainer API and demo * Adding missing PaddleAPIPrivate.h * Adding api_train.sh * More comments * Bump up patch version to 0b3
-
- 26 10月, 2016 1 次提交
-
-
由 backyes 提交于
* add input sparse data check for sparse layer at runtime, to avoid invalid data access at pserver end while doing prefetch * remote sparse design support binary sparse and float saprse both
-
- 25 10月, 2016 2 次提交
- 24 10月, 2016 2 次提交
- 19 10月, 2016 1 次提交
-
-
由 luotao1 提交于
-
- 18 10月, 2016 2 次提交
- 17 10月, 2016 3 次提交
-
-
由 emailweixu 提交于
* Fix sparse training for trainer_count=1 For trainer_count=1, the gradient machine is NeuralNetwork, which does not create parameter buf for PARAMETER_GRADIENT for sparse update in Parameter::enableType. But gradient parameter buf is still used in SgdThreadUpdater. * Minor update to comment
-
由 Yu Yang 提交于
* Fix bug in yield dictionary in DataProvider. * Also make virtualenv work in Paddle.
-
由 luotao1 提交于
-
- 15 10月, 2016 1 次提交
-
-
由 gangliao 提交于
-
- 14 10月, 2016 3 次提交
-
-
由 luotao1 提交于
-
由 luotao1 提交于
* hierarchical rnn document, add new config example * update inputs_type of label * add check for unsupported config * refine hierarchical document * refine doc title * update docs, fix paddle to PaddlePaddle * follow comments
-
由 Yu Yang 提交于
* fix DataProvider create function args bug Change-Id: I9e3a1c535c805bf30204a14aea8d5143ff534784 * remove PserverForPython.h which is not used Change-Id: I2b27f1f3c11a42766a92fc689f0f5f1f73ee1d70 * add internal document script Change-Id: Ia0fec79456caea0b271f9903cc13e8a3d32e0774
-
- 13 10月, 2016 1 次提交
-
-
由 luotao1 提交于
* add interface and unittest for nce layer * follow comments
-
- 11 10月, 2016 1 次提交
-
-
由 Yu Yang 提交于
-
- 10 10月, 2016 2 次提交
- 09 10月, 2016 1 次提交
-
-
由 qingqing01 提交于
* support rectangle padding, stride, window and input for PoolProjection * Follow comments. 1. Remove start 2. refine img_pool_a/b.conf for test_NetworkCompare 3. Split unit test * Modify the test in img_layers.py
-
- 08 10月, 2016 2 次提交
- 30 9月, 2016 2 次提交
- 29 9月, 2016 7 次提交
-
-
由 liaogang 提交于
* follow comments to fix bugs
-
由 Yu Yang 提交于
-
由 luotao1 提交于
* refine sparse momentum api and unittest * fix unittests bug
-
由 emailweixu 提交于
This bug occasionally causes dead lock in test_RecurrentGradientMachine In general, conditional_variable::notify should be used together with mutex for changing condition.
-
由 luotao1 提交于
-
由 Yu Yang 提交于
* Add noavx to docker * Not to use directory to split Docker image.
-
由 Yu Yang 提交于
-
- 28 9月, 2016 2 次提交
- 27 9月, 2016 1 次提交
-
-
由 emailweixu 提交于
* Correctly handling multiple inputs and integer inputs for recurrent_group * Fix ScatterAgentLayer for generation * Revert sequence_(nest)_rnn.conf
-