Skip to content

Commit

Permalink
weight updates should be done with beta=1
Browse files Browse the repository at this point in the history
  • Loading branch information
drnikolaev committed Jan 21, 2016
1 parent 2e4d2ae commit 4440513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caffe/layers/cudnn_batch_norm_layer.cu
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void CuDNNBatchNormLayer<Dtype>::Backward_gpu(
cudnn::dataType<Dtype>::zero,
#if CUDNN_VERSION >= 4005
cudnn::dataType<Dtype>::one,
cudnn::dataType<Dtype>::zero,
cudnn::dataType<Dtype>::one,
#endif
bottom_desc_,
bottom_data,
Expand Down

0 comments on commit 4440513

Please sign in to comment.