Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
knikolaou committed May 16, 2024
1 parent afe6d1a commit e422567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions znnl/training_recording/papyrus_jax_recording.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def _compute_neural_state(self, model: JaxModel):
Parameters
----------
model : JaxModel
The neural network module containing the parameters to use for
The neural network module containing the parameters to use for
recording.
Returns
Expand Down Expand Up @@ -226,7 +226,7 @@ def record(self, epoch: int, model: JaxModel, **kwargs):
epoch : int
The epoch of the training process.
model : JaxModel
The neural network module containing the parameters to use for
The neural network module containing the parameters to use for
recording.
kwargs : Any
Additional keyword arguments that are directly added to the neural
Expand Down

0 comments on commit e422567

Please sign in to comment.