- 14 8月, 2017 4 次提交
-
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
- 12 8月, 2017 2 次提交
- 10 8月, 2017 10 次提交
- 09 8月, 2017 2 次提交
- 08 8月, 2017 2 次提交
-
-
由 Qiao Longfei 提交于
* init grad op checker * can run * add GradeChecker class * use get_numeric_gradient * refine code * add softmax and cross entropy auto grad test * use close to judge op_grad and numeric_grad * add cpu and gpu compare * add comments * add support_gpu * fix allclose * fix name error and symplify code * optimize gradient checker * add test_cross_entropy_op * update gradient_checker.py * optimize code * use random.uniform instead of random.random * fix type bug * optimize check_grad * put SupportGPU into OperatorBase * typo
-
由 Yu Yang 提交于
-
- 07 8月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* add support_gpu * fix allclose * fix name error and symplify code
-
- 04 8月, 2017 4 次提交
- 03 8月, 2017 1 次提交
-
-
由 fengjiayi 提交于
-
- 02 8月, 2017 1 次提交
-
-
由 dongzhihong 提交于
-
- 26 7月, 2017 4 次提交
- 25 7月, 2017 1 次提交
-
-
由 qijun 提交于
-
- 24 7月, 2017 4 次提交
-
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
OLD: op_type -> grad_op_creator NEW: grad_op_type -> grad_op_creator op_type -> grad_op_type
-
由 fengjiayi 提交于
Replace `OperatorPtr` with `std::shared_ptr<OperatorBase>`
-
由 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.
-
- 20 7月, 2017 4 次提交
-
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
-
由 dongzhihong 提交于
-
由 dongzhihong 提交于
-