- 16 10月, 2017 3 次提交
-
-
由 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 15 次提交
-
-
由 Tao Luo 提交于
Merge mkldnn output grad
-
由 dzhwinter 提交于
change: NewVar() to Var()
-
由 qiaolongfei 提交于
-
由 Dong Zhihong 提交于
-
由 qiaolongfei 提交于
-
由 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
-
由 Dong Zhihong 提交于
-
由 Qiao Longfei 提交于
* add target to Backward, generate var in block when call backward * modify backward_test * fix executor_test * set var desc default type to LOD_TENSOR * update backward_test * insert loss in the top level of backward * create grad vars for all blocks in current program * optimize code * update test_program.py * only create var for newly create blocks when backward
-
由 Dong Zhihong 提交于
-
由 fengjiayi 提交于
-
由 Dong Zhihong 提交于
-
由 Dong Zhihong 提交于
-
由 Dong Zhihong 提交于
-
由 Dong Zhihong 提交于
-
- 14 10月, 2017 6 次提交
-
-
由 fengjiayi 提交于
* Add debug string for Python ProtoBuf and Rename `Sync` to `Flush` * Add check of ProtoBuf initialization
-
由 fengjiayi 提交于
* Add grad_name_map * Fix bug * Fix bug * Follow comments
-
由 QI JUN 提交于
add selected rows
-
由 Yu Yang 提交于
* Update VarDesc from design doc * Fix GCC compile * Fix unittest
-
由 Yu Yang 提交于
-
由 Yi Wang 提交于
-
- 13 10月, 2017 16 次提交
-
-
由 tensor-tang 提交于
-
由 Tao Luo 提交于
Fix pybind op register nokernel
-
由 Guo Sheng 提交于
Add gru_unit_op
-
由 typhoonzero 提交于
-
由 tensor-tang 提交于
-
由 typhoonzero 提交于
-
由 tensor-tang 提交于
and add branch net comparing with cpu result
-
由 Abhinav Arora 提交于
* Adding Hard Sigmoid Activation * Adding a comment for slope to be only positive * Fixing grammatical mistake in comment
-
由 Yan Chunwei 提交于
-
由 qijun 提交于
-
由 qijun 提交于
-
由 qijun 提交于
-
由 qijun 提交于
-
由 hedaoyuan 提交于
Use MinSizeRel compile third_party library when build for mobile infe…
-
由 helinwang 提交于
-
由 Yu Yang 提交于
* Add no_grad_vars for grad_op_maker * Add unittest * Fix unittest * Fix unittest * Follow comment
-