Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
boingoing committed Apr 3, 2023
1 parent 3ccb617 commit d435408
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/NeuralNetwork.cc
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,6 @@ void NeuralNetwork::TrainOffline(TrainingData* training_data, size_t epoch_count
UpdateSlopes();
}


for (size_t j = 0; j < training_data->size(); j++) {
}

// Update weights.
UpdateWeightsOffline(i, training_data->size());
}
Expand Down

0 comments on commit d435408

Please sign in to comment.