- 28 7月, 2017 5 次提交
- 27 7月, 2017 8 次提交
-
-
由 Superjom 提交于
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 Superjom 提交于
-
由 liaogang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
Also remove operator bool in Error. The Error should be removed later because it is not necessary for Paddle. We are now using Enforce to handle error.
-
由 武毅 提交于
* default learning rate, temperary fix * update
-
- 26 7月, 2017 3 次提交
- 25 7月, 2017 12 次提交
- 24 7月, 2017 11 次提交
-
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
OLD: op_type -> grad_op_creator NEW: grad_op_type -> grad_op_creator op_type -> grad_op_type
-
由 fengjiayi 提交于
-
由 Yu Yang 提交于
* Refine unittest also
-
由 fengjiayi 提交于
Replace `OperatorPtr` with `std::shared_ptr<OperatorBase>`
-
由 Yu Yang 提交于
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
-
由 Yu Yang 提交于
* ScopePtr means pointer of scope, but it can be shared or uniqued. Change it to std::shared_ptr<Scope> to make code better to read.
-
由 Yu Yang 提交于
* Expose Net to Python * Expose PlainNet to Python, make python can add_op, complete_add_op * Provide a low level api to manipulate Net * Unittest for Net::DebugString
-
- 23 7月, 2017 1 次提交
-
-
由 Superjom 提交于
-