Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Butanium committed Nov 22, 2024
1 parent 9ef2acd commit 1ed28ca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dictionary_learning/dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ def decode(self, f):
"""
pass

@classmethod
@abstractmethod
def from_pretrained(cls, path, device=None, **kwargs) -> "Dictionary":
"""
Load a pretrained dictionary from a file.
"""
pass
# @classmethod
# @abstractmethod
# def from_pretrained(cls, path, device=None, **kwargs) -> "Dictionary":
# """
# Load a pretrained dictionary from a file.
# """
# pass


class AutoEncoder(Dictionary, nn.Module):
Expand Down

0 comments on commit 1ed28ca

Please sign in to comment.