Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
lempiji committed Mar 3, 2021
1 parent c617105 commit 337d7c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/golem/trainer.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import golem.tensor;
///
class EarlyStopping(T)
{
immutable size_t maxEpoch = size_t.max;
immutable size_t patience = 3;

size_t patienceStep = 0;
Expand Down

0 comments on commit 337d7c3

Please sign in to comment.