- 20 9月, 2016 1 次提交
-
-
由 Yu Yang 提交于
* min_pool_size would be infinite by default. * add unittest for min_pool_size * Fix bug in can_over_batch_size * add unittest for can_over_batch_size * Add DEFINE_PROVIDER_EX * Add default value of should_shuffle * When training, the default value of should_shuffle is True. * When testing, the default value of should_shuffle is False. * User a set a provider should_shuffle or not by pass it to `@provider` * should_shuffle can handle a list of value, not just boolean * Add input order mapping by using name * Add unittest * Add check to check input format. * Default is close for speed reason. * User could stop train when check error, or continue train without this train sample. * use deque instead of vector in generators pool, make erase generator faster. * Add chinese/english documentation * Make should shuffle = false in unittest * Add python files to depends.
-
- 17 9月, 2016 2 次提交
- 16 9月, 2016 1 次提交
-
-
由 qingqing01 提交于
* try to fix bug for ctc_error_evaluator
-
- 15 9月, 2016 2 次提交
-
-
由 Yu Yang 提交于
Just forget to add deploy_key to this repository.
-
由 emailweixu 提交于
to restore successful build status. travis DOCS job on master failed due to permisstion issue: https://travis-ci.org/baidu/Paddle/jobs/159851334 @reyoung, please resolve the permission issue.
-
- 14 9月, 2016 7 次提交
-
-
由 Yu Yang 提交于
* Add documentation build to ci test * Push master branch doc changes to gh-pages branch
-
由 xuwei06 提交于
Change-Id: I8e0a8ea6fc2760652d9c76440a539c90860062d3
-
由 zhangruiqing01 提交于
* modify RecurrentGradientMachine to support hasSubSeq sequence inlinks with the same number of sentence but different number of tokens for each sentence Change-Id: Ic71f00a4bb346b4fa93e650dfb4b1a0d8d2338b0
-
由 Haonan 提交于
Change-Id: Id66da7b7f5bf9ec80cc19b347e4fb822a5a6f197
-
由 Haonan 提交于
* by default, synchronize default_stream after resizeAndCopyFrom * add sync in some places after resizeAndCopyFrom using other streams
-
由 xuwei06 提交于
Change cos_sim to use CosSimLayer layer when size=1 and rename convex_comb_layer to linear_comb_layer Also add an unittest for layers.py, currently for a few things. More need to be added later.
-
由 qingqing01 提交于
* fix CUDNN_VERSION for backward of CudnnBatchNormLayer * fix cudnn version number for BatchNorm
-
- 12 9月, 2016 1 次提交
-
-
由 qingqing01 提交于
-
- 09 9月, 2016 9 次提交
-
-
由 Yu Yang 提交于
* Need PyGuard when set args for calc_batch_size
-
由 Yu Yang 提交于
-
由 gangliao 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
* Make layer stack trace shows ThreadId, Forward or Backward. Change-Id: Iba1477adb8c9115c3a67ff2959bb5c878ca706c7
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
* libpaddle_cuda add wrong -mavx to some cpp files.
-
由 Yu Yang 提交于
* Make layer stack trace shows ThreadId, Forward or Backward. Change-Id: Iba1477adb8c9115c3a67ff2959bb5c878ca706c7
-
由 Yu Yang 提交于
* install wheels when invoke paddle script if current python don't have paddle packages, or installed a previous version. * Also add `make install` to travis
-
- 08 9月, 2016 8 次提交
-
-
由 Luo Tao 提交于
Change-Id: I028e402c964ca4f4431cbf8153bea4379dd4df70
-
由 He 提交于
-
由 Yu Yang 提交于
Change-Id: Ibc39ca1d1a27d0d28569e29f41a5647659f8c764
-
由 xuwei06 提交于
The reference return type causes ThreadParameterUpdater.cpp:123 seg fault under gcc5.4. Change-Id: I7a1c155892722076a7cb48793b83d5ee525747d1
-
由 liuyuan04 提交于
Change-Id: I0b8608feab8f6be5094e8981fc5f65cb401ed415
-
由 Yu Yang 提交于
Change-Id: I636cf13af5becb1168bc9749266b55580c46f6c9
-
由 Haonan 提交于
Change-Id: Ia60c008a8c922f66e6b5e2ca3e488fc4625d6506
-
由 Yu Yang 提交于
-
- 06 9月, 2016 2 次提交
- 03 9月, 2016 1 次提交
-
-
由 Yu Yang 提交于
Change-Id: Ic35a54a94cbd981defff5b44a063dc680cdaaa7c
-
- 02 9月, 2016 2 次提交
- 01 9月, 2016 4 次提交
-
-
由 dangqingqing 提交于
ISSUE=4612671 git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1501 1ad973e4-5ce8-4261-8a94-b56d1f490c56
-
由 liaogang 提交于
ISSUE=4608831 git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1498 1ad973e4-5ce8-4261-8a94-b56d1f490c56
-
由 hedaoyuan 提交于
ISSUE=4613907 git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1497 1ad973e4-5ce8-4261-8a94-b56d1f490c56
-
由 Fan Yang 提交于
-