- 19 7月, 2017 1 次提交
-
-
由 wanghaoshuang 提交于
2. Make SwitchOrderLayer support for softmax activation 3. Fix bugs
-
- 11 7月, 2017 1 次提交
-
-
由 wanghaoshuang 提交于
-
- 10 7月, 2017 1 次提交
-
-
由 wanghaoshuang 提交于
1. Add switch function for switching image dimensions order 2. Add CpuMatrix::backwardSoftmax function 3. Add pixel softmax layer, python wrapper and grad_test
-
- 06 7月, 2017 2 次提交
- 03 7月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 30 6月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 29 6月, 2017 1 次提交
-
-
由 yangyaming 提交于
-
- 20 6月, 2017 1 次提交
-
-
由 xuwei06 提交于
For example: layer.printer(input=[x, y], format="x=%s y=%s")
-
- 18 6月, 2017 1 次提交
-
-
由 yangyaming 提交于
-
- 17 6月, 2017 2 次提交
- 16 6月, 2017 2 次提交
- 15 6月, 2017 1 次提交
-
-
由 xuwei06 提交于
User can provide an initializer in ParamAttr. The initializer will be called when at parameters.create().
-
- 14 6月, 2017 1 次提交
-
-
由 xzl 提交于
-
- 13 6月, 2017 1 次提交
-
-
由 yangyaming 提交于
-
- 08 6月, 2017 1 次提交
-
-
由 caoying03 提交于
-
- 07 6月, 2017 1 次提交
-
-
由 caoying03 提交于
-
- 04 6月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 02 6月, 2017 2 次提交
- 27 5月, 2017 1 次提交
-
-
由 xuwei06 提交于
-
- 26 5月, 2017 1 次提交
-
-
由 xuwei06 提交于
-
- 23 5月, 2017 1 次提交
-
-
由 Yibing Liu 提交于
correct a typo optimize code fix a bug
-
- 17 5月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 11 5月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 24 4月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 31 3月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 24 3月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 23 3月, 2017 1 次提交
-
-
由 wangyang59 提交于
-
- 21 3月, 2017 2 次提交
-
-
由 wangyang59 提交于
-
由 wangyang59 提交于
-
- 20 3月, 2017 1 次提交
-
-
由 gaoyuan 提交于
-
- 13 3月, 2017 1 次提交
-
-
由 Tao Luo 提交于
-
- 09 3月, 2017 1 次提交
-
-
由 gaoyuan 提交于
-
- 01 3月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 27 2月, 2017 1 次提交
-
-
由 qiaolongfei 提交于
-
- 22 2月, 2017 1 次提交
-
-
由 Liang Zhao 提交于
-
- 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
-