- 28 9月, 2017 1 次提交
-
-
由 Yu Yang 提交于
InferShape in Operator should be performed in OperatorBase::Run. * cond_op, recurrent_op and mnist might be changed in following PR
-
- 20 8月, 2017 2 次提交
-
-
由 Yu Yang 提交于
Fix #3582
- 17 8月, 2017 2 次提交
- 16 8月, 2017 4 次提交
- 12 8月, 2017 3 次提交
- 09 8月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 08 8月, 2017 3 次提交
-
-
由 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 提交于
-
由 Yan Chunwei 提交于
* fix some enforce * remove compatible_type to avoid compile error * remove shared_ptr * fix tensor error msg
-
- 07 8月, 2017 1 次提交
-
-
由 dongzhihong 提交于
-
- 05 8月, 2017 1 次提交
-
-
由 Yi Wang 提交于
-
- 03 8月, 2017 1 次提交
-
-
由 Yan Chunwei 提交于
* move net_op to operators
-
- 01 8月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Make interface of Operator to `const Scope&`
-
- 30 7月, 2017 1 次提交
-
-
由 dongzhihong 提交于
-
- 27 7月, 2017 4 次提交
-
-
由 dongzhihong 提交于
-
由 dongzhihong 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
- 26 7月, 2017 2 次提交
-
-
由 Yu Yang 提交于
-
由 dongzhihong 提交于
-
- 24 7月, 2017 1 次提交
-
-
由 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.
-
- 18 7月, 2017 3 次提交
-
-
由 dongzhihong 提交于
-
由 Yu Yang 提交于
* Fc operator is a grouped operator, which combined by may internal operators. * InferShape & Run a FC operator in Python.
-
由 Yu Yang 提交于
Net::DebugString() print what it is and invokes inner operators DebugString() with a prefix '\t'.
-
- 16 7月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* OperatorBase should not store OpDesc because not All op contains an OpDesc and not all ops create from OpDesc. * Networks do not contain OpDesc and are not created by OpDesc * Do not register Network to OpRegistry. * The network is directly created by the user in Python. Not from registry. * Correctly handle the `inputs` and `outputs` of a Network. * Add CompleteAddOp() methods * Remove `AddOp(OpDesc&)` in net-op. All op are added by OperatorPtr. * Rewrite unit test for truly tested what networks do. * optimise operator_test
-
- 14 7月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* use OperatorPtr = std::shared_ptr<OperatorBase>; * use ScopePtr = std::share_ptr<Scope>;
-
- 11 7月, 2017 3 次提交
-
-
由 dongzhihong 提交于
-
由 dongzhihong 提交于
-
由 dongzhihong 提交于
-
- 05 7月, 2017 3 次提交
- 04 7月, 2017 1 次提交
-
-
由 Superjom 提交于
-