Skip to content
Snippets Groups Projects
Commit 014eb92e authored by Schneider Leo's avatar Schneider Leo
Browse files

typo

parent 5e2d0620
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ class Classification_model(nn.Module):
def __init__(self, model, n_class, *args, **kwargs):
super().__init__(*args, **kwargs)
self.n_class = n_class
if model =='Resnet18':
if model =='ResNet18':
self.im_encoder = resnet18(num_classes=self.n_class)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment