Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonSantiago committed Nov 23, 2024
1 parent 00e9380 commit 0211804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparsecoding/datasets.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import torch
import os
from scipy.io import loadmat
from sparsecoding.transforms.patch import patchify
from sparsecoding.transforms import patchify
from torch.utils.data import Dataset

from sparsecoding.priors import Prior
Expand Down

0 comments on commit 0211804

Please sign in to comment.