Skip to content

Commit

Permalink
Merge pull request #105 from drnikolaev/fix2
Browse files Browse the repository at this point in the history
weight updates should be done with beta=1
  • Loading branch information
thatguymike committed Jan 21, 2016
2 parents 2e4d2ae + 4440513 commit b9b83d4
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 b9b83d4

Please sign in to comment.