- 16 1月, 2018 2 次提交
-
-
由 wanghaoshuang 提交于
-
由 wanghaoshuang 提交于
1. Remove 'top 1'(or argmax) from CPU and GPU kernel 2. Add a new test case 3. Refine doc
-
- 15 1月, 2018 3 次提交
-
-
由 wanghaoshuang 提交于
-
由 yangyaming 提交于
-
由 Qiao Longfei 提交于
* fix while_grad_op first step loss lod problem * optimize code
-
- 14 1月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "unified operators" * "add CUDNN register" * "add use cudnn attribute" * "add attribute" * "test conv tranpose op" * "remove duplicated attr" * "fix op test" * "add attribute to set cudnn" * "add more log" * "need layout op register support" * "add more log" * "change GetExpectedKernelType " * "fix Get attr in conv_op" * "fix CI" * "fix tests" * "removed kernel priority fallback" * "fix CI" * "fix stack pointer bug" * "refine buggy interface" * "add const cast to save life" * "fix get_output_with_grad" * "fix op test with dataformat" * ""fix pooling * "fix pooling test" * "fix CI" * "fix with_gpu error" * "add transform needed functional check" * "fix unpack list error" * "comment out parallel.do temporary" * "fix CI" * "fix compile doc error" * "make threshold larger"
-
- 13 1月, 2018 1 次提交
-
-
由 Cao Ying 提交于
* update code comments. * update the comments. * follow comments.
-
- 12 1月, 2018 5 次提交
-
-
由 Qiao Longfei 提交于
* add GetLoD for debug * add LoDToString * optimize if * typo * add lod_tensor to operator's dependency
-
由 Yan Chunwei 提交于
-
由 xuwei06 提交于
-
由 xuwei06 提交于
-
由 xuwei06 提交于
We need this operator to assign value to a tensor and the values are stored in the program so that they can be used independent of python.
-
- 11 1月, 2018 3 次提交
-
-
由 Abhinav Arora 提交于
-
由 tensor-tang 提交于
-
由 gongweibao 提交于
Async GRPC sendrecv
-
- 10 1月, 2018 16 次提交
-
-
由 tensor-tang 提交于
-
由 Yibing Liu 提交于
-
由 Qiao Longfei 提交于
* init data_type_transform * split data_layout_transform * tmp rm data_transform_test * change device_data_transform to data_device_transform * clean code * clean code
-
由 Yibing Liu 提交于
-
由 Luo Tao 提交于
-
由 Yang Yu 提交于
glog will not hold ARGV[0] inside.
-
由 Yibing Liu 提交于
-
由 Yang Yang(Tony) 提交于
feature/parallel_gpu
-
由 dzhwinter 提交于
-
由 dzhwinter 提交于
-
由 Yang Yu 提交于
-
由 dzhwinter 提交于
* "init use all default devices" * "fix init test"
-
由 Qiao Longfei 提交于
-
由 Qiao Longfei 提交于
* add lod tensor ToAbsOffset test * add share lod to topk op and softmax op
-
由 xuwei06 提交于
Added backward.calc_gradient to backpropagate gradient from given targets to inputs.
-
由 xuwei06 提交于
-
- 09 1月, 2018 9 次提交
-
-
由 yangyaming 提交于
-
由 QI JUN 提交于
-
由 fengjiayi 提交于
-
由 Yancey 提交于
* test dist word2vec * multiple trainers work
-
由 Yiqun Liu 提交于
* Add Seq2BatchFunctor, which will be used in WarpCTCOp. * Implement WrapCTCFunctor and WrapCTCKernel. * Add unittest of warpctc_op. * Modify the check_output inferface in python unittest framework to allow check a subset of outputs. * Use absolute offset lod in warpctc_op and related functors. * Refine the comments of warpctc_op. * The new python unittest supports checking a subset of the outputs, so revoke the previous change. * Rename the transform from LoDTensor to Tensor with shape [max_sequence_length, num_sequences, sequence_width] to PaddingSequenceFunctor. * Update to the newest codes. * Rename the PaddingSequenceFunctor to PaddingLoDTensorFunctor and remove the computation of dimensions out of the functos.
-
由 fengjiayi 提交于
-
由 Yu Yang 提交于
* Rename Tensor::CopyFrom to Tensor::Copy * Fix CI * Fix compile
-
由 Yu Yang 提交于
* Remove unused LoDTensor methods * Update
-
由 Yibing Liu 提交于
-