Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
namsaraeva committed May 29, 2024
1 parent 96921d5 commit 610d158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparcscore/ml/plmodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def test_step(self, batch, batch_idx):

class RegressionModel(pl.LightningModule):

def __init__(self, model_type="VGG2_regression" **kwargs):
def __init__(self, model_type="VGG2_regression", **kwargs):
super().__init__()
self.save_hyperparameters()

Expand Down

0 comments on commit 610d158

Please sign in to comment.