- 24 3月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 23 3月, 2017 1 次提交
-
-
由 wangyang59 提交于
-
- 21 3月, 2017 2 次提交
-
-
由 wangyang59 提交于
-
由 wangyang59 提交于
-
- 13 3月, 2017 1 次提交
-
-
由 Tao Luo 提交于
-
- 04 3月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 03 3月, 2017 2 次提交
-
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
change argument name of data_type.integer_value/integer_value_sequence to ele_range, add documentation.
-
- 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
-
- 05 2月, 2017 4 次提交
- 04 2月, 2017 1 次提交
-
-
由 Yi Wang 提交于
-
- 03 2月, 2017 1 次提交
-
-
由 Haonan 提交于
-
- 02 2月, 2017 3 次提交
-
-
由 Haonan 提交于
-
由 Haonan 提交于
-
由 wangyang59 提交于
-
- 31 1月, 2017 1 次提交
-
-
由 wangyang59 提交于
-
- 16 1月, 2017 1 次提交
-
-
由 zhangruiqing01 提交于
-
- 07 1月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 06 1月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 28 12月, 2016 4 次提交
- 22 12月, 2016 2 次提交
-
-
由 qiaolongfei 提交于
-
由 Peng Li 提交于
-
- 21 12月, 2016 5 次提交
-
-
由 Yu Yang 提交于
* hidden decorator kwargs in DataProvider.__init__ * also add unit test for this.
-
由 Yu Yang 提交于
* hidden decorator kwargs in DataProvider.__init__ * also add unit test for this.
-
由 Yu Yang 提交于
* hidden decorator kwargs in DataProvider.__init__ * also add unit test for this.
-
由 dangqingqing 提交于
-
由 dangqingqing 提交于
-
- 20 12月, 2016 2 次提交
-
-
由 dangqingqing 提交于
-
由 Peng Li 提交于
The chunks of types in excluded_chunk_types will not be counted in ChunkEvaluator. This is useful for tasks such as SRL, in which chunks of type V (verb) will not be taken into account in evaluation.
-
- 16 12月, 2016 2 次提交
-
-
由 gaoyuan 提交于
-
由 wangyang59 提交于
-