- 14 10月, 2017 4 次提交
- 13 10月, 2017 25 次提交
-
-
由 Tao Luo 提交于
Fix pybind op register nokernel
-
由 Guo Sheng 提交于
Add gru_unit_op
-
由 typhoonzero 提交于
-
由 typhoonzero 提交于
-
由 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
-
由 Yu Yang 提交于
Use less GPU memory
-
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
Update VarDesc design
-
由 Abhinav Arora 提交于
* add adam op moment1_out = beta1 * moment1 + (1 − beta1) * grad moment2_out = beta2 * moment2 + (1 − beta2) * grad * grad moment1_hat = moment1_out / (1 - beta1^t) moment2_hat = moment2_out / (1 - beta2^t) param_out = param - learning_rate * moment1_hat / (sqrt(moment2_hat) + epsilon) * fix moment 2 * Adding the Adam optimization operator * Adding more tests for Adam op
-
由 Yu Yang 提交于
-
由 Qiao Longfei 提交于
remove unused todo in shape_inference.h
-
由 fengjiayi 提交于
* Remove attr_checker from CreateGradOpDescs() * Fix merge error * Fix bug in backward_test.cc
-
由 qiaolongfei 提交于
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
Complete `Operator` of Python API
-
-
- 12 10月, 2017 11 次提交
-
-
由 Peng LI 提交于
fix computation graph error
-
-
由 Yiqun Liu 提交于
Fix InferShapeContext in decayed_adagrad_op
-
由 guosheng 提交于
-
-
由 guosheng 提交于
-
由 chengduo 提交于
refine conv2d naive function
-
由 chengduoZH 提交于
-
由 guosheng 提交于
-
-
由 chengduoZH 提交于
-