- 01 11月, 2016 1 次提交
-
-
由 qijun 提交于
-
- 25 10月, 2016 1 次提交
-
-
由 gangliao 提交于
Compiled failed on gcc 4.6
-
- 24 10月, 2016 1 次提交
-
-
由 luotao1 提交于
* add maxout layer, including interface and unittest * follow maxout comments * auto setting channels * fix unittest bug in test_RecurrentGradientMachine
-
- 19 10月, 2016 1 次提交
-
-
由 luotao1 提交于
-
- 18 10月, 2016 2 次提交
- 17 10月, 2016 2 次提交
-
-
由 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.
-
- 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
-
- 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 1 次提交
-
-
由 Zrachel 提交于
* add interface and unittest of RecurrentGradientMachine for the function of multiple Subsequence inlinks with unequal token length
-
- 30 9月, 2016 1 次提交
-
-
由 hedaoyuan 提交于
* some bug fix for sparse matrix * a minor bug fix
-
- 29 9月, 2016 2 次提交
-
-
由 liaogang 提交于
* follow comments to fix bugs
-
由 emailweixu 提交于
This bug occasionally causes dead lock in test_RecurrentGradientMachine In general, conditional_variable::notify should be used together with mutex for changing condition.
-
- 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
-
- 26 9月, 2016 1 次提交
-
-
由 liuyuan 提交于
-
- 23 9月, 2016 3 次提交
-
-
由 qingqing01 提交于
-
由 dangqingqing 提交于
-
由 Yu Yang 提交于
* Also refine unittest to multiple iteration to prevent luckily random number.
-
- 21 9月, 2016 1 次提交
-
-
由 liaogang 提交于
-
- 20 9月, 2016 3 次提交
-
-
由 liaogang 提交于
-
由 Yu Yang 提交于
* remove unnecessary field set in ParameterConfig, Evaluators, etc
-
由 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
-
- 14 9月, 2016 6 次提交
-
-
由 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 3 次提交
-
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 qingqing01 提交于
-