- 29 7月, 2017 7 次提交
-
-
由 Yan Chunwei 提交于
* add rnn op interfaces * add Run * rename state -> memory * change state -> memory * make compilable * add .cc * init test * add op fake implementation * add CreateStepNet and CreateScopes implementation. * add TODO list * init memory attributes. * add LinkMemories * add PlainNet fake implementation * Use std::shared_ptr<Scope> in the OpRunContext. * add test * disable mutable_data * finist segmentInput function * enable mutable_data with a trick * RNNOp test. * enable LinkMemories with mutable_data * update SegmentInput function with comments * finish ConcatOutput function * reformat inputs and attributes boot_memories * Refine unit test. * Refine unit test. * modify inlinks. * add OpDesc to Net * fix bug and update unit test. * move step scopes from inputs to outputs * fix merge conflict, update SegmentInput function * add RecurrentOpProtoAndCheckerMaker. * clean the codes * Abstract GetStepScopes and GetMaxSeqLen function * refine LinkMemories * Refine code and add some comments. * add backward core * update for develop branch. * add forward core * add forward algorithm * Add RecurrentGradientAlgorithm implenmention. * use CopyFrom and Slice function in RecurrentOp * add unit test for LinkMemories. * fix unit test. * use the latest tensor.h, solve conflict * add maker * move SegmentInput and ConcatOutput to details nameplace * unit test for RecurrentGradientAlgorithm. * apply OperatorBase * apply net operator. * move memorys to attributes * add RecurrentGradientOp * open test unit test in recurrent_network_op_test. * revert some files. * add RecurrentArgument and Link struct to simplify member variable. * rename. * move recurrent_op from framework to operators * add RecurrentGradientOp Init * fix name * fix Link.interal/external name * use namespace operators instead of framework * clean the code * use the latest add_op and mul_op, don't test backward now * Remove ScopePtr and OperatorPtr * add get_net to pybind * add test_recurrent_op.py * add random into gen_tensor * update to develop branch and refine some code. * add some comments.
-
由 Yi Wang 提交于
RNN变长输入设计
-
-
由 helinwang 提交于
gracefully shutdown master, pserver, fix gometalinter errors
-
由 Yi Wang 提交于
Fix build
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
-
- 28 7月, 2017 13 次提交
-
-
由 Superjom 提交于
-
由 gangliao 提交于
fix bug in memory GetGPUBuddyAllocator
-
由 Superjom 提交于
-
由 qijun 提交于
-
由 gangliao 提交于
ENH: Add comments for memory and memcpy
-
由 gangliao 提交于
Check Insufficient Alloc in tensor
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 gangliao 提交于
Refine device context and fix GetPlace()
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
-
- 27 7月, 2017 20 次提交
-
-
由 Superjom 提交于
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 Superjom 提交于
-
由 liaogang 提交于
-
由 Cao Ying 提交于
fix dropout and clipping settings in layer helpers.
-
由 caoying03 提交于
-
由 qingqing01 提交于
Fix bug for multi-GPU inference.
-
由 武毅 提交于
* fix recordio split and task passes * update for pre commit * update * update, still need to sync client wait for pass end. * able to sync passes for task dispatching * update to comment * update * fix yapf check * why local pre-commit fails? version is the same * fix race condition * update * fix race condition * this still have duplicate problem in unit test * update * update * update by comment * update
-
由 QI JUN 提交于
fix bug in OpKernel register macro
-
由 gangliao 提交于
ENH: for clarity, change DLOG to VLOG
-
-
由 dangqingqing 提交于
-
由 Yi Wang 提交于
ENH: Refine Tensor and Add CopyFrom
-
由 Yu Yang 提交于
Make network op
-
由 Yu Yang 提交于
Fix bug in SequenceSoftmax
-
由 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
-