Skip to content

Commit

Permalink
remove line break
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkFischinger committed Apr 22, 2024
1 parent 862c05e commit 52b6e29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mlpack/methods/ann/layer/dropout.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ class DropoutType : public Layer<MatType>
template<typename T = MatType, typename std::enable_if_t<!arma::is_arma_type<T>::value, int> = 0>
void ForwardImpl(const T& input, T& output);



/**
* Ordinary feed backward pass of the dropout layer.
*
Expand Down

0 comments on commit 52b6e29

Please sign in to comment.