Skip to content

Commit

Permalink
add RETURNN version to learning rates file
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed Apr 5, 2024
1 parent 3f78487 commit 0d67dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions returnn/torch/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def init_train_epoch(self):
{
"global_train_step": self.global_train_step,
"effective_learning_rate": self._updater.get_effective_learning_rate(),
"returnn": util.describe_returnn_version(),
"torch": util.describe_torch_version(),
"time": time.strftime("%Y-%m-%d-%H-%M-%S (UTC%z)"),
"hostname": socket.gethostname(),
Expand Down

0 comments on commit 0d67dc6

Please sign in to comment.