Skip to content

Commit 7de3f5c

Browse files
ResNet Models
1 parent 186906d commit 7de3f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorchmodels/resnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def resnet18():
7676

7777

7878

79-
def resnet34()
79+
def resnet34():
8080
model = ResNet(BasicBlock,[3, 4, 6, 3]).to(device)
8181
return model
8282

0 commit comments

Comments
 (0)