Skip to content

Commit

Permalink
troubleshooting4
Browse files Browse the repository at this point in the history
  • Loading branch information
namsaraeva committed May 16, 2024
1 parent eedfc5a commit df8eb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparcscore/ml/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def __init__(self,

super(VGG2_regression, self).__init__()

self.norm = nn.BatchNorm2d(512)
self.norm = nn.BatchNorm2d(5)

self.features = self.make_layers(self.cfgs[cfg], in_channels)
self.classifier = self.make_layers_MLP(self.cfgs_MLP[cfg_MLP], self.cfgs[cfg], regression=True) # regression is set to True to make the final layer a single output
Expand Down

0 comments on commit df8eb0d

Please sign in to comment.