- 19 7月, 2017 1 次提交
-
-
由 wanghaoshuang 提交于
2. Add crop layer unitest 3. Fix bugs
-
- 14 7月, 2017 2 次提交
- 11 7月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Fix #2797 * It because trainer_config_helpers' __dfs_travel__ did not record the node which travelled, and if the topology has a recursive dependency, there are some nodes will be travelled multiple times. * Add a `travelled` set to record which node is travelled. * Also add a unittest for this situation.
-
- 04 7月, 2017 1 次提交
-
-
由 yangyaming 提交于
-
- 03 7月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 30 6月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 29 6月, 2017 1 次提交
-
-
由 yangyaming 提交于
-
- 20 6月, 2017 2 次提交
- 17 6月, 2017 2 次提交
- 16 6月, 2017 1 次提交
-
-
由 xuwei06 提交于
No longer need to use SubsequenceInput. The framework will detect.
-
- 08 6月, 2017 1 次提交
-
-
由 caoying03 提交于
-
- 04 6月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 29 5月, 2017 1 次提交
-
-
由 wwhu 提交于
-
- 23 5月, 2017 2 次提交
- 15 5月, 2017 1 次提交
-
-
由 caoying03 提交于
-
- 11 5月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 26 4月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 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 提交于
-
- 03 2月, 2017 1 次提交
-
-
由 Haonan 提交于
-
- 02 2月, 2017 4 次提交
-
-
由 Haonan 提交于
-
由 Haonan 提交于
-
由 Haonan 提交于
-
由 wangyang59 提交于
-
- 31 1月, 2017 1 次提交
-
-
由 wangyang59 提交于
-
- 17 1月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Because currently Paddle only use protobuf 3.
-