Skip to content

Commit

Permalink
Merge pull request #61 from rctn/staging
Browse files Browse the repository at this point in the history
Revert "fix spacing"
  • Loading branch information
9q9q committed Dec 19, 2023
2 parents 3559a83 + 54e90f1 commit b3658bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 60 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
57 changes: 0 additions & 57 deletions sparsecoding/data/datasets/vanhateren.py

This file was deleted.

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 b3658bb

Please sign in to comment.