Skip to content

Commit

Permalink
removed print()
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanHaa9 committed Dec 18, 2024
1 parent 683b1da commit 5cbe2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion znnl/training_recording/papyrus_jax_recording.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ def record(self, epoch: int, model: JaxModel, **kwargs):

# Perform recording if do_record is True
if do_record:
print(f"Recording at epoch {epoch}")
# Compute the neural state
self._compute_neural_state(model)
# Add all other kwargs to the neural state dictionary
Expand All @@ -275,3 +274,4 @@ def record(self, epoch: int, model: JaxModel, **kwargs):
self._measure(**self.neural_state)
# Store the measurements
self.store(ignore_chunk_size=False)

0 comments on commit 5cbe2fb

Please sign in to comment.