Skip to content

Commit

Permalink
[keras/models/sharpness_aware_minimization.py] Use backticks for defa…
Browse files Browse the repository at this point in the history
…ults in docstrings
  • Loading branch information
SamuelMarks committed Apr 23, 2023
1 parent b96f2bc commit 5719f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keras/models/sharpness_aware_minimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class SharpnessAwareMinimization(Model):
rho: float. The gradients scaling factor. Defaults to `0.05`.
num_batch_splits: int. The number of mini batches to
split into from each data batch. If None, batches are not split into
sub-batches. Defaults to None.
name: string. The name of the SAM model. Defaults to None.
sub-batches. Defaults to `None`.
name: string. The name of the SAM model. Defaults to `None`.
Reference:
[Pierre Foret et al., 2020](https://arxiv.org/abs/2010.01412)
Expand Down

0 comments on commit 5719f7b

Please sign in to comment.