Skip to content

Commit

Permalink
Update epoch counting
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTov committed Jul 24, 2023
1 parent 62313d8 commit 5d403a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion znnl/training_strategies/simple_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def train_model(
state = self.model.model_state

loading_bar = trange(
1, epochs + 1, ncols=100, unit="batch", disable=self.disable_loading_bar
0, epochs, ncols=100, unit="batch", disable=self.disable_loading_bar
)

train_losses = []
Expand Down

0 comments on commit 5d403a4

Please sign in to comment.