- 03 5月, 2018 28 次提交
-
-
由 chengduo 提交于
fix pool with mask layer bug
-
由 Yu Yang 提交于
Feature/clean blas
-
由 chengduo 提交于
Wrap __shfl
-
由 chengduo 提交于
-
由 Abhinav Arora 提交于
* Add understand apiu with stacked lstm for new API * Complete exam
-
由 Yu Yang 提交于
-
由 chengduo 提交于
Fix __shfl and __shfl_down for CUDA9.0
-
-
由 Shan Yi 提交于
fix toctree in multi_cluster/index_en.rst
-
由 xzl 提交于
-
由 chengduoZH 提交于
-
由 Helin Wang 提交于
Improve trainer API
-
-
由 Yancey 提交于
Refine distribute transpiler api
-
由 dzhwinter 提交于
* "fix double type error" * "fix ci" * "softmax fp64" * "fix momentum" * "fix ci"
-
由 Yancey1989 提交于
-
由 Shan Yi 提交于
-
由 whs 提交于
Make Variable support for future.division.
-
由 Wu Yi 提交于
Fix grpc server ready condition
-
由 chengduoZH 提交于
-
由 Yiqun Liu 提交于
* Fix the bug when a input variable of op is dispensable. * Add HasInputs/Outputs interfaces to OperatorBase. * Remove the unreferenced header file.
-
由 Yu Yang 提交于
Clean cross entropy
-
由 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
-
由 chengduo 提交于
* fix __shfl_down_sync_ of cross_entropy * use reduceSum * "fix ci"
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
- The trainer and inferencer will load params from disk if param_path argument is not None in their constructor. - Remove params.py, we will expose core.Scope to the user if needed (e.g., for GAN). Currently we will not expose it, unless we clearly know doing so can support GAN. - Add `save_params` to Trainer (a TODO item). - rename "network" to "program"
-
由 Helin Wang 提交于
A naive implement trainer.train by executor
-
由 Lei Wang 提交于
-
- 02 5月, 2018 12 次提交
-
-
由 yi.wu 提交于
-
由 chengduoZH 提交于
-
由 Xin Pan 提交于
add some instructions for running vgg distributedly
-
由 Yu Yang 提交于
Merge branch 'feature/add_stable_test_of_cross_entropy' of github.com:reyoung/Paddle into feature/add_stable_test_of_cross_entropy
-
由 fengjiayi 提交于
Fix cpplint format check
-
由 Yu Yang 提交于
-
https://github.com/PaddlePaddle/Paddle由 Yu Yang 提交于
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_stable_test_of_cross_entropy
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 dzhwinter 提交于
* "fix double type error" * "fix ci"
-
由 Qiao Longfei 提交于
Use multi thread to do update
-
由 fengjiayi 提交于
-