Skip to content

Commit

Permalink
Remove state_dictfield
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Nov 20, 2023
1 parent 809aff6 commit 559e156
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/spandrel/__helpers/model_descriptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ def __init__(
The specific subclass of `torch.nn.Module` depends on the model architecture.
"""
self.state_dict: StateDict = state_dict
"""
The state dict of the model (weights and biases).
"""
self.architecture: str = architecture
"""
The name of the model architecture. E.g. "ESRGAN".
Expand Down

0 comments on commit 559e156

Please sign in to comment.