Skip to content

Commit

Permalink
delete whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
9q9q committed Dec 30, 2023
1 parent 1a20740 commit 66da0ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sparsecoding/data/datasets/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class FieldDataset(Dataset):
patch_size : int
Side length of patches for sparse dictionary learning.
stride : int, optional
Stride for sampling patches. If not specified, set to `patch_size`
Stride for sampling patches. If not specified, set to `patch_size`
(non-overlapping patches).
"""

Expand Down
4 changes: 2 additions & 2 deletions sparsecoding/data/transforms/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ def patchify(
C is the number of channels,
H is the image height,
W is the image width.
stride : int, optional
Stride between patches in pixel space. If not specified, set to
stride : int, optional
Stride between patches in pixel space. If not specified, set to
`patch_size` (non-overlapping patches).
Returns
Expand Down

0 comments on commit 66da0ab

Please sign in to comment.