- 06 6月, 2018 1 次提交
-
-
由 guosheng 提交于
-
- 17 5月, 2018 2 次提交
-
-
由 qingqing01 提交于
-
由 zhanghaichao 提交于
-
- 04 5月, 2018 1 次提交
-
-
由 Kexin Zhao 提交于
-
- 03 5月, 2018 1 次提交
-
-
由 Tomasz Patejko 提交于
* Initial implementation of forward pass for MKLDNN batch norm * Added attributes for MKLDNN batch norm * MKLDNN batch norm forward pass passes unittest. Started working on backward * Backward pass for MKLDNN batch norm added * MKLDNN batch norm: scoring added to forward pass * MKLDNN batch norm: bias as input added; handling AnyLayout when kernel is looked up * MKLDNN batch norm: python unit tests added; mkldnn tests removed * MKLDNN batch norm: changes required by cpplint * MKLDNN batch norm: refactoring the operator * MKLDNN batch norm: saved variance inversed in backward pass for correct execution of MKLDNN unit tests * MKLDNN batch norm: refctoring, function for static/const cast to void* added * MKLDNN batch norm: remove AnyLayout from batch norm * MKLDNN batch norm: only NCHW format is supported. Unittests refactored * MKDNN batch norm: use_mkldnn added to attributes * MKLDNN batch norm: AnyLayout removed from unittest * MKLDNN batch norm: added CUDNN defines to batch norm * MKLDNN batch norm: undefined data_format variable corrected * MKLDNN batch norm: use_cudnn added, use of setUp method for configuring attributes * MKLDNN batch norm: added use_cudnn attribute to batch norm operator * MKLDNN batch norm: correcting batch norm unit tests for MKLDNN * MKLDNN batch norm: MKLDNN tests moved to another file; reverting changes for saved variance not being inverted * Change default layout to NCHW * MKLDNN batch norm: init_kernel_type method added to unit tests * MKLDNN batch norm: style changes * MKLDNN batch norm: unit tests refactored * MKLDNN batch norm: added use_mkldnn attribute to batch norm python interface
-
- 27 4月, 2018 1 次提交
-
-
由 dyning 提交于
* modify roi pool with lod and expose ROI Pooling into Python API * make lod code brief * make doc more clearly * make doc more clearly
-
- 22 4月, 2018 1 次提交
-
-
由 whs 提交于
-
- 18 4月, 2018 1 次提交
-
-
由 qingqing01 提交于
* Add topk Python API. * Add unit test. * Remove the repeated API.
-
- 17 4月, 2018 3 次提交
-
-
由 Jacek Czaja 提交于
-
由 Jacek Czaja 提交于
- EPS added to softmax mkldnn primitive outcome is limited to training phase Fixes after review clang format fixes clang format fixes
-
由 mozga-intel 提交于
-
- 16 4月, 2018 1 次提交
-
-
由 guosheng 提交于
-
- 12 4月, 2018 1 次提交
-
-
由 Qiao Longfei 提交于
* init * add some check * add dist transpile logic * add insert op for block * init change get_pserver_program * optimize code * fix a bug * can run now * start to do table split * start to process table gradient * complete pserver part * can send_vars now * revert cpplint * fix a bug * optimize code * move dist test to models * revert the interface of distribute_transpiler.transpile * fix prefetch_block * optimize trainspiler code * add comment to sum_op * add warning log * fix comment * fix test_send_recv * fix test_send_recv * fix train with no distributed table * optimize GetDims
-
- 11 4月, 2018 1 次提交
-
-
由 wanghaoshuang 提交于
-
- 04 4月, 2018 1 次提交
-
-
由 wanghaoshuang 提交于
-
- 03 4月, 2018 3 次提交
-
-
由 mozga-intel 提交于
-
由 mozga-intel 提交于
-
由 mozga-intel 提交于
-
- 02 4月, 2018 4 次提交
-
-
由 guosheng 提交于
-
由 guosheng 提交于
-
由 _青葱 提交于
-
由 wanghaoshuang 提交于
1. Add attr 'average' into ParamAttr. 2. Make 'params_grads' optional for AverageModel. 3. Add option 'average_mean' and 'average_variance' for batch_normal.
-
- 29 3月, 2018 2 次提交
- 28 3月, 2018 3 次提交
- 26 3月, 2018 1 次提交
-
-
由 dragonwarrior 提交于
* add LRN layer for fluid * add LRN layer for fluid * add documentation for LRN layer * add paper reference for LRN layer * add seperate documentation for LRN layer * rm lrn.py in doc/fluid/dev/src * change code style in lrn * fix style of comments in lrn
-
- 22 3月, 2018 1 次提交
-
-
由 guosheng 提交于
-
- 21 3月, 2018 1 次提交
-
-
由 Jacek Czaja 提交于
removed diagnostic - Added Unit tests for Softmax MKLDNN Forward Added fix for div by 0 to happen in cross_entropy backward Conflicts: paddle/fluid/operators/CMakeLists.txt - Cosmetic fixes to SoftMax MKLDNN fluid operator Added misssing softmax fluid operator file Disabled MKLDNN softmax operator by default Fix to softmax op unittest merge clang_formater fixes clang_formatter fixes - Name changing of softmax mkldnn operator to maintin consistency across codebase - updated comment fix to comment
-
- 20 3月, 2018 1 次提交
-
-
由 wangyang59 提交于
-
- 19 3月, 2018 3 次提交
-
-
由 yangyaming 提交于
-
由 yangyaming 提交于
-
由 caoying03 提交于
-
- 16 3月, 2018 1 次提交
-
-
由 yangyaming 提交于
-
- 15 3月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "add softmax cudnn functor support" * "add testing" * "refine cmakelist" * "sequence softmax forward speed up" * "add softmax grad" * "fix sequence softmax test" * "add double precision' * "fix softmax test" * "add softmax cudnn support" * "fix softmax cudnn test" * "add softmax to nn.py" * "fix compile bug" * "refine cmakelist" * "fix ci" * "fix based on comment" * "fix based on comments" * "fix ci"
-
- 14 3月, 2018 1 次提交
-
-
由 ranqiu 提交于
-
- 13 3月, 2018 1 次提交
-
-
由 caoying03 提交于
-
- 10 3月, 2018 1 次提交
-
-
由 pzelazko-intel 提交于
* MKLDNN pool2d OP kernel added * conv2d and pool2d MKLDNN kernels renamed * MKLDNN conv2d kernel refactoring
-
- 09 3月, 2018 1 次提交
-
-
由 zhouhanqing 提交于
-