- 08 11月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Compare Operator * Follow comments
-
- 07 11月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Use stable_sort in lod_rank_table It is easy to debug and test when use `stable_sort`and the time complexity is not changed. * Add LoDTensorArray * Stash * Better debug message for IsInitialized * Stash * Better debug message for IsInitialized * Complete array read/write op unittests
-
- 04 11月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Add LoDRankTable LoD Rank Table stores the `level` of `lod` which is ordered by sequence length in descending order. It is useful when implement dynamic RNN and is shared by dynamic RNN memory, dynamic RNN slice input and dynamic RNN slice output operators. * Add InferVarType
-
- 03 11月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 02 11月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Init commit * Make executor use ProgramDescBind * Change Attribute from BlockDesc to BlockDescBind * Since we will get the program desc in RNN, just BlockDesc is not enough. * Add DeviceContext to Executor API * Rewrite RNN * Pass Python * AddBiasOp does not care num_flatten_dims * Stash * Fix MacOS Compile * Pass RNN forward * add python test * refactor test * Make compile pass * add gradopmaker * First draft done * Polish code * add grad op maker and grad infershape * Polish code * Fix backward.cc bug * Fix infershape * Rename function * add backward test * simplify recurrent test * Update * Pass unittest * Add comments & refine test * Add comments * refactor test * Complete Unittest * fix StepScopes enforce * Remove unused unittest * no type error * Update * Make RNN Pass unittest
-
- 31 10月, 2017 1 次提交
-
-
由 guosheng 提交于
-
- 30 10月, 2017 1 次提交
-
-
由 chengduoZH 提交于
-
- 27 10月, 2017 2 次提交
-
-
由 chengduoZH 提交于
-
由 QI JUN 提交于
* add sparse support for sum op * typo fix * fix gpu build error * fix unittest error * typo fix * infer var type and shape in op_test * follow comments * fix build error * bypass some unittests depend on NetOp
-
- 26 10月, 2017 6 次提交
-
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 Yu Yang 提交于
* Init * Stash * Polish SaveLoadOp * Fix CI * Polish code * Save GPU Tensor * Stash * Fix CI
-
由 Dong Zhihong 提交于
-
- 25 10月, 2017 2 次提交
-
-
由 dzhwinter 提交于
* "add model format design doc" * "add restore function" * "add parse protobuf" * "move necessary information to saver.proto" * "format code" * "add gpu option" * "add lod info" * "add saveop python test wrapper" * "checkpoint reuse save operator" * "rewrite model format design doc" * "async support needed" * "fix run once" * "fix doc based on comments" * "refine based on comments" * "fix based comments" * "remove persistable flag from framework.proto" * "add IndicateDataType to restore op" * "add save test" * "modify save restore code" * "modified the restore logic" * rm checkpoint_op.cc * rm test_checkpoint_op.py * "get inputs outputs name from execution context" * Saving each variable to a independent file * Fix bugs * Rewrite save_restore_op_test with new Python framework * Move `SaveOp` and `RestoreOp` from OpWithKernel to OpBase * Refine unit test of SaveOp and RestoreOp * fix compile errorwq
-
由 Dong Zhihong 提交于
-
- 24 10月, 2017 2 次提交
-
-
由 Dong Zhihong 提交于
-
由 Dong Zhihong 提交于
-
- 23 10月, 2017 2 次提交
-
-
由 chengduoZH 提交于
-
由 dangqingqing 提交于
-
- 20 10月, 2017 1 次提交
-
-
由 Dong Zhihong 提交于
-
- 19 10月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 18 10月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 14 10月, 2017 1 次提交
-
-
由 Dong Zhihong 提交于
-
- 13 10月, 2017 2 次提交
-
-
由 typhoonzero 提交于
-
由 typhoonzero 提交于
-
- 11 10月, 2017 3 次提交
-
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 Yan Chunwei 提交于
-
- 10 10月, 2017 1 次提交
-
-
由 chengduoZH 提交于
-
- 09 10月, 2017 1 次提交
-
-
由 chengduoZH 提交于
-
- 03 10月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 28 9月, 2017 2 次提交
-
-
由 chengduoZH 提交于
-
由 Liu Yiqun 提交于
-
- 27 9月, 2017 1 次提交
-
-
由 caoying03 提交于
-
- 24 9月, 2017 1 次提交
-
-
由 guosheng 提交于
-
- 21 9月, 2017 3 次提交
-
-
由 chengduoZH 提交于
-
由 Yu Yang 提交于
Add unittests for Crop and Concat
-
由 Yu Yang 提交于
A method to copy a tensor with stride and dimension. It is useful for Crop, Concat, etc.
-