- 24 4月, 2017 2 次提交
-
-
由 dangqingqing 提交于
-
由 dangqingqing 提交于
-
- 24 3月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 23 3月, 2017 1 次提交
-
-
由 wangyang59 提交于
-
- 21 3月, 2017 2 次提交
-
-
由 wangyang59 提交于
-
由 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 提交于
-
- 17 1月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* It gets wrong command line arguments before.
-
- 16 1月, 2017 1 次提交
-
-
由 zhangruiqing01 提交于
-
- 13 1月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 06 1月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 05 1月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 16 12月, 2016 2 次提交
-
-
由 Yu Yang 提交于
* math => layer_math * Fix #903
-
由 wangyang59 提交于
-
- 12 12月, 2016 1 次提交
-
-
由 Yu Yang 提交于
-
- 08 12月, 2016 2 次提交
- 05 12月, 2016 1 次提交
-
-
由 hanchao 提交于
-
- 02 12月, 2016 1 次提交
-
-
由 Luo Tao 提交于
-
- 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 2 次提交
- 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
-
- 12 11月, 2016 1 次提交
-
-
由 qijun 提交于
-
- 11 11月, 2016 4 次提交
- 10 11月, 2016 3 次提交
-
-
由 Haonan 提交于
* set mixedlayer output size according to input operator * change from num_channel to num_channels for conv_operator (the old one is really misleading because all the others are num_channels) * also changed the arg name in projections.py
-
由 liaogang 提交于
-
由 wangyang59 提交于
-