- 27 10月, 2017 2 次提交
-
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
- 26 10月, 2017 24 次提交
-
-
由 Yu Yang 提交于
* Cross Entropy Wrong * Fix XE * Polish gradient check for xe * Fix compile
-
由 chengduoZH 提交于
-
由 Yu Yang 提交于
* Init * Stash * Polish SaveLoadOp * Fix CI * Polish code * Save GPU Tensor * Stash * Fix CI
-
由 Abhinav Arora 提交于
-
由 Yan Chunwei 提交于
-
由 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
-
由 Tao Luo 提交于
enable mkldnn_batch_norm
-
由 武毅 提交于
fix sparse update size
-
由 Abhinav Arora 提交于
* Removing survey out of the design doc and fixing typos * Fix Typos
-
由 dzhwinter 提交于
"correct the description"
-
由 helinwang 提交于
Fix pserver SGD with momemtum checkpoint recover.
-
由 Helin Wang 提交于
-
由 Abhinav Arora 提交于
* Adding nesterov momentum to python momentum wrapper * Fixing optimizer test after merge
-
由 Yu Yang 提交于
-
由 Qiao Longfei 提交于
* init cudnn batch norm op * rename batch_norm_cudnn_op.cc batch_norm_op.cu * correct name style * add ExtractNCWHD, simplify code * fix ExtractNCWHD * use CUDNN_ENFORCE instead of PADDLE_ENFORCE
-
由 helinwang 提交于
Fix new remote updater sending all 0 param / grad to pserver
-
由 Dong Zhihong 提交于
-
由 Helin Wang 提交于
-
由 helinwang 提交于
Fix new pserver having random momemtum initial values
-
由 Yan Chunwei 提交于
-
由 Helin Wang 提交于
-
由 Dong Zhihong 提交于
-
由 Abhinav Arora 提交于
-
- 25 10月, 2017 14 次提交
-
-
由 tensor-tang 提交于
-
由 typhoonzero 提交于
-
由 tensor-tang 提交于
-
由 Peng LI 提交于
fix package name bug
-
由 Peng Li 提交于
-
由 武毅 提交于
add detailed log for the pserver
-
由 Yiqun Liu 提交于
-
由 helinwang 提交于
Go master, pserver, trainer: switch to log15, away from logrus
-
由 Helin Wang 提交于
-
由 Yu Yang 提交于
-
由 Helin Wang 提交于
-
由 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
-
由 helinwang 提交于
Fix parameter server checkpoint serialization crash
-
由 Yu Yang 提交于
* Extract apply_backward_pass to backward.py Rename apply_backward_pass to append_backward_ops * Fix CI * Update design doc
-