- 17 10月, 2017 7 次提交
-
-
由 QI JUN 提交于
add some basic math functor for SelectedRows
-
由 Yang Yang(Tony) 提交于
-
-
由 Yang Yang(Tony) 提交于
-
由 qijun 提交于
-
由 Yu Yang 提交于
* Feed/Fetch op just plain operator, not a OpWithKernel * Do not register OpInfoMaker since Feed/Fetch will never be configured by users * Feed/Fetch op has empty gradient * Feed/Fetch op do not hard code `feed_variable`, `fetch_variable` as its input and output, make it as a plain Operator input/output
-
由 qijun 提交于
-
- 16 10月, 2017 23 次提交
-
-
由 Tao Luo 提交于
add SQRT/LAST/FIRST strategy for Seqpool
-
由 Luo Tao 提交于
-
由 Luo Tao 提交于
-
由 武毅 提交于
-
由 Tao Luo 提交于
Ensure name is not set in bias_attr in gru_step_naive_layer
-
由 Peng LI 提交于
Fix bug in computing output size of IdentityOffsetProjection
-
由 武毅 提交于
* fix gometalinter versioning * stop gometalinter
-
由 qijun 提交于
-
由 qijun 提交于
-
由 Peng Li 提交于
-
由 Peng Li 提交于
-
由 Peng Li 提交于
-
由 Luo Tao 提交于
-
由 Tao Luo 提交于
remove duplicated doc/tutorials, and rename tutorials to v1_api_tutorials
-
由 Luo Tao 提交于
-
由 Luo Tao 提交于
-
由 Luo Tao 提交于
-
由 Tao Luo 提交于
lambdaCost layer's bug fix
-
-
由 fengjiayi 提交于
-
由 Qiao Longfei 提交于
* add sync_with_cpp to Python Program and Block * sync vars and ops in block from cpp * optimize code and add some comment * add more check for sync
-
由 fengjiayi 提交于
* Expose Executor to Python * Follow comments
-
由 Qiao Longfei 提交于
Backward return map
-
- 15 10月, 2017 10 次提交
-
-
由 Tao Luo 提交于
Merge mkldnn output grad
-
由 dzhwinter 提交于
change: NewVar() to Var()
-
由 qiaolongfei 提交于
-
由 Dong Zhihong 提交于
-
由 qiaolongfei 提交于
-
https://github.com/QiJune/Paddle由 qijun 提交于
Merge branch 'add_selected_rows_functor' of https://github.com/QiJune/Paddle into add_selected_rows_functor
-
由 qijun 提交于
-
由 Dong Zhihong 提交于
-
由 Yu Yang 提交于
* Final step of backward, return a map from param_name to grad * Complete the final step of backward Return the param_name to grad_info
-
由 qijun 提交于
-