[go: nahoru, domu]

Skip to content

Commit

Permalink
Style fix (remove empty line).
Browse files Browse the repository at this point in the history
  • Loading branch information
zoq committed Mar 23, 2018
1 parent adf65e7 commit 1da882a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mlpack/methods/ann/layer/batch_norm_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ template<typename eT>
void BatchNorm<InputDataType, OutputDataType>::Backward(
const arma::Mat<eT>&& input, arma::Mat<eT>&& gy, arma::Mat<eT>&& g)
{

const arma::mat inputMean = input.each_col() - mean;
const arma::mat stdInv = 1.0 / arma::sqrt(variance + eps);

Expand Down

0 comments on commit 1da882a

Please sign in to comment.