- 21 3月, 2017 1 次提交
-
-
由 wangyang59 提交于
-
- 17 3月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 06 3月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 21 2月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 20 2月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 14 2月, 2017 1 次提交
-
-
由 xuwei06 提交于
The reason for adding the function is exemplified in the following hypothetical code: mem = memory(name=None, size=256) hidden = fc_layer(input=mem) state = hidden + x mem.set_input(state) In the above code segment, it would be very annoying if we require the user to provide the name at memory() call because the layer name of state is automatically generated and is not easy to set it. Change-Id: I918bf1d3d5c26addd88a6f7021e98b3e0e9df494
-
- 10 2月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 02 2月, 2017 1 次提交
-
-
由 wangyang59 提交于
-
- 31 1月, 2017 1 次提交
-
-
由 wangyang59 提交于
-
- 16 1月, 2017 1 次提交
-
-
由 zhangruiqing01 提交于
-
- 16 12月, 2016 1 次提交
-
-
由 wangyang59 提交于
-
- 01 12月, 2016 1 次提交
-
-
由 Peng Li 提交于
The values for ____crf_layer_0__.w0 in python/paddle/trainer_config_helpers/tests/configs/protostr/test_cost_layers.protostr is not correct due to swapped height and width in config_parser
-
- 29 11月, 2016 1 次提交
-
-
由 Liu Yiqun 提交于
-
- 28 11月, 2016 1 次提交
-
-
由 Luo Tao 提交于
-
- 17 11月, 2016 1 次提交
-
-
由 Luo Tao 提交于
-
- 15 11月, 2016 1 次提交
-
-
由 xuwei06 提交于
out = w * input where w is a parameter of size 1 Change-Id: Ife682d62323ceb1a20cbbf6269421b20a862d888
-
- 11 11月, 2016 2 次提交
-
-
由 xuwei06 提交于
Making '*' support the multiplication between a scalar and LayerOutput Also changing '+' to support adding between a vector and a scalar. Change-Id: I7daf35590dc2b2f855a29d9ef43ac57979442e0f
- 10 11月, 2016 2 次提交
-
-
由 liaogang 提交于
-
由 wangyang59 提交于
-
- 09 11月, 2016 2 次提交
- 08 11月, 2016 1 次提交
-
-
由 xuwei06 提交于
And rebase Change-Id: I7ea234b3aa8fc70675af15d91db08242c43fb5ff
-
- 07 11月, 2016 1 次提交
-
-
由 wenboyang 提交于
Fix #342
-