Skip to content

Commit

Permalink
network removed unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MSallermann committed Oct 30, 2023
1 parent 608d000 commit c9de534
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/network.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class Network
scalar learning_rate, bool print_progress = false )
{
auto n_samples = x_train.size();
auto input_size = x_train[0].rows();
auto batch_size = x_train[0].cols();

for( auto & l : layers )
Expand Down

0 comments on commit c9de534

Please sign in to comment.