- 27 10月, 2017 3 次提交
-
-
由 Abhinav Arora 提交于
* Add regularizer code * Fix code
-
由 Yu Yang 提交于
* Simplize Gradient Check * Stash * Extract apply_backward_pass to backward.py Rename apply_backward_pass to append_backward_ops * Use graph API to check gradient * Fix ci * Fix CI * Fix backward for double precision * Stash * Fix CI * Fix ci * Ignore GRU test * Ignore xe op * Fix CI * Fix softmax with xe gradient The correct equation should be IG = OG * (d_softmax_with_xe()) * Fix typo * Fix merge error * Disable LRN
-
由 fengjiayi 提交于
* compelete restoring program_bind from program_desc * Fix bugs * fix compile errors * fix errors and add unit tests * rename some vars * Follow comments
-
- 26 10月, 2017 10 次提交
-
-
由 Siddharth Goyal 提交于
-
由 gongweibao 提交于
Add local response normalize
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 Yu Yang 提交于
* Cross Entropy Wrong * Fix XE * Polish gradient check for xe * Fix compile
-
由 Yu Yang 提交于
* Init * Stash * Polish SaveLoadOp * Fix CI * Polish code * Save GPU Tensor * Stash * Fix CI
-
由 Abhinav Arora 提交于
-
由 Yang Yang(Tony) 提交于
-
由 Abhinav Arora 提交于
* Adding the L2 loss operator for L2 regularization * Renaming l2_loss op to squared_l2_norm_op * Addressing code review feedback
-
由 Abhinav Arora 提交于
* Adding nesterov momentum to python momentum wrapper * Fixing optimizer test after merge
-
- 25 10月, 2017 5 次提交
-
-
由 Yu Yang 提交于
-
由 Qiao Longfei 提交于
* init batch norm op * prepare input output * compute mean_out var_out save_mean save_var on CPU * active is test * use eigen to do computation * complete batch norm forward * set default momentum to 0.9 * add batch norm grad op in CPU * add tensor_format and NHWC support, add python test * add test training * add batch norm gradient test * improve comment, fix foward Python UnitTest * add gradient test * fix eigen warning * follow name style * fix a bug * change float to T * add simple forward test * test with different place * add backward test * refine python test * remove old python test code * code clean * follow code style * update comment
-
由 Yu Yang 提交于
* Extract apply_backward_pass to backward.py Rename apply_backward_pass to append_backward_ops * Fix CI * Update design doc
-
由 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
-
由 Abhinav Arora 提交于
* Adding Adam Python wrapper * Adding tests for Python Adam wrapper
-
- 24 10月, 2017 9 次提交
-
-
由 dangqingqing 提交于
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yang Yang(Tony) 提交于
Pass all forward op test
-
由 Yu Yang 提交于
* Correct mul_op implementation * Restore the origin shape after mul * Fix mul op * Do not touch math_function
-
由 QI JUN 提交于
* init * ensure ids in lookup table op must be a column vector * add book4 configuration in test_layers * debug test_book4 * add test_word2vec * follow comments * follow comments
-
由 QI JUN 提交于
* ensure ids in lookup table op must be a column vector * follow comments
-
- 23 10月, 2017 2 次提交
-
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
- 22 10月, 2017 2 次提交
-
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
- 21 10月, 2017 5 次提交
-
-
由 chengduoZH 提交于
-
由 zchen0211 提交于
-
由 Yu Yang 提交于
-
由 fengjiayi 提交于
* Init file * Update * Update * Complete conv net of MNIST
-
由 Yan Chunwei 提交于
-
- 20 10月, 2017 4 次提交
-
-
由 kavyasrinet 提交于
-
由 Kexin Zhao 提交于
-
由 Abhinav Arora 提交于
* Adding incremnt op * Fixing comment about step attribute
-
由 Abhinav Arora 提交于
* Adding the interface for the momentum optimizer * Adding a comment about accumulators
-